Shades of Fire Engine Red #E90D12
Tints of Fire Engine Red #E90D12
RGB
CMYK
RGB Variations
Color information
#E90D12 (or 0xE90D12) is known color: Fire Engine Red. HEX triplet: E9, 0D and 12. RGB value is (233,13,18). Sum of RGB (Red+Green+Blue) = 233+13+18=264 (34% of max value = 765). Red value is 233 (91.41% from 255 or 88.26% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90D12 is #16F2ED. Grayscale: #4F4F4F. Windows color (decimal): -1503982 or 1183209. OLE color: 1183209.
HSL color Cylindrical-coordinate representation of color #E90D12: hue angle of 358.64º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90D12 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 18 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.09 |
| HSL | 358.64º | 0.89% | 0.48% | - |
| HSV(B) | 358.64º | 0.94% | 0.91% | - |
| XYZ | 33.86 | 17.66 | 2.2 | - |
| YUV | 79.35 | 93.39 | 237.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 18 | 0 | 0.94 | 0.92 | 0.09 | 358.64 | 0.89 | 0.48 |
| Hex | E9 | D | 12 | 0 | 5E | 5C | 9 | 167 | 59 | 30 |
| Octal | 351 | 15 | 22 | 0 | 136 | 134 | 11 | 547 | 131 | 60 |
| Binary | 11101001 | 1101 | 10010 | 0 | 1011110 | 1011100 | 1001 | 101100111 | 1011001 | 110000 |
Color Harmonies of #E90D12
Complementary color
Monochromatic Colors of #E90D12
Black with #E90D12
Text Example
Text Example
White with #E90D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90D12; }
p { color: rgb(233,13,18); }
H1.HeaderClassName
{
color: #E90D12;
}
.AnyTagClassName
{
color: #E90D12;
}
</style>
background-color css
<style>
a { background-color: #E90D12; }
a { background-color: rgb(233,13,18); }
div.DivClassName
{
background-color: #E90D12;
}
.BgClassName
{
background-color: #E90D12;
}
</style>
border-color css
<style>
span { border-color: #E90D12; }
span { border-color: rgb(233,13,18); }
td.TdClassName
{
border-color: #E90D12;
}
.TagClassName
{
border-color: #E90D12;
}
</style>