Shades of Fire Engine Red #E80B13
Tints of Fire Engine Red #E80B13
RGB
CMYK
RGB Variations
Color information
#E80B13 (or 0xE80B13) is known color: Fire Engine Red. HEX triplet: E8, 0B and 13. RGB value is (232,11,19). Sum of RGB (Red+Green+Blue) = 232+11+19=262 (34% of max value = 765). Red value is 232 (91.02% from 255 or 88.55% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B13 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80B13 is #17F4EC. Grayscale: #4E4E4E. Windows color (decimal): -1570029 or 1248232. OLE color: 1248232.
HSL color Cylindrical-coordinate representation of color #E80B13: hue angle of 357.83º 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 #E80B13 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 19 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.09 |
| HSL | 357.83º | 0.91% | 0.48% | - |
| HSV(B) | 357.83º | 0.95% | 0.91% | - |
| XYZ | 33.52 | 17.44 | 2.22 | - |
| YUV | 77.99 | 94.72 | 237.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 19 | 0 | 0.95 | 0.92 | 0.09 | 357.83 | 0.91 | 0.48 |
| Hex | E8 | B | 13 | 0 | 5F | 5C | 9 | 166 | 5B | 30 |
| Octal | 350 | 13 | 23 | 0 | 137 | 134 | 11 | 546 | 133 | 60 |
| Binary | 11101000 | 1011 | 10011 | 0 | 1011111 | 1011100 | 1001 | 101100110 | 1011011 | 110000 |
Color Harmonies of #E80B13
Complementary color
Monochromatic Colors of #E80B13
Black with #E80B13
Text Example
Text Example
White with #E80B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80B13; }
p { color: rgb(232,11,19); }
H1.HeaderClassName
{
color: #E80B13;
}
.AnyTagClassName
{
color: #E80B13;
}
</style>
background-color css
<style>
a { background-color: #E80B13; }
a { background-color: rgb(232,11,19); }
div.DivClassName
{
background-color: #E80B13;
}
.BgClassName
{
background-color: #E80B13;
}
</style>
border-color css
<style>
span { border-color: #E80B13; }
span { border-color: rgb(232,11,19); }
td.TdClassName
{
border-color: #E80B13;
}
.TagClassName
{
border-color: #E80B13;
}
</style>