Shades of Fire Engine Red #E50120
Tints of Fire Engine Red #E50120
RGB
CMYK
RGB Variations
Color information
#E50120 (or 0xE50120) is known color: Fire Engine Red. HEX triplet: E5, 01 and 20. RGB value is (229,1,32). Sum of RGB (Red+Green+Blue) = 229+1+32=262 (34% of max value = 765). Red value is 229 (89.84% from 255 or 87.40% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 229 - color contains mainly: red. Hex color #E50120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50120 is #1AFEDF. Grayscale: #484848. Windows color (decimal): -1769184 or 2097637. OLE color: 2097637.
HSL color Cylindrical-coordinate representation of color #E50120: hue angle of 351.84º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50120 is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 32 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.10 |
| HSL | 351.84º | 0.99% | 0.45% | - |
| HSV(B) | 351.84º | 1% | 0.9% | - |
| XYZ | 32.58 | 16.78 | 2.89 | - |
| YUV | 72.71 | 105.04 | 239.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 32 | 0 | 1.00 | 0.86 | 0.10 | 351.84 | 0.99 | 0.45 |
| Hex | E5 | 1 | 20 | 0 | 64 | 56 | A | 160 | 63 | 2D |
| Octal | 345 | 1 | 40 | 0 | 144 | 126 | 12 | 540 | 143 | 55 |
| Binary | 11100101 | 1 | 100000 | 0 | 1100100 | 1010110 | 1010 | 101100000 | 1100011 | 101101 |
Color Harmonies of #E50120
Complementary color
Monochromatic Colors of #E50120
Black with #E50120
Text Example
Text Example
White with #E50120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50120; }
p { color: rgb(229,1,32); }
H1.HeaderClassName
{
color: #E50120;
}
.AnyTagClassName
{
color: #E50120;
}
</style>
background-color css
<style>
a { background-color: #E50120; }
a { background-color: rgb(229,1,32); }
div.DivClassName
{
background-color: #E50120;
}
.BgClassName
{
background-color: #E50120;
}
</style>
border-color css
<style>
span { border-color: #E50120; }
span { border-color: rgb(229,1,32); }
td.TdClassName
{
border-color: #E50120;
}
.TagClassName
{
border-color: #E50120;
}
</style>