Shades of Red #E01204
Tints of Red #E01204
RGB
CMYK
RGB Variations
Color information
#E01204 (or 0xE01204) is known color: Red. HEX triplet: E0, 12 and 04. RGB value is (224,18,4). Sum of RGB (Red+Green+Blue) = 224+18+4=246 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.06% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 224 - color contains mainly: red. Hex color #E01204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01204 is #1FEDFB. Grayscale: #4E4E4E. Windows color (decimal): -2092540 or 266976. OLE color: 266976.
HSL color Cylindrical-coordinate representation of color #E01204: hue angle of 3.82º 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 #E01204 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 18 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.12 |
| HSL | 3.82º | 0.96% | 0.45% | - |
| HSV(B) | 3.82º | 0.98% | 0.88% | - |
| XYZ | 30.98 | 16.29 | 1.63 | - |
| YUV | 78 | 86.25 | 232.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 4 | 0 | 0.92 | 0.98 | 0.12 | 3.82 | 0.96 | 0.45 |
| Hex | E0 | 12 | 4 | 0 | 5C | 62 | C | 4 | 60 | 2D |
| Octal | 340 | 22 | 4 | 0 | 134 | 142 | 14 | 4 | 140 | 55 |
| Binary | 11100000 | 10010 | 100 | 0 | 1011100 | 1100010 | 1100 | 100 | 1100000 | 101101 |
Color Harmonies of #E01204
Complementary color
Monochromatic Colors of #E01204
Black with #E01204
Text Example
Text Example
White with #E01204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01204; }
p { color: rgb(224,18,4); }
H1.HeaderClassName
{
color: #E01204;
}
.AnyTagClassName
{
color: #E01204;
}
</style>
background-color css
<style>
a { background-color: #E01204; }
a { background-color: rgb(224,18,4); }
div.DivClassName
{
background-color: #E01204;
}
.BgClassName
{
background-color: #E01204;
}
</style>
border-color css
<style>
span { border-color: #E01204; }
span { border-color: rgb(224,18,4); }
td.TdClassName
{
border-color: #E01204;
}
.TagClassName
{
border-color: #E01204;
}
</style>