Shades of Fire Engine Red #E81520
Tints of Fire Engine Red #E81520
RGB
CMYK
RGB Variations
Color information
#E81520 (or 0xE81520) is known color: Fire Engine Red. HEX triplet: E8, 15 and 20. RGB value is (232,21,32). Sum of RGB (Red+Green+Blue) = 232+21+32=285 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.40% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 232 - color contains mainly: red. Hex color #E81520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81520 is #17EADF. Grayscale: #555555. Windows color (decimal): -1567456 or 2102760. OLE color: 2102760.
HSL color Cylindrical-coordinate representation of color #E81520: hue angle of 356.87º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81520 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 32 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.09 |
| HSL | 356.87º | 0.83% | 0.5% | - |
| HSV(B) | 356.87º | 0.91% | 0.91% | - |
| XYZ | 33.81 | 17.8 | 3.02 | - |
| YUV | 85.34 | 97.9 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 32 | 0 | 0.91 | 0.86 | 0.09 | 356.87 | 0.83 | 0.5 |
| Hex | E8 | 15 | 20 | 0 | 5B | 56 | 9 | 165 | 53 | 32 |
| Octal | 350 | 25 | 40 | 0 | 133 | 126 | 11 | 545 | 123 | 62 |
| Binary | 11101000 | 10101 | 100000 | 0 | 1011011 | 1010110 | 1001 | 101100101 | 1010011 | 110010 |
Color Harmonies of #E81520
Complementary color
Monochromatic Colors of #E81520
Black with #E81520
Text Example
Text Example
White with #E81520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81520; }
p { color: rgb(232,21,32); }
H1.HeaderClassName
{
color: #E81520;
}
.AnyTagClassName
{
color: #E81520;
}
</style>
background-color css
<style>
a { background-color: #E81520; }
a { background-color: rgb(232,21,32); }
div.DivClassName
{
background-color: #E81520;
}
.BgClassName
{
background-color: #E81520;
}
</style>
border-color css
<style>
span { border-color: #E81520; }
span { border-color: rgb(232,21,32); }
td.TdClassName
{
border-color: #E81520;
}
.TagClassName
{
border-color: #E81520;
}
</style>