Red Color
CSS Name red
HEX #FF0000
RGB rgb(255, 0, 0)
HSL hsl(0, 100%, 50%)
CMYK cmyk(0%, 100%, 100%, 0%)
About Red
Red is one of the 148 CSS named colors recognized by all modern browsers. You can use it in CSS by name (color: red;) or by its HEX code (color: #FF0000;).
Usage in CSS
.element {
color: red;
/* or */
color: #FF0000;
/* or */
color: rgb(255, 0, 0);
}
color: red;
/* or */
color: #FF0000;
/* or */
color: rgb(255, 0, 0);
}
Frequently Asked Questions
What is the HEX code for Red?
The HEX code for Red is #FF0000.
What is the RGB value of Red?
The RGB value is rgb(255, 0, 0).