Shades of Red #E00C05
Tints of Red #E00C05
RGB
CMYK
RGB Variations
Color information
#E00C05 (or 0xE00C05) is known color: Red. HEX triplet: E0, 0C and 05. RGB value is (224,12,5). Sum of RGB (Red+Green+Blue) = 224+12+5=241 (31% of max value = 765). Red value is 224 (87.89% from 255 or 92.95% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00C05 is #1FF3FA. Grayscale: #4A4A4A. Windows color (decimal): -2094075 or 330976. OLE color: 330976.
HSL color Cylindrical-coordinate representation of color #E00C05: hue angle of 1.92º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00C05 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 5 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.12 |
| HSL | 1.92º | 0.96% | 0.45% | - |
| HSV(B) | 1.92º | 0.98% | 0.88% | - |
| XYZ | 30.9 | 16.12 | 1.63 | - |
| YUV | 74.59 | 88.74 | 234.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 5 | 0 | 0.95 | 0.98 | 0.12 | 1.92 | 0.96 | 0.45 |
| Hex | E0 | C | 5 | 0 | 5F | 62 | C | 2 | 60 | 2D |
| Octal | 340 | 14 | 5 | 0 | 137 | 142 | 14 | 2 | 140 | 55 |
| Binary | 11100000 | 1100 | 101 | 0 | 1011111 | 1100010 | 1100 | 10 | 1100000 | 101101 |
Color Harmonies of #E00C05
Complementary color
Monochromatic Colors of #E00C05
Black with #E00C05
Text Example
Text Example
White with #E00C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C05; }
p { color: rgb(224,12,5); }
H1.HeaderClassName
{
color: #E00C05;
}
.AnyTagClassName
{
color: #E00C05;
}
</style>
background-color css
<style>
a { background-color: #E00C05; }
a { background-color: rgb(224,12,5); }
div.DivClassName
{
background-color: #E00C05;
}
.BgClassName
{
background-color: #E00C05;
}
</style>
border-color css
<style>
span { border-color: #E00C05; }
span { border-color: rgb(224,12,5); }
td.TdClassName
{
border-color: #E00C05;
}
.TagClassName
{
border-color: #E00C05;
}
</style>