Shades of Fire Engine Red #E91A1B
Tints of Fire Engine Red #E91A1B
RGB
CMYK
RGB Variations
Color information
#E91A1B (or 0xE91A1B) is known color: Fire Engine Red. HEX triplet: E9, 1A and 1B. RGB value is (233,26,27). Sum of RGB (Red+Green+Blue) = 233+26+27=286 (37% of max value = 765). Red value is 233 (91.41% from 255 or 81.47% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91A1B is #16E5E4. Grayscale: #585858. Windows color (decimal): -1500645 or 1776361. OLE color: 1776361.
HSL color Cylindrical-coordinate representation of color #E91A1B: hue angle of 359.71º 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 #E91A1B is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 27 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.09 |
| HSL | 359.71º | 0.82% | 0.51% | - |
| HSV(B) | 359.71º | 0.89% | 0.91% | - |
| XYZ | 34.17 | 18.14 | 2.74 | - |
| YUV | 88.01 | 93.58 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 27 | 0 | 0.89 | 0.88 | 0.09 | 359.71 | 0.82 | 0.51 |
| Hex | E9 | 1A | 1B | 0 | 59 | 58 | 9 | 168 | 52 | 33 |
| Octal | 351 | 32 | 33 | 0 | 131 | 130 | 11 | 550 | 122 | 63 |
| Binary | 11101001 | 11010 | 11011 | 0 | 1011001 | 1011000 | 1001 | 101101000 | 1010010 | 110011 |
Color Harmonies of #E91A1B
Complementary color
Monochromatic Colors of #E91A1B
Black with #E91A1B
Text Example
Text Example
White with #E91A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A1B; }
p { color: rgb(233,26,27); }
H1.HeaderClassName
{
color: #E91A1B;
}
.AnyTagClassName
{
color: #E91A1B;
}
</style>
background-color css
<style>
a { background-color: #E91A1B; }
a { background-color: rgb(233,26,27); }
div.DivClassName
{
background-color: #E91A1B;
}
.BgClassName
{
background-color: #E91A1B;
}
</style>
border-color css
<style>
span { border-color: #E91A1B; }
span { border-color: rgb(233,26,27); }
td.TdClassName
{
border-color: #E91A1B;
}
.TagClassName
{
border-color: #E91A1B;
}
</style>