Shades of Fire Engine Red #E00E18
Tints of Fire Engine Red #E00E18
RGB
CMYK
RGB Variations
Color information
#E00E18 (or 0xE00E18) is known color: Fire Engine Red. HEX triplet: E0, 0E and 18. RGB value is (224,14,24). Sum of RGB (Red+Green+Blue) = 224+14+24=262 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.50% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 224 - color contains mainly: red. Hex color #E00E18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00E18 is #1FF1E7. Grayscale: #4E4E4E. Windows color (decimal): -2093544 or 1576672. OLE color: 1576672.
HSL color Cylindrical-coordinate representation of color #E00E18: hue angle of 357.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00E18 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 14 | 24 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.12 |
| HSL | 357.14º | 0.88% | 0.47% | - |
| HSV(B) | 357.14º | 0.94% | 0.88% | - |
| XYZ | 31.06 | 16.23 | 2.36 | - |
| YUV | 77.93 | 97.57 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 24 | 0 | 0.94 | 0.89 | 0.12 | 357.14 | 0.88 | 0.47 |
| Hex | E0 | E | 18 | 0 | 5E | 59 | C | 165 | 58 | 2F |
| Octal | 340 | 16 | 30 | 0 | 136 | 131 | 14 | 545 | 130 | 57 |
| Binary | 11100000 | 1110 | 11000 | 0 | 1011110 | 1011001 | 1100 | 101100101 | 1011000 | 101111 |
Color Harmonies of #E00E18
Complementary color
Monochromatic Colors of #E00E18
Black with #E00E18
Text Example
Text Example
White with #E00E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00E18; }
p { color: rgb(224,14,24); }
H1.HeaderClassName
{
color: #E00E18;
}
.AnyTagClassName
{
color: #E00E18;
}
</style>
background-color css
<style>
a { background-color: #E00E18; }
a { background-color: rgb(224,14,24); }
div.DivClassName
{
background-color: #E00E18;
}
.BgClassName
{
background-color: #E00E18;
}
</style>
border-color css
<style>
span { border-color: #E00E18; }
span { border-color: rgb(224,14,24); }
td.TdClassName
{
border-color: #E00E18;
}
.TagClassName
{
border-color: #E00E18;
}
</style>