Shades of Fire Engine Red #E21114
Tints of Fire Engine Red #E21114
RGB
CMYK
RGB Variations
Color information
#E21114 (or 0xE21114) is known color: Fire Engine Red. HEX triplet: E2, 11 and 14. RGB value is (226,17,20). Sum of RGB (Red+Green+Blue) = 226+17+20=263 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.93% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 226 - color contains mainly: red. Hex color #E21114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21114 is #1DEEEB. Grayscale: #505050. Windows color (decimal): -1961708 or 1315298. OLE color: 1315298.
HSL color Cylindrical-coordinate representation of color #E21114: hue angle of 359.14º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21114 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 20 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.11 |
| HSL | 359.14º | 0.86% | 0.48% | - |
| HSV(B) | 359.14º | 0.92% | 0.89% | - |
| XYZ | 31.69 | 16.62 | 2.2 | - |
| YUV | 79.83 | 94.24 | 232.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 20 | 0 | 0.92 | 0.91 | 0.11 | 359.14 | 0.86 | 0.48 |
| Hex | E2 | 11 | 14 | 0 | 5C | 5B | B | 167 | 56 | 30 |
| Octal | 342 | 21 | 24 | 0 | 134 | 133 | 13 | 547 | 126 | 60 |
| Binary | 11100010 | 10001 | 10100 | 0 | 1011100 | 1011011 | 1011 | 101100111 | 1010110 | 110000 |
Color Harmonies of #E21114
Complementary color
Monochromatic Colors of #E21114
Black with #E21114
Text Example
Text Example
White with #E21114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21114; }
p { color: rgb(226,17,20); }
H1.HeaderClassName
{
color: #E21114;
}
.AnyTagClassName
{
color: #E21114;
}
</style>
background-color css
<style>
a { background-color: #E21114; }
a { background-color: rgb(226,17,20); }
div.DivClassName
{
background-color: #E21114;
}
.BgClassName
{
background-color: #E21114;
}
</style>
border-color css
<style>
span { border-color: #E21114; }
span { border-color: rgb(226,17,20); }
td.TdClassName
{
border-color: #E21114;
}
.TagClassName
{
border-color: #E21114;
}
</style>