Shades of Fire Engine Red #E51220
Tints of Fire Engine Red #E51220
RGB
CMYK
RGB Variations
Color information
#E51220 (or 0xE51220) is known color: Fire Engine Red. HEX triplet: E5, 12 and 20. RGB value is (229,18,32). Sum of RGB (Red+Green+Blue) = 229+18+32=279 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.08% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 229 - color contains mainly: red. Hex color #E51220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51220 is #1AEDDF. Grayscale: #525252. Windows color (decimal): -1764832 or 2101989. OLE color: 2101989.
HSL color Cylindrical-coordinate representation of color #E51220: hue angle of 356.02º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51220 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 32 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.10 |
| HSL | 356.02º | 0.85% | 0.48% | - |
| HSV(B) | 356.02º | 0.92% | 0.9% | - |
| XYZ | 32.79 | 17.19 | 2.96 | - |
| YUV | 82.69 | 99.4 | 232.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 32 | 0 | 0.92 | 0.86 | 0.10 | 356.02 | 0.85 | 0.48 |
| Hex | E5 | 12 | 20 | 0 | 5C | 56 | A | 164 | 55 | 30 |
| Octal | 345 | 22 | 40 | 0 | 134 | 126 | 12 | 544 | 125 | 60 |
| Binary | 11100101 | 10010 | 100000 | 0 | 1011100 | 1010110 | 1010 | 101100100 | 1010101 | 110000 |
Color Harmonies of #E51220
Complementary color
Monochromatic Colors of #E51220
Black with #E51220
Text Example
Text Example
White with #E51220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51220; }
p { color: rgb(229,18,32); }
H1.HeaderClassName
{
color: #E51220;
}
.AnyTagClassName
{
color: #E51220;
}
</style>
background-color css
<style>
a { background-color: #E51220; }
a { background-color: rgb(229,18,32); }
div.DivClassName
{
background-color: #E51220;
}
.BgClassName
{
background-color: #E51220;
}
</style>
border-color css
<style>
span { border-color: #E51220; }
span { border-color: rgb(229,18,32); }
td.TdClassName
{
border-color: #E51220;
}
.TagClassName
{
border-color: #E51220;
}
</style>