Shades of Fire Engine Red #E21115
Tints of Fire Engine Red #E21115
RGB
CMYK
RGB Variations
Color information
#E21115 (or 0xE21115) is known color: Fire Engine Red. HEX triplet: E2, 11 and 15. RGB value is (226,17,21). Sum of RGB (Red+Green+Blue) = 226+17+21=264 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.61% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 226 - color contains mainly: red. Hex color #E21115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21115 is #1DEEEA. Grayscale: #505050. Windows color (decimal): -1961707 or 1380834. OLE color: 1380834.
HSL color Cylindrical-coordinate representation of color #E21115: hue angle of 358.85º 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 #E21115 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 21 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.11 |
| HSL | 358.85º | 0.86% | 0.48% | - |
| HSV(B) | 358.85º | 0.92% | 0.89% | - |
| XYZ | 31.7 | 16.62 | 2.25 | - |
| YUV | 79.95 | 94.74 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 21 | 0 | 0.92 | 0.91 | 0.11 | 358.85 | 0.86 | 0.48 |
| Hex | E2 | 11 | 15 | 0 | 5C | 5B | B | 167 | 56 | 30 |
| Octal | 342 | 21 | 25 | 0 | 134 | 133 | 13 | 547 | 126 | 60 |
| Binary | 11100010 | 10001 | 10101 | 0 | 1011100 | 1011011 | 1011 | 101100111 | 1010110 | 110000 |
Color Harmonies of #E21115
Complementary color
Monochromatic Colors of #E21115
Black with #E21115
Text Example
Text Example
White with #E21115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21115; }
p { color: rgb(226,17,21); }
H1.HeaderClassName
{
color: #E21115;
}
.AnyTagClassName
{
color: #E21115;
}
</style>
background-color css
<style>
a { background-color: #E21115; }
a { background-color: rgb(226,17,21); }
div.DivClassName
{
background-color: #E21115;
}
.BgClassName
{
background-color: #E21115;
}
</style>
border-color css
<style>
span { border-color: #E21115; }
span { border-color: rgb(226,17,21); }
td.TdClassName
{
border-color: #E21115;
}
.TagClassName
{
border-color: #E21115;
}
</style>