Shades of Fire Engine Red #E80F11
Tints of Fire Engine Red #E80F11
RGB
CMYK
RGB Variations
Color information
#E80F11 (or 0xE80F11) is known color: Fire Engine Red. HEX triplet: E8, 0F and 11. RGB value is (232,15,17). Sum of RGB (Red+Green+Blue) = 232+15+17=264 (34% of max value = 765). Red value is 232 (91.02% from 255 or 87.88% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80F11 is #17F0EE. Grayscale: #505050. Windows color (decimal): -1569007 or 1118184. OLE color: 1118184.
HSL color Cylindrical-coordinate representation of color #E80F11: hue angle of 359.45º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80F11 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 17 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.09 |
| HSL | 359.45º | 0.88% | 0.48% | - |
| HSV(B) | 359.45º | 0.94% | 0.91% | - |
| XYZ | 33.55 | 17.54 | 2.15 | - |
| YUV | 80.11 | 92.39 | 236.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 17 | 0 | 0.94 | 0.93 | 0.09 | 359.45 | 0.88 | 0.48 |
| Hex | E8 | F | 11 | 0 | 5E | 5D | 9 | 167 | 58 | 30 |
| Octal | 350 | 17 | 21 | 0 | 136 | 135 | 11 | 547 | 130 | 60 |
| Binary | 11101000 | 1111 | 10001 | 0 | 1011110 | 1011101 | 1001 | 101100111 | 1011000 | 110000 |
Color Harmonies of #E80F11
Complementary color
Monochromatic Colors of #E80F11
Black with #E80F11
Text Example
Text Example
White with #E80F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F11; }
p { color: rgb(232,15,17); }
H1.HeaderClassName
{
color: #E80F11;
}
.AnyTagClassName
{
color: #E80F11;
}
</style>
background-color css
<style>
a { background-color: #E80F11; }
a { background-color: rgb(232,15,17); }
div.DivClassName
{
background-color: #E80F11;
}
.BgClassName
{
background-color: #E80F11;
}
</style>
border-color css
<style>
span { border-color: #E80F11; }
span { border-color: rgb(232,15,17); }
td.TdClassName
{
border-color: #E80F11;
}
.TagClassName
{
border-color: #E80F11;
}
</style>