Shades of Fire Engine Red #E80F10
Tints of Fire Engine Red #E80F10
RGB
CMYK
RGB Variations
Color information
#E80F10 (or 0xE80F10) is known color: Fire Engine Red. HEX triplet: E8, 0F and 10. RGB value is (232,15,16). Sum of RGB (Red+Green+Blue) = 232+15+16=263 (34% of max value = 765). Red value is 232 (91.02% from 255 or 88.21% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80F10 is #17F0EF. Grayscale: #505050. Windows color (decimal): -1569008 or 1052648. OLE color: 1052648.
HSL color Cylindrical-coordinate representation of color #E80F10: hue angle of 359.72º 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 #E80F10 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 16 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.09 |
| HSL | 359.72º | 0.88% | 0.48% | - |
| HSV(B) | 359.72º | 0.94% | 0.91% | - |
| XYZ | 33.54 | 17.53 | 2.11 | - |
| YUV | 80 | 91.89 | 236.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 16 | 0 | 0.94 | 0.93 | 0.09 | 359.72 | 0.88 | 0.48 |
| Hex | E8 | F | 10 | 0 | 5E | 5D | 9 | 168 | 58 | 30 |
| Octal | 350 | 17 | 20 | 0 | 136 | 135 | 11 | 550 | 130 | 60 |
| Binary | 11101000 | 1111 | 10000 | 0 | 1011110 | 1011101 | 1001 | 101101000 | 1011000 | 110000 |
Color Harmonies of #E80F10
Complementary color
Monochromatic Colors of #E80F10
Black with #E80F10
Text Example
Text Example
White with #E80F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F10; }
p { color: rgb(232,15,16); }
H1.HeaderClassName
{
color: #E80F10;
}
.AnyTagClassName
{
color: #E80F10;
}
</style>
background-color css
<style>
a { background-color: #E80F10; }
a { background-color: rgb(232,15,16); }
div.DivClassName
{
background-color: #E80F10;
}
.BgClassName
{
background-color: #E80F10;
}
</style>
border-color css
<style>
span { border-color: #E80F10; }
span { border-color: rgb(232,15,16); }
td.TdClassName
{
border-color: #E80F10;
}
.TagClassName
{
border-color: #E80F10;
}
</style>