Shades of Fire Engine Red #E80915
Tints of Fire Engine Red #E80915
RGB
CMYK
RGB Variations
Color information
#E80915 (or 0xE80915) is known color: Fire Engine Red. HEX triplet: E8, 09 and 15. RGB value is (232,9,21). Sum of RGB (Red+Green+Blue) = 232+9+21=262 (34% of max value = 765). Red value is 232 (91.02% from 255 or 88.55% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 232 - color contains mainly: red. Hex color #E80915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80915 is #17F6EA. Grayscale: #4D4D4D. Windows color (decimal): -1570539 or 1378792. OLE color: 1378792.
HSL color Cylindrical-coordinate representation of color #E80915: hue angle of 356.77º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80915 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 21 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.09 |
| HSL | 356.77º | 0.93% | 0.47% | - |
| HSV(B) | 356.77º | 0.96% | 0.91% | - |
| XYZ | 33.51 | 17.41 | 2.3 | - |
| YUV | 77.05 | 96.38 | 238.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 21 | 0 | 0.96 | 0.91 | 0.09 | 356.77 | 0.93 | 0.47 |
| Hex | E8 | 9 | 15 | 0 | 60 | 5B | 9 | 165 | 5D | 2F |
| Octal | 350 | 11 | 25 | 0 | 140 | 133 | 11 | 545 | 135 | 57 |
| Binary | 11101000 | 1001 | 10101 | 0 | 1100000 | 1011011 | 1001 | 101100101 | 1011101 | 101111 |
Color Harmonies of #E80915
Complementary color
Monochromatic Colors of #E80915
Black with #E80915
Text Example
Text Example
White with #E80915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80915; }
p { color: rgb(232,9,21); }
H1.HeaderClassName
{
color: #E80915;
}
.AnyTagClassName
{
color: #E80915;
}
</style>
background-color css
<style>
a { background-color: #E80915; }
a { background-color: rgb(232,9,21); }
div.DivClassName
{
background-color: #E80915;
}
.BgClassName
{
background-color: #E80915;
}
</style>
border-color css
<style>
span { border-color: #E80915; }
span { border-color: rgb(232,9,21); }
td.TdClassName
{
border-color: #E80915;
}
.TagClassName
{
border-color: #E80915;
}
</style>