Shades of Fire Engine Red #E31215
Tints of Fire Engine Red #E31215
RGB
CMYK
RGB Variations
Color information
#E31215 (or 0xE31215) is known color: Fire Engine Red. HEX triplet: E3, 12 and 15. RGB value is (227,18,21). Sum of RGB (Red+Green+Blue) = 227+18+21=266 (35% of max value = 765). Red value is 227 (89.06% from 255 or 85.34% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 227 - color contains mainly: red. Hex color #E31215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31215 is #1CEDEA. Grayscale: #515151. Windows color (decimal): -1895915 or 1381091. OLE color: 1381091.
HSL color Cylindrical-coordinate representation of color #E31215: hue angle of 359.14º degrees, saturation: 0.85, 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 #E31215 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 21 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.11 |
| HSL | 359.14º | 0.85% | 0.48% | - |
| HSV(B) | 359.14º | 0.92% | 0.89% | - |
| XYZ | 32.03 | 16.82 | 2.27 | - |
| YUV | 80.83 | 94.24 | 232.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 21 | 0 | 0.92 | 0.91 | 0.11 | 359.14 | 0.85 | 0.48 |
| Hex | E3 | 12 | 15 | 0 | 5C | 5B | B | 167 | 55 | 30 |
| Octal | 343 | 22 | 25 | 0 | 134 | 133 | 13 | 547 | 125 | 60 |
| Binary | 11100011 | 10010 | 10101 | 0 | 1011100 | 1011011 | 1011 | 101100111 | 1010101 | 110000 |
Color Harmonies of #E31215
Complementary color
Monochromatic Colors of #E31215
Black with #E31215
Text Example
Text Example
White with #E31215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31215; }
p { color: rgb(227,18,21); }
H1.HeaderClassName
{
color: #E31215;
}
.AnyTagClassName
{
color: #E31215;
}
</style>
background-color css
<style>
a { background-color: #E31215; }
a { background-color: rgb(227,18,21); }
div.DivClassName
{
background-color: #E31215;
}
.BgClassName
{
background-color: #E31215;
}
</style>
border-color css
<style>
span { border-color: #E31215; }
span { border-color: rgb(227,18,21); }
td.TdClassName
{
border-color: #E31215;
}
.TagClassName
{
border-color: #E31215;
}
</style>