Shades of Fire Engine Red #E71218
Tints of Fire Engine Red #E71218
RGB
CMYK
RGB Variations
Color information
#E71218 (or 0xE71218) is known color: Fire Engine Red. HEX triplet: E7, 12 and 18. RGB value is (231,18,24). Sum of RGB (Red+Green+Blue) = 231+18+24=273 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84.62% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 231 - color contains mainly: red. Hex color #E71218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71218 is #18EDE7. Grayscale: #525252. Windows color (decimal): -1633768 or 1577703. OLE color: 1577703.
HSL color Cylindrical-coordinate representation of color #E71218: hue angle of 358.31º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E71218 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 24 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.09 |
| HSL | 358.31º | 0.86% | 0.49% | - |
| HSV(B) | 358.31º | 0.92% | 0.91% | - |
| XYZ | 33.34 | 17.49 | 2.48 | - |
| YUV | 82.37 | 95.07 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 24 | 0 | 0.92 | 0.90 | 0.09 | 358.31 | 0.86 | 0.49 |
| Hex | E7 | 12 | 18 | 0 | 5C | 5A | 9 | 166 | 56 | 31 |
| Octal | 347 | 22 | 30 | 0 | 134 | 132 | 11 | 546 | 126 | 61 |
| Binary | 11100111 | 10010 | 11000 | 0 | 1011100 | 1011010 | 1001 | 101100110 | 1010110 | 110001 |
Color Harmonies of #E71218
Complementary color
Monochromatic Colors of #E71218
Black with #E71218
Text Example
Text Example
White with #E71218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71218; }
p { color: rgb(231,18,24); }
H1.HeaderClassName
{
color: #E71218;
}
.AnyTagClassName
{
color: #E71218;
}
</style>
background-color css
<style>
a { background-color: #E71218; }
a { background-color: rgb(231,18,24); }
div.DivClassName
{
background-color: #E71218;
}
.BgClassName
{
background-color: #E71218;
}
</style>
border-color css
<style>
span { border-color: #E71218; }
span { border-color: rgb(231,18,24); }
td.TdClassName
{
border-color: #E71218;
}
.TagClassName
{
border-color: #E71218;
}
</style>