Shades of Fire Engine Red #E90A1E
Tints of Fire Engine Red #E90A1E
RGB
CMYK
RGB Variations
Color information
#E90A1E (or 0xE90A1E) is known color: Fire Engine Red. HEX triplet: E9, 0A and 1E. RGB value is (233,10,30). Sum of RGB (Red+Green+Blue) = 233+10+30=273 (36% of max value = 765). Red value is 233 (91.41% from 255 or 85.35% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90A1E is #16F5E1. Grayscale: #4F4F4F. Windows color (decimal): -1504738 or 1968873. OLE color: 1968873.
HSL color Cylindrical-coordinate representation of color #E90A1E: hue angle of 354.62º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90A1E is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 30 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.09 |
| HSL | 354.62º | 0.92% | 0.48% | - |
| HSV(B) | 354.62º | 0.96% | 0.91% | - |
| XYZ | 33.95 | 17.63 | 2.84 | - |
| YUV | 78.96 | 100.38 | 237.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 30 | 0 | 0.96 | 0.87 | 0.09 | 354.62 | 0.92 | 0.48 |
| Hex | E9 | A | 1E | 0 | 60 | 57 | 9 | 163 | 5C | 30 |
| Octal | 351 | 12 | 36 | 0 | 140 | 127 | 11 | 543 | 134 | 60 |
| Binary | 11101001 | 1010 | 11110 | 0 | 1100000 | 1010111 | 1001 | 101100011 | 1011100 | 110000 |
Color Harmonies of #E90A1E
Complementary color
Monochromatic Colors of #E90A1E
Black with #E90A1E
Text Example
Text Example
White with #E90A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90A1E; }
p { color: rgb(233,10,30); }
H1.HeaderClassName
{
color: #E90A1E;
}
.AnyTagClassName
{
color: #E90A1E;
}
</style>
background-color css
<style>
a { background-color: #E90A1E; }
a { background-color: rgb(233,10,30); }
div.DivClassName
{
background-color: #E90A1E;
}
.BgClassName
{
background-color: #E90A1E;
}
</style>
border-color css
<style>
span { border-color: #E90A1E; }
span { border-color: rgb(233,10,30); }
td.TdClassName
{
border-color: #E90A1E;
}
.TagClassName
{
border-color: #E90A1E;
}
</style>