Shades of Fire Engine Red #E80D0E
Tints of Fire Engine Red #E80D0E
RGB
CMYK
RGB Variations
Color information
#E80D0E (or 0xE80D0E) is known color: Fire Engine Red. HEX triplet: E8, 0D and 0E. RGB value is (232,13,14). Sum of RGB (Red+Green+Blue) = 232+13+14=259 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.58% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80D0E is #17F2F1. Grayscale: #4E4E4E. Windows color (decimal): -1569522 or 921064. OLE color: 921064.
HSL color Cylindrical-coordinate representation of color #E80D0E: hue angle of 359.73º 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 #E80D0E is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 14 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.09 |
| HSL | 359.73º | 0.89% | 0.48% | - |
| HSV(B) | 359.73º | 0.94% | 0.91% | - |
| XYZ | 33.5 | 17.48 | 2.02 | - |
| YUV | 78.6 | 91.55 | 237.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 14 | 0 | 0.94 | 0.94 | 0.09 | 359.73 | 0.89 | 0.48 |
| Hex | E8 | D | E | 0 | 5E | 5E | 9 | 168 | 59 | 30 |
| Octal | 350 | 15 | 16 | 0 | 136 | 136 | 11 | 550 | 131 | 60 |
| Binary | 11101000 | 1101 | 1110 | 0 | 1011110 | 1011110 | 1001 | 101101000 | 1011001 | 110000 |
Color Harmonies of #E80D0E
Complementary color
Monochromatic Colors of #E80D0E
Black with #E80D0E
Text Example
Text Example
White with #E80D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D0E; }
p { color: rgb(232,13,14); }
H1.HeaderClassName
{
color: #E80D0E;
}
.AnyTagClassName
{
color: #E80D0E;
}
</style>
background-color css
<style>
a { background-color: #E80D0E; }
a { background-color: rgb(232,13,14); }
div.DivClassName
{
background-color: #E80D0E;
}
.BgClassName
{
background-color: #E80D0E;
}
</style>
border-color css
<style>
span { border-color: #E80D0E; }
span { border-color: rgb(232,13,14); }
td.TdClassName
{
border-color: #E80D0E;
}
.TagClassName
{
border-color: #E80D0E;
}
</style>