Shades of Fire Engine Red #E80B14
Tints of Fire Engine Red #E80B14
RGB
CMYK
RGB Variations
Color information
#E80B14 (or 0xE80B14) is known color: Fire Engine Red. HEX triplet: E8, 0B and 14. RGB value is (232,11,20). Sum of RGB (Red+Green+Blue) = 232+11+20=263 (34% of max value = 765). Red value is 232 (91.02% from 255 or 88.21% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80B14 is #17F4EB. Grayscale: #4E4E4E. Windows color (decimal): -1570028 or 1313768. OLE color: 1313768.
HSL color Cylindrical-coordinate representation of color #E80B14: hue angle of 357.56º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80B14 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 20 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.09 |
| HSL | 357.56º | 0.91% | 0.48% | - |
| HSV(B) | 357.56º | 0.95% | 0.91% | - |
| XYZ | 33.52 | 17.45 | 2.26 | - |
| YUV | 78.11 | 95.22 | 237.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 20 | 0 | 0.95 | 0.91 | 0.09 | 357.56 | 0.91 | 0.48 |
| Hex | E8 | B | 14 | 0 | 5F | 5B | 9 | 166 | 5B | 30 |
| Octal | 350 | 13 | 24 | 0 | 137 | 133 | 11 | 546 | 133 | 60 |
| Binary | 11101000 | 1011 | 10100 | 0 | 1011111 | 1011011 | 1001 | 101100110 | 1011011 | 110000 |
Color Harmonies of #E80B14
Complementary color
Monochromatic Colors of #E80B14
Black with #E80B14
Text Example
Text Example
White with #E80B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80B14; }
p { color: rgb(232,11,20); }
H1.HeaderClassName
{
color: #E80B14;
}
.AnyTagClassName
{
color: #E80B14;
}
</style>
background-color css
<style>
a { background-color: #E80B14; }
a { background-color: rgb(232,11,20); }
div.DivClassName
{
background-color: #E80B14;
}
.BgClassName
{
background-color: #E80B14;
}
</style>
border-color css
<style>
span { border-color: #E80B14; }
span { border-color: rgb(232,11,20); }
td.TdClassName
{
border-color: #E80B14;
}
.TagClassName
{
border-color: #E80B14;
}
</style>