Shades of Fire Engine Red #E90814
Tints of Fire Engine Red #E90814
RGB
CMYK
RGB Variations
Color information
#E90814 (or 0xE90814) is known color: Fire Engine Red. HEX triplet: E9, 08 and 14. RGB value is (233,8,20). Sum of RGB (Red+Green+Blue) = 233+8+20=261 (34% of max value = 765). Red value is 233 (91.41% from 255 or 89.27% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 233 - color contains mainly: red. Hex color #E90814 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90814 is #16F7EB. Grayscale: #4C4C4C. Windows color (decimal): -1505260 or 1313001. OLE color: 1313001.
HSL color Cylindrical-coordinate representation of color #E90814: hue angle of 356.8º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E90814 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 8 | 20 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.09 |
| HSL | 356.8º | 0.93% | 0.47% | - |
| HSV(B) | 356.8º | 0.97% | 0.91% | - |
| XYZ | 33.82 | 17.55 | 2.27 | - |
| YUV | 76.64 | 96.04 | 239.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 20 | 0 | 0.97 | 0.91 | 0.09 | 356.8 | 0.93 | 0.47 |
| Hex | E9 | 8 | 14 | 0 | 61 | 5B | 9 | 165 | 5D | 2F |
| Octal | 351 | 10 | 24 | 0 | 141 | 133 | 11 | 545 | 135 | 57 |
| Binary | 11101001 | 1000 | 10100 | 0 | 1100001 | 1011011 | 1001 | 101100101 | 1011101 | 101111 |
Color Harmonies of #E90814
Complementary color
Monochromatic Colors of #E90814
Black with #E90814
Text Example
Text Example
White with #E90814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90814; }
p { color: rgb(233,8,20); }
H1.HeaderClassName
{
color: #E90814;
}
.AnyTagClassName
{
color: #E90814;
}
</style>
background-color css
<style>
a { background-color: #E90814; }
a { background-color: rgb(233,8,20); }
div.DivClassName
{
background-color: #E90814;
}
.BgClassName
{
background-color: #E90814;
}
</style>
border-color css
<style>
span { border-color: #E90814; }
span { border-color: rgb(233,8,20); }
td.TdClassName
{
border-color: #E90814;
}
.TagClassName
{
border-color: #E90814;
}
</style>