Shades of Fire Engine Red #E90C10
Tints of Fire Engine Red #E90C10
RGB
CMYK
RGB Variations
Color information
#E90C10 (or 0xE90C10) is known color: Fire Engine Red. HEX triplet: E9, 0C and 10. RGB value is (233,12,16). Sum of RGB (Red+Green+Blue) = 233+12+16=261 (34% of max value = 765). Red value is 233 (91.41% from 255 or 89.27% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90C10 is #16F3EF. Grayscale: #4E4E4E. Windows color (decimal): -1504240 or 1051881. OLE color: 1051881.
HSL color Cylindrical-coordinate representation of color #E90C10: hue angle of 358.91º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90C10 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 16 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.09 |
| HSL | 358.91º | 0.9% | 0.48% | - |
| HSV(B) | 358.91º | 0.95% | 0.91% | - |
| XYZ | 33.83 | 17.62 | 2.11 | - |
| YUV | 78.54 | 92.72 | 238.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 16 | 0 | 0.95 | 0.93 | 0.09 | 358.91 | 0.9 | 0.48 |
| Hex | E9 | C | 10 | 0 | 5F | 5D | 9 | 167 | 5A | 30 |
| Octal | 351 | 14 | 20 | 0 | 137 | 135 | 11 | 547 | 132 | 60 |
| Binary | 11101001 | 1100 | 10000 | 0 | 1011111 | 1011101 | 1001 | 101100111 | 1011010 | 110000 |
Color Harmonies of #E90C10
Complementary color
Monochromatic Colors of #E90C10
Black with #E90C10
Text Example
Text Example
White with #E90C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90C10; }
p { color: rgb(233,12,16); }
H1.HeaderClassName
{
color: #E90C10;
}
.AnyTagClassName
{
color: #E90C10;
}
</style>
background-color css
<style>
a { background-color: #E90C10; }
a { background-color: rgb(233,12,16); }
div.DivClassName
{
background-color: #E90C10;
}
.BgClassName
{
background-color: #E90C10;
}
</style>
border-color css
<style>
span { border-color: #E90C10; }
span { border-color: rgb(233,12,16); }
td.TdClassName
{
border-color: #E90C10;
}
.TagClassName
{
border-color: #E90C10;
}
</style>