Shades of Fire Engine Red #E80B18
Tints of Fire Engine Red #E80B18
RGB
CMYK
RGB Variations
Color information
#E80B18 (or 0xE80B18) is known color: Fire Engine Red. HEX triplet: E8, 0B and 18. RGB value is (232,11,24). Sum of RGB (Red+Green+Blue) = 232+11+24=267 (35% of max value = 765). Red value is 232 (91.02% from 255 or 86.89% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80B18 is #17F4E7. Grayscale: #4E4E4E. Windows color (decimal): -1570024 or 1575912. OLE color: 1575912.
HSL color Cylindrical-coordinate representation of color #E80B18: hue angle of 356.47º 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 #E80B18 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 24 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.09 |
| HSL | 356.47º | 0.91% | 0.48% | - |
| HSV(B) | 356.47º | 0.95% | 0.91% | - |
| XYZ | 33.56 | 17.46 | 2.47 | - |
| YUV | 78.56 | 97.22 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 24 | 0 | 0.95 | 0.90 | 0.09 | 356.47 | 0.91 | 0.48 |
| Hex | E8 | B | 18 | 0 | 5F | 5A | 9 | 164 | 5B | 30 |
| Octal | 350 | 13 | 30 | 0 | 137 | 132 | 11 | 544 | 133 | 60 |
| Binary | 11101000 | 1011 | 11000 | 0 | 1011111 | 1011010 | 1001 | 101100100 | 1011011 | 110000 |
Color Harmonies of #E80B18
Complementary color
Monochromatic Colors of #E80B18
Black with #E80B18
Text Example
Text Example
White with #E80B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80B18; }
p { color: rgb(232,11,24); }
H1.HeaderClassName
{
color: #E80B18;
}
.AnyTagClassName
{
color: #E80B18;
}
</style>
background-color css
<style>
a { background-color: #E80B18; }
a { background-color: rgb(232,11,24); }
div.DivClassName
{
background-color: #E80B18;
}
.BgClassName
{
background-color: #E80B18;
}
</style>
border-color css
<style>
span { border-color: #E80B18; }
span { border-color: rgb(232,11,24); }
td.TdClassName
{
border-color: #E80B18;
}
.TagClassName
{
border-color: #E80B18;
}
</style>