Shades of Fire Engine Red #E80D14
Tints of Fire Engine Red #E80D14
RGB
CMYK
RGB Variations
Color information
#E80D14 (or 0xE80D14) is known color: Fire Engine Red. HEX triplet: E8, 0D and 14. RGB value is (232,13,20). Sum of RGB (Red+Green+Blue) = 232+13+20=265 (35% of max value = 765). Red value is 232 (91.02% from 255 or 87.55% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80D14 is #17F2EB. Grayscale: #4F4F4F. Windows color (decimal): -1569516 or 1314280. OLE color: 1314280.
HSL color Cylindrical-coordinate representation of color #E80D14: hue angle of 358.08º 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 #E80D14 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 20 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.09 |
| HSL | 358.08º | 0.89% | 0.48% | - |
| HSV(B) | 358.08º | 0.94% | 0.91% | - |
| XYZ | 33.55 | 17.49 | 2.27 | - |
| YUV | 79.28 | 94.55 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 20 | 0 | 0.94 | 0.91 | 0.09 | 358.08 | 0.89 | 0.48 |
| Hex | E8 | D | 14 | 0 | 5E | 5B | 9 | 166 | 59 | 30 |
| Octal | 350 | 15 | 24 | 0 | 136 | 133 | 11 | 546 | 131 | 60 |
| Binary | 11101000 | 1101 | 10100 | 0 | 1011110 | 1011011 | 1001 | 101100110 | 1011001 | 110000 |
Color Harmonies of #E80D14
Complementary color
Monochromatic Colors of #E80D14
Black with #E80D14
Text Example
Text Example
White with #E80D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D14; }
p { color: rgb(232,13,20); }
H1.HeaderClassName
{
color: #E80D14;
}
.AnyTagClassName
{
color: #E80D14;
}
</style>
background-color css
<style>
a { background-color: #E80D14; }
a { background-color: rgb(232,13,20); }
div.DivClassName
{
background-color: #E80D14;
}
.BgClassName
{
background-color: #E80D14;
}
</style>
border-color css
<style>
span { border-color: #E80D14; }
span { border-color: rgb(232,13,20); }
td.TdClassName
{
border-color: #E80D14;
}
.TagClassName
{
border-color: #E80D14;
}
</style>