Shades of Fire Engine Red #E51418
Tints of Fire Engine Red #E51418
RGB
CMYK
RGB Variations
Color information
#E51418 (or 0xE51418) is known color: Fire Engine Red. HEX triplet: E5, 14 and 18. RGB value is (229,20,24). Sum of RGB (Red+Green+Blue) = 229+20+24=273 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.88% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 229 - color contains mainly: red. Hex color #E51418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E51418 is #1AEBE7. Grayscale: #535353. Windows color (decimal): -1764328 or 1578213. OLE color: 1578213.
HSL color Cylindrical-coordinate representation of color #E51418: hue angle of 358.85º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E51418 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 24 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.10 |
| HSL | 358.85º | 0.84% | 0.49% | - |
| HSV(B) | 358.85º | 0.91% | 0.9% | - |
| XYZ | 32.73 | 17.22 | 2.46 | - |
| YUV | 82.95 | 94.74 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 24 | 0 | 0.91 | 0.90 | 0.10 | 358.85 | 0.84 | 0.49 |
| Hex | E5 | 14 | 18 | 0 | 5B | 5A | A | 167 | 54 | 31 |
| Octal | 345 | 24 | 30 | 0 | 133 | 132 | 12 | 547 | 124 | 61 |
| Binary | 11100101 | 10100 | 11000 | 0 | 1011011 | 1011010 | 1010 | 101100111 | 1010100 | 110001 |
Color Harmonies of #E51418
Complementary color
Monochromatic Colors of #E51418
Black with #E51418
Text Example
Text Example
White with #E51418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51418; }
p { color: rgb(229,20,24); }
H1.HeaderClassName
{
color: #E51418;
}
.AnyTagClassName
{
color: #E51418;
}
</style>
background-color css
<style>
a { background-color: #E51418; }
a { background-color: rgb(229,20,24); }
div.DivClassName
{
background-color: #E51418;
}
.BgClassName
{
background-color: #E51418;
}
</style>
border-color css
<style>
span { border-color: #E51418; }
span { border-color: rgb(229,20,24); }
td.TdClassName
{
border-color: #E51418;
}
.TagClassName
{
border-color: #E51418;
}
</style>