Shades of Fire Engine Red #E10024
Tints of Fire Engine Red #E10024
RGB
CMYK
RGB Variations
Color information
#E10024 (or 0xE10024) is known color: Fire Engine Red. HEX triplet: E1, 00 and 24. RGB value is (225,0,36). Sum of RGB (Red+Green+Blue) = 225+0+36=261 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.21% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 225 - color contains mainly: red. Hex color #E10024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10024 is #1EFFDB. Grayscale: #474747. Windows color (decimal): -2031580 or 2359521. OLE color: 2359521.
HSL color Cylindrical-coordinate representation of color #E10024: hue angle of 350.4º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10024 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.84 | 0.12 |
| HSL | 350.4º | 1% | 0.44% | - |
| HSV(B) | 350.4º | 1% | 0.88% | - |
| XYZ | 31.37 | 16.13 | 3.13 | - |
| YUV | 71.38 | 108.04 | 237.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 36 | 0 | 1 | 0.84 | 0.12 | 350.4 | 1 | 0.44 |
| Hex | E1 | 0 | 24 | 0 | 64 | 54 | C | 15E | 64 | 2C |
| Octal | 341 | 0 | 44 | 0 | 144 | 124 | 14 | 536 | 144 | 54 |
| Binary | 11100001 | 0 | 100100 | 0 | 1100100 | 1010100 | 1100 | 101011110 | 1100100 | 101100 |
Color Harmonies of #E10024
Complementary color
Monochromatic Colors of #E10024
Black with #E10024
Text Example
Text Example
White with #E10024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10024; }
p { color: rgb(225,0,36); }
H1.HeaderClassName
{
color: #E10024;
}
.AnyTagClassName
{
color: #E10024;
}
</style>
background-color css
<style>
a { background-color: #E10024; }
a { background-color: rgb(225,0,36); }
div.DivClassName
{
background-color: #E10024;
}
.BgClassName
{
background-color: #E10024;
}
</style>
border-color css
<style>
span { border-color: #E10024; }
span { border-color: rgb(225,0,36); }
td.TdClassName
{
border-color: #E10024;
}
.TagClassName
{
border-color: #E10024;
}
</style>