Shades of Fire Engine Red #E40E18
Tints of Fire Engine Red #E40E18
RGB
CMYK
RGB Variations
Color information
#E40E18 (or 0xE40E18) is known color: Fire Engine Red. HEX triplet: E4, 0E and 18. RGB value is (228,14,24). Sum of RGB (Red+Green+Blue) = 228+14+24=266 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.71% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 228 - color contains mainly: red. Hex color #E40E18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40E18 is #1BF1E7. Grayscale: #4F4F4F. Windows color (decimal): -1831400 or 1576676. OLE color: 1576676.
HSL color Cylindrical-coordinate representation of color #E40E18: hue angle of 357.2º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40E18 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 14 | 24 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.11 |
| HSL | 357.2º | 0.88% | 0.47% | - |
| HSV(B) | 357.2º | 0.94% | 0.89% | - |
| XYZ | 32.32 | 16.87 | 2.42 | - |
| YUV | 79.13 | 96.9 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 24 | 0 | 0.94 | 0.89 | 0.11 | 357.2 | 0.88 | 0.47 |
| Hex | E4 | E | 18 | 0 | 5E | 59 | B | 165 | 58 | 2F |
| Octal | 344 | 16 | 30 | 0 | 136 | 131 | 13 | 545 | 130 | 57 |
| Binary | 11100100 | 1110 | 11000 | 0 | 1011110 | 1011001 | 1011 | 101100101 | 1011000 | 101111 |
Color Harmonies of #E40E18
Complementary color
Monochromatic Colors of #E40E18
Black with #E40E18
Text Example
Text Example
White with #E40E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40E18; }
p { color: rgb(228,14,24); }
H1.HeaderClassName
{
color: #E40E18;
}
.AnyTagClassName
{
color: #E40E18;
}
</style>
background-color css
<style>
a { background-color: #E40E18; }
a { background-color: rgb(228,14,24); }
div.DivClassName
{
background-color: #E40E18;
}
.BgClassName
{
background-color: #E40E18;
}
</style>
border-color css
<style>
span { border-color: #E40E18; }
span { border-color: rgb(228,14,24); }
td.TdClassName
{
border-color: #E40E18;
}
.TagClassName
{
border-color: #E40E18;
}
</style>