Shades of Fire Engine Red #E10F18
Tints of Fire Engine Red #E10F18
RGB
CMYK
RGB Variations
Color information
#E10F18 (or 0xE10F18) is known color: Fire Engine Red. HEX triplet: E1, 0F and 18. RGB value is (225,15,24). Sum of RGB (Red+Green+Blue) = 225+15+24=264 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.23% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10F18 is #1EF0E7. Grayscale: #4E4E4E. Windows color (decimal): -2027752 or 1576929. OLE color: 1576929.
HSL color Cylindrical-coordinate representation of color #E10F18: hue angle of 357.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10F18 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 24 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.12 |
| HSL | 357.43º | 0.88% | 0.47% | - |
| HSV(B) | 357.43º | 0.93% | 0.88% | - |
| XYZ | 31.39 | 16.42 | 2.38 | - |
| YUV | 78.82 | 97.07 | 232.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 24 | 0 | 0.93 | 0.89 | 0.12 | 357.43 | 0.88 | 0.47 |
| Hex | E1 | F | 18 | 0 | 5D | 59 | C | 165 | 58 | 2F |
| Octal | 341 | 17 | 30 | 0 | 135 | 131 | 14 | 545 | 130 | 57 |
| Binary | 11100001 | 1111 | 11000 | 0 | 1011101 | 1011001 | 1100 | 101100101 | 1011000 | 101111 |
Color Harmonies of #E10F18
Complementary color
Monochromatic Colors of #E10F18
Black with #E10F18
Text Example
Text Example
White with #E10F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10F18; }
p { color: rgb(225,15,24); }
H1.HeaderClassName
{
color: #E10F18;
}
.AnyTagClassName
{
color: #E10F18;
}
</style>
background-color css
<style>
a { background-color: #E10F18; }
a { background-color: rgb(225,15,24); }
div.DivClassName
{
background-color: #E10F18;
}
.BgClassName
{
background-color: #E10F18;
}
</style>
border-color css
<style>
span { border-color: #E10F18; }
span { border-color: rgb(225,15,24); }
td.TdClassName
{
border-color: #E10F18;
}
.TagClassName
{
border-color: #E10F18;
}
</style>