Shades of Fire Engine Red #E80E20
Tints of Fire Engine Red #E80E20
RGB
CMYK
RGB Variations
Color information
#E80E20 (or 0xE80E20) is known color: Fire Engine Red. HEX triplet: E8, 0E and 20. RGB value is (232,14,32). Sum of RGB (Red+Green+Blue) = 232+14+32=278 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.45% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 232 - color contains mainly: red. Hex color #E80E20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80E20 is #17F1DF. Grayscale: #515151. Windows color (decimal): -1569248 or 2100968. OLE color: 2100968.
HSL color Cylindrical-coordinate representation of color #E80E20: hue angle of 355.05º degrees, saturation: 0.89, 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 #E80E20 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 14 | 32 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.09 |
| HSL | 355.05º | 0.89% | 0.48% | - |
| HSV(B) | 355.05º | 0.94% | 0.91% | - |
| XYZ | 33.7 | 17.57 | 2.98 | - |
| YUV | 81.23 | 100.22 | 235.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 14 | 32 | 0 | 0.94 | 0.86 | 0.09 | 355.05 | 0.89 | 0.48 |
| Hex | E8 | E | 20 | 0 | 5E | 56 | 9 | 163 | 59 | 30 |
| Octal | 350 | 16 | 40 | 0 | 136 | 126 | 11 | 543 | 131 | 60 |
| Binary | 11101000 | 1110 | 100000 | 0 | 1011110 | 1010110 | 1001 | 101100011 | 1011001 | 110000 |
Color Harmonies of #E80E20
Complementary color
Monochromatic Colors of #E80E20
Black with #E80E20
Text Example
Text Example
White with #E80E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80E20; }
p { color: rgb(232,14,32); }
H1.HeaderClassName
{
color: #E80E20;
}
.AnyTagClassName
{
color: #E80E20;
}
</style>
background-color css
<style>
a { background-color: #E80E20; }
a { background-color: rgb(232,14,32); }
div.DivClassName
{
background-color: #E80E20;
}
.BgClassName
{
background-color: #E80E20;
}
</style>
border-color css
<style>
span { border-color: #E80E20; }
span { border-color: rgb(232,14,32); }
td.TdClassName
{
border-color: #E80E20;
}
.TagClassName
{
border-color: #E80E20;
}
</style>