Shades of Fire Engine Red #E91A1C
Tints of Fire Engine Red #E91A1C
RGB
CMYK
RGB Variations
Color information
#E91A1C (or 0xE91A1C) is known color: Fire Engine Red. HEX triplet: E9, 1A and 1C. RGB value is (233,26,28). Sum of RGB (Red+Green+Blue) = 233+26+28=287 (38% of max value = 765). Red value is 233 (91.41% from 255 or 81.18% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91A1C is #16E5E3. Grayscale: #585858. Windows color (decimal): -1500644 or 1841897. OLE color: 1841897.
HSL color Cylindrical-coordinate representation of color #E91A1C: hue angle of 359.42º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91A1C is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 28 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.09 |
| HSL | 359.42º | 0.82% | 0.51% | - |
| HSV(B) | 359.42º | 0.89% | 0.91% | - |
| XYZ | 34.18 | 18.15 | 2.8 | - |
| YUV | 88.12 | 94.08 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 28 | 0 | 0.89 | 0.88 | 0.09 | 359.42 | 0.82 | 0.51 |
| Hex | E9 | 1A | 1C | 0 | 59 | 58 | 9 | 167 | 52 | 33 |
| Octal | 351 | 32 | 34 | 0 | 131 | 130 | 11 | 547 | 122 | 63 |
| Binary | 11101001 | 11010 | 11100 | 0 | 1011001 | 1011000 | 1001 | 101100111 | 1010010 | 110011 |
Color Harmonies of #E91A1C
Complementary color
Monochromatic Colors of #E91A1C
Black with #E91A1C
Text Example
Text Example
White with #E91A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A1C; }
p { color: rgb(233,26,28); }
H1.HeaderClassName
{
color: #E91A1C;
}
.AnyTagClassName
{
color: #E91A1C;
}
</style>
background-color css
<style>
a { background-color: #E91A1C; }
a { background-color: rgb(233,26,28); }
div.DivClassName
{
background-color: #E91A1C;
}
.BgClassName
{
background-color: #E91A1C;
}
</style>
border-color css
<style>
span { border-color: #E91A1C; }
span { border-color: rgb(233,26,28); }
td.TdClassName
{
border-color: #E91A1C;
}
.TagClassName
{
border-color: #E91A1C;
}
</style>