Shades of Fire Engine Red #E50720
Tints of Fire Engine Red #E50720
RGB
CMYK
RGB Variations
Color information
#E50720 (or 0xE50720) is known color: Fire Engine Red. HEX triplet: E5, 07 and 20. RGB value is (229,7,32). Sum of RGB (Red+Green+Blue) = 229+7+32=268 (35% of max value = 765). Red value is 229 (89.84% from 255 or 85.45% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 229 - color contains mainly: red. Hex color #E50720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50720 is #1AF8DF. Grayscale: #4C4C4C. Windows color (decimal): -1767648 or 2099173. OLE color: 2099173.
HSL color Cylindrical-coordinate representation of color #E50720: hue angle of 353.24º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50720 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 7 | 32 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.10 |
| HSL | 353.24º | 0.94% | 0.46% | - |
| HSV(B) | 353.24º | 0.97% | 0.9% | - |
| XYZ | 32.65 | 16.91 | 2.91 | - |
| YUV | 76.23 | 103.05 | 236.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 32 | 0 | 0.97 | 0.86 | 0.10 | 353.24 | 0.94 | 0.46 |
| Hex | E5 | 7 | 20 | 0 | 61 | 56 | A | 161 | 5E | 2E |
| Octal | 345 | 7 | 40 | 0 | 141 | 126 | 12 | 541 | 136 | 56 |
| Binary | 11100101 | 111 | 100000 | 0 | 1100001 | 1010110 | 1010 | 101100001 | 1011110 | 101110 |
Color Harmonies of #E50720
Complementary color
Monochromatic Colors of #E50720
Black with #E50720
Text Example
Text Example
White with #E50720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50720; }
p { color: rgb(229,7,32); }
H1.HeaderClassName
{
color: #E50720;
}
.AnyTagClassName
{
color: #E50720;
}
</style>
background-color css
<style>
a { background-color: #E50720; }
a { background-color: rgb(229,7,32); }
div.DivClassName
{
background-color: #E50720;
}
.BgClassName
{
background-color: #E50720;
}
</style>
border-color css
<style>
span { border-color: #E50720; }
span { border-color: rgb(229,7,32); }
td.TdClassName
{
border-color: #E50720;
}
.TagClassName
{
border-color: #E50720;
}
</style>