Shades of Red #E00C08
Tints of Red #E00C08
RGB
CMYK
RGB Variations
Color information
#E00C08 (or 0xE00C08) is known color: Red. HEX triplet: E0, 0C and 08. RGB value is (224,12,8). Sum of RGB (Red+Green+Blue) = 224+12+8=244 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.80% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00C08 is #1FF3F7. Grayscale: #4B4B4B. Windows color (decimal): -2094072 or 527584. OLE color: 527584.
HSL color Cylindrical-coordinate representation of color #E00C08: hue angle of 1.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00C08 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 8 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.12 |
| HSL | 1.11º | 0.93% | 0.45% | - |
| HSV(B) | 1.11º | 0.96% | 0.88% | - |
| XYZ | 30.92 | 16.13 | 1.71 | - |
| YUV | 74.93 | 90.24 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 8 | 0 | 0.95 | 0.96 | 0.12 | 1.11 | 0.93 | 0.45 |
| Hex | E0 | C | 8 | 0 | 5F | 60 | C | 1 | 5D | 2D |
| Octal | 340 | 14 | 10 | 0 | 137 | 140 | 14 | 1 | 135 | 55 |
| Binary | 11100000 | 1100 | 1000 | 0 | 1011111 | 1100000 | 1100 | 1 | 1011101 | 101101 |
Color Harmonies of #E00C08
Complementary color
Monochromatic Colors of #E00C08
Black with #E00C08
Text Example
Text Example
White with #E00C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C08; }
p { color: rgb(224,12,8); }
H1.HeaderClassName
{
color: #E00C08;
}
.AnyTagClassName
{
color: #E00C08;
}
</style>
background-color css
<style>
a { background-color: #E00C08; }
a { background-color: rgb(224,12,8); }
div.DivClassName
{
background-color: #E00C08;
}
.BgClassName
{
background-color: #E00C08;
}
</style>
border-color css
<style>
span { border-color: #E00C08; }
span { border-color: rgb(224,12,8); }
td.TdClassName
{
border-color: #E00C08;
}
.TagClassName
{
border-color: #E00C08;
}
</style>