Shades of Fire Engine Red #E31415
Tints of Fire Engine Red #E31415
RGB
CMYK
RGB Variations
Color information
#E31415 (or 0xE31415) is known color: Fire Engine Red. HEX triplet: E3, 14 and 15. RGB value is (227,20,21). Sum of RGB (Red+Green+Blue) = 227+20+21=268 (35% of max value = 765). Red value is 227 (89.06% from 255 or 84.70% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 227 - color contains mainly: red. Hex color #E31415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31415 is #1CEBEA. Grayscale: #525252. Windows color (decimal): -1895403 or 1381603. OLE color: 1381603.
HSL color Cylindrical-coordinate representation of color #E31415: hue angle of 359.71º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E31415 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 21 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.11 |
| HSL | 359.71º | 0.84% | 0.48% | - |
| HSV(B) | 359.71º | 0.91% | 0.89% | - |
| XYZ | 32.06 | 16.89 | 2.28 | - |
| YUV | 82.01 | 93.58 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 21 | 0 | 0.91 | 0.91 | 0.11 | 359.71 | 0.84 | 0.48 |
| Hex | E3 | 14 | 15 | 0 | 5B | 5B | B | 168 | 54 | 30 |
| Octal | 343 | 24 | 25 | 0 | 133 | 133 | 13 | 550 | 124 | 60 |
| Binary | 11100011 | 10100 | 10101 | 0 | 1011011 | 1011011 | 1011 | 101101000 | 1010100 | 110000 |
Color Harmonies of #E31415
Complementary color
Monochromatic Colors of #E31415
Black with #E31415
Text Example
Text Example
White with #E31415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31415; }
p { color: rgb(227,20,21); }
H1.HeaderClassName
{
color: #E31415;
}
.AnyTagClassName
{
color: #E31415;
}
</style>
background-color css
<style>
a { background-color: #E31415; }
a { background-color: rgb(227,20,21); }
div.DivClassName
{
background-color: #E31415;
}
.BgClassName
{
background-color: #E31415;
}
</style>
border-color css
<style>
span { border-color: #E31415; }
span { border-color: rgb(227,20,21); }
td.TdClassName
{
border-color: #E31415;
}
.TagClassName
{
border-color: #E31415;
}
</style>