Shades of Fire Engine Red #E91314
Tints of Fire Engine Red #E91314
RGB
CMYK
RGB Variations
Color information
#E91314 (or 0xE91314) is known color: Fire Engine Red. HEX triplet: E9, 13 and 14. RGB value is (233,19,20). Sum of RGB (Red+Green+Blue) = 233+19+20=272 (36% of max value = 765). Red value is 233 (91.41% from 255 or 85.66% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 233 - color contains mainly: red. Hex color #E91314 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E91314 is #16ECEB. Grayscale: #535353. Windows color (decimal): -1502444 or 1315817. OLE color: 1315817.
HSL color Cylindrical-coordinate representation of color #E91314: hue angle of 359.72º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E91314 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 19 | 20 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.09 |
| HSL | 359.72º | 0.85% | 0.49% | - |
| HSV(B) | 359.72º | 0.92% | 0.91% | - |
| XYZ | 33.96 | 17.84 | 2.32 | - |
| YUV | 83.1 | 92.4 | 234.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 20 | 0 | 0.92 | 0.91 | 0.09 | 359.72 | 0.85 | 0.49 |
| Hex | E9 | 13 | 14 | 0 | 5C | 5B | 9 | 168 | 55 | 31 |
| Octal | 351 | 23 | 24 | 0 | 134 | 133 | 11 | 550 | 125 | 61 |
| Binary | 11101001 | 10011 | 10100 | 0 | 1011100 | 1011011 | 1001 | 101101000 | 1010101 | 110001 |
Color Harmonies of #E91314
Complementary color
Monochromatic Colors of #E91314
Black with #E91314
Text Example
Text Example
White with #E91314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91314; }
p { color: rgb(233,19,20); }
H1.HeaderClassName
{
color: #E91314;
}
.AnyTagClassName
{
color: #E91314;
}
</style>
background-color css
<style>
a { background-color: #E91314; }
a { background-color: rgb(233,19,20); }
div.DivClassName
{
background-color: #E91314;
}
.BgClassName
{
background-color: #E91314;
}
</style>
border-color css
<style>
span { border-color: #E91314; }
span { border-color: rgb(233,19,20); }
td.TdClassName
{
border-color: #E91314;
}
.TagClassName
{
border-color: #E91314;
}
</style>