Shades of Fire Engine Red #E81115
Tints of Fire Engine Red #E81115
RGB
CMYK
RGB Variations
Color information
#E81115 (or 0xE81115) is known color: Fire Engine Red. HEX triplet: E8, 11 and 15. RGB value is (232,17,21). Sum of RGB (Red+Green+Blue) = 232+17+21=270 (35% of max value = 765). Red value is 232 (91.02% from 255 or 85.93% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 232 - color contains mainly: red. Hex color #E81115 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81115 is #17EEEA. Grayscale: #515151. Windows color (decimal): -1568491 or 1380840. OLE color: 1380840.
HSL color Cylindrical-coordinate representation of color #E81115: hue angle of 358.88º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81115 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 21 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.09 |
| HSL | 358.88º | 0.86% | 0.49% | - |
| HSV(B) | 358.88º | 0.93% | 0.91% | - |
| XYZ | 33.61 | 17.61 | 2.34 | - |
| YUV | 81.74 | 93.73 | 235.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 21 | 0 | 0.93 | 0.91 | 0.09 | 358.88 | 0.86 | 0.49 |
| Hex | E8 | 11 | 15 | 0 | 5D | 5B | 9 | 167 | 56 | 31 |
| Octal | 350 | 21 | 25 | 0 | 135 | 133 | 11 | 547 | 126 | 61 |
| Binary | 11101000 | 10001 | 10101 | 0 | 1011101 | 1011011 | 1001 | 101100111 | 1010110 | 110001 |
Color Harmonies of #E81115
Complementary color
Monochromatic Colors of #E81115
Black with #E81115
Text Example
Text Example
White with #E81115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81115; }
p { color: rgb(232,17,21); }
H1.HeaderClassName
{
color: #E81115;
}
.AnyTagClassName
{
color: #E81115;
}
</style>
background-color css
<style>
a { background-color: #E81115; }
a { background-color: rgb(232,17,21); }
div.DivClassName
{
background-color: #E81115;
}
.BgClassName
{
background-color: #E81115;
}
</style>
border-color css
<style>
span { border-color: #E81115; }
span { border-color: rgb(232,17,21); }
td.TdClassName
{
border-color: #E81115;
}
.TagClassName
{
border-color: #E81115;
}
</style>