Shades of Red #E00F02
Tints of Red #E00F02
RGB
CMYK
RGB Variations
Color information
#E00F02 (or 0xE00F02) is known color: Red. HEX triplet: E0, 0F and 02. RGB value is (224,15,2). Sum of RGB (Red+Green+Blue) = 224+15+2=241 (31% of max value = 765). Red value is 224 (87.89% from 255 or 92.95% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00F02 is #1FF0FD. Grayscale: #4C4C4C. Windows color (decimal): -2093310 or 135136. OLE color: 135136.
HSL color Cylindrical-coordinate representation of color #E00F02: hue angle of 3.51º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00F02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.12 |
| HSL | 3.51º | 0.98% | 0.44% | - |
| HSV(B) | 3.51º | 0.99% | 0.88% | - |
| XYZ | 30.92 | 16.19 | 1.55 | - |
| YUV | 76.01 | 86.24 | 233.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 2 | 0 | 0.93 | 0.99 | 0.12 | 3.51 | 0.98 | 0.44 |
| Hex | E0 | F | 2 | 0 | 5D | 63 | C | 4 | 62 | 2C |
| Octal | 340 | 17 | 2 | 0 | 135 | 143 | 14 | 4 | 142 | 54 |
| Binary | 11100000 | 1111 | 10 | 0 | 1011101 | 1100011 | 1100 | 100 | 1100010 | 101100 |
Color Harmonies of #E00F02
Complementary color
Monochromatic Colors of #E00F02
Black with #E00F02
Text Example
Text Example
White with #E00F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00F02; }
p { color: rgb(224,15,2); }
H1.HeaderClassName
{
color: #E00F02;
}
.AnyTagClassName
{
color: #E00F02;
}
</style>
background-color css
<style>
a { background-color: #E00F02; }
a { background-color: rgb(224,15,2); }
div.DivClassName
{
background-color: #E00F02;
}
.BgClassName
{
background-color: #E00F02;
}
</style>
border-color css
<style>
span { border-color: #E00F02; }
span { border-color: rgb(224,15,2); }
td.TdClassName
{
border-color: #E00F02;
}
.TagClassName
{
border-color: #E00F02;
}
</style>