Shades of Fire Engine Red #E50524
Tints of Fire Engine Red #E50524
RGB
CMYK
RGB Variations
Color information
#E50524 (or 0xE50524) is known color: Fire Engine Red. HEX triplet: E5, 05 and 24. RGB value is (229,5,36). Sum of RGB (Red+Green+Blue) = 229+5+36=270 (35% of max value = 765). Red value is 229 (89.84% from 255 or 84.81% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 229 - color contains mainly: red. Hex color #E50524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50524 is #1AFADB. Grayscale: #4B4B4B. Windows color (decimal): -1768156 or 2360805. OLE color: 2360805.
HSL color Cylindrical-coordinate representation of color #E50524: hue angle of 351.7º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50524 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 36 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.10 |
| HSL | 351.7º | 0.96% | 0.46% | - |
| HSV(B) | 351.7º | 0.98% | 0.9% | - |
| XYZ | 32.69 | 16.89 | 3.21 | - |
| YUV | 75.51 | 105.71 | 237.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 36 | 0 | 0.98 | 0.84 | 0.10 | 351.7 | 0.96 | 0.46 |
| Hex | E5 | 5 | 24 | 0 | 62 | 54 | A | 160 | 60 | 2E |
| Octal | 345 | 5 | 44 | 0 | 142 | 124 | 12 | 540 | 140 | 56 |
| Binary | 11100101 | 101 | 100100 | 0 | 1100010 | 1010100 | 1010 | 101100000 | 1100000 | 101110 |
Color Harmonies of #E50524
Complementary color
Monochromatic Colors of #E50524
Black with #E50524
Text Example
Text Example
White with #E50524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50524; }
p { color: rgb(229,5,36); }
H1.HeaderClassName
{
color: #E50524;
}
.AnyTagClassName
{
color: #E50524;
}
</style>
background-color css
<style>
a { background-color: #E50524; }
a { background-color: rgb(229,5,36); }
div.DivClassName
{
background-color: #E50524;
}
.BgClassName
{
background-color: #E50524;
}
</style>
border-color css
<style>
span { border-color: #E50524; }
span { border-color: rgb(229,5,36); }
td.TdClassName
{
border-color: #E50524;
}
.TagClassName
{
border-color: #E50524;
}
</style>