Shades of Fire Engine Red #E90F1E
Tints of Fire Engine Red #E90F1E
RGB
CMYK
RGB Variations
Color information
#E90F1E (or 0xE90F1E) is known color: Fire Engine Red. HEX triplet: E9, 0F and 1E. RGB value is (233,15,30). Sum of RGB (Red+Green+Blue) = 233+15+30=278 (36% of max value = 765). Red value is 233 (91.41% from 255 or 83.81% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90F1E is #16F0E1. Grayscale: #525252. Windows color (decimal): -1503458 or 1970153. OLE color: 1970153.
HSL color Cylindrical-coordinate representation of color #E90F1E: hue angle of 355.87º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90F1E is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 30 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.09 |
| HSL | 355.87º | 0.88% | 0.49% | - |
| HSV(B) | 355.87º | 0.94% | 0.91% | - |
| XYZ | 34.01 | 17.76 | 2.86 | - |
| YUV | 81.89 | 98.72 | 235.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 30 | 0 | 0.94 | 0.87 | 0.09 | 355.87 | 0.88 | 0.49 |
| Hex | E9 | F | 1E | 0 | 5E | 57 | 9 | 164 | 58 | 31 |
| Octal | 351 | 17 | 36 | 0 | 136 | 127 | 11 | 544 | 130 | 61 |
| Binary | 11101001 | 1111 | 11110 | 0 | 1011110 | 1010111 | 1001 | 101100100 | 1011000 | 110001 |
Color Harmonies of #E90F1E
Complementary color
Monochromatic Colors of #E90F1E
Black with #E90F1E
Text Example
Text Example
White with #E90F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F1E; }
p { color: rgb(233,15,30); }
H1.HeaderClassName
{
color: #E90F1E;
}
.AnyTagClassName
{
color: #E90F1E;
}
</style>
background-color css
<style>
a { background-color: #E90F1E; }
a { background-color: rgb(233,15,30); }
div.DivClassName
{
background-color: #E90F1E;
}
.BgClassName
{
background-color: #E90F1E;
}
</style>
border-color css
<style>
span { border-color: #E90F1E; }
span { border-color: rgb(233,15,30); }
td.TdClassName
{
border-color: #E90F1E;
}
.TagClassName
{
border-color: #E90F1E;
}
</style>