Shades of Fire Engine Red #E9111A
Tints of Fire Engine Red #E9111A
RGB
CMYK
RGB Variations
Color information
#E9111A (or 0xE9111A) is known color: Fire Engine Red. HEX triplet: E9, 11 and 1A. RGB value is (233,17,26). Sum of RGB (Red+Green+Blue) = 233+17+26=276 (36% of max value = 765). Red value is 233 (91.41% from 255 or 84.42% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 233 - color contains mainly: red. Hex color #E9111A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9111A is #16EEE5. Grayscale: #525252. Windows color (decimal): -1502950 or 1708521. OLE color: 1708521.
HSL color Cylindrical-coordinate representation of color #E9111A: hue angle of 357.5º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E9111A is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 17 | 26 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.09 |
| HSL | 357.5º | 0.86% | 0.49% | - |
| HSV(B) | 357.5º | 0.93% | 0.91% | - |
| XYZ | 33.99 | 17.8 | 2.62 | - |
| YUV | 82.61 | 96.06 | 235.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 17 | 26 | 0 | 0.93 | 0.89 | 0.09 | 357.5 | 0.86 | 0.49 |
| Hex | E9 | 11 | 1A | 0 | 5D | 59 | 9 | 166 | 56 | 31 |
| Octal | 351 | 21 | 32 | 0 | 135 | 131 | 11 | 546 | 126 | 61 |
| Binary | 11101001 | 10001 | 11010 | 0 | 1011101 | 1011001 | 1001 | 101100110 | 1010110 | 110001 |
Color Harmonies of #E9111A
Complementary color
Monochromatic Colors of #E9111A
Black with #E9111A
Text Example
Text Example
White with #E9111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9111A; }
p { color: rgb(233,17,26); }
H1.HeaderClassName
{
color: #E9111A;
}
.AnyTagClassName
{
color: #E9111A;
}
</style>
background-color css
<style>
a { background-color: #E9111A; }
a { background-color: rgb(233,17,26); }
div.DivClassName
{
background-color: #E9111A;
}
.BgClassName
{
background-color: #E9111A;
}
</style>
border-color css
<style>
span { border-color: #E9111A; }
span { border-color: rgb(233,17,26); }
td.TdClassName
{
border-color: #E9111A;
}
.TagClassName
{
border-color: #E9111A;
}
</style>