Shades of Fire Engine Red #E91A1D
Tints of Fire Engine Red #E91A1D
RGB
CMYK
RGB Variations
Color information
#E91A1D (or 0xE91A1D) is known color: Fire Engine Red. HEX triplet: E9, 1A and 1D. RGB value is (233,26,29). Sum of RGB (Red+Green+Blue) = 233+26+29=288 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.90% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91A1D is #16E5E2. Grayscale: #585858. Windows color (decimal): -1500643 or 1907433. OLE color: 1907433.
HSL color Cylindrical-coordinate representation of color #E91A1D: hue angle of 359.13º 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 #E91A1D is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 29 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.09 |
| HSL | 359.13º | 0.82% | 0.51% | - |
| HSV(B) | 359.13º | 0.89% | 0.91% | - |
| XYZ | 34.2 | 18.15 | 2.86 | - |
| YUV | 88.24 | 94.58 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 29 | 0 | 0.89 | 0.88 | 0.09 | 359.13 | 0.82 | 0.51 |
| Hex | E9 | 1A | 1D | 0 | 59 | 58 | 9 | 167 | 52 | 33 |
| Octal | 351 | 32 | 35 | 0 | 131 | 130 | 11 | 547 | 122 | 63 |
| Binary | 11101001 | 11010 | 11101 | 0 | 1011001 | 1011000 | 1001 | 101100111 | 1010010 | 110011 |
Color Harmonies of #E91A1D
Complementary color
Monochromatic Colors of #E91A1D
Black with #E91A1D
Text Example
Text Example
White with #E91A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A1D; }
p { color: rgb(233,26,29); }
H1.HeaderClassName
{
color: #E91A1D;
}
.AnyTagClassName
{
color: #E91A1D;
}
</style>
background-color css
<style>
a { background-color: #E91A1D; }
a { background-color: rgb(233,26,29); }
div.DivClassName
{
background-color: #E91A1D;
}
.BgClassName
{
background-color: #E91A1D;
}
</style>
border-color css
<style>
span { border-color: #E91A1D; }
span { border-color: rgb(233,26,29); }
td.TdClassName
{
border-color: #E91A1D;
}
.TagClassName
{
border-color: #E91A1D;
}
</style>