Shades of Fire Engine Red #E81415
Tints of Fire Engine Red #E81415
RGB
CMYK
RGB Variations
Color information
#E81415 (or 0xE81415) is known color: Fire Engine Red. HEX triplet: E8, 14 and 15. RGB value is (232,20,21). Sum of RGB (Red+Green+Blue) = 232+20+21=273 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.98% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 232 - color contains mainly: red. Hex color #E81415 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81415 is #17EBEA. Grayscale: #535353. Windows color (decimal): -1567723 or 1381608. OLE color: 1381608.
HSL color Cylindrical-coordinate representation of color #E81415: hue angle of 359.72º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81415 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 21 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.09 |
| HSL | 359.72º | 0.84% | 0.49% | - |
| HSV(B) | 359.72º | 0.91% | 0.91% | - |
| XYZ | 33.66 | 17.71 | 2.35 | - |
| YUV | 83.5 | 92.74 | 233.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 21 | 0 | 0.91 | 0.91 | 0.09 | 359.72 | 0.84 | 0.49 |
| Hex | E8 | 14 | 15 | 0 | 5B | 5B | 9 | 168 | 54 | 31 |
| Octal | 350 | 24 | 25 | 0 | 133 | 133 | 11 | 550 | 124 | 61 |
| Binary | 11101000 | 10100 | 10101 | 0 | 1011011 | 1011011 | 1001 | 101101000 | 1010100 | 110001 |
Color Harmonies of #E81415
Complementary color
Monochromatic Colors of #E81415
Black with #E81415
Text Example
Text Example
White with #E81415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81415; }
p { color: rgb(232,20,21); }
H1.HeaderClassName
{
color: #E81415;
}
.AnyTagClassName
{
color: #E81415;
}
</style>
background-color css
<style>
a { background-color: #E81415; }
a { background-color: rgb(232,20,21); }
div.DivClassName
{
background-color: #E81415;
}
.BgClassName
{
background-color: #E81415;
}
</style>
border-color css
<style>
span { border-color: #E81415; }
span { border-color: rgb(232,20,21); }
td.TdClassName
{
border-color: #E81415;
}
.TagClassName
{
border-color: #E81415;
}
</style>