Shades of Fire Engine Red #E50523
Tints of Fire Engine Red #E50523
RGB
CMYK
RGB Variations
Color information
#E50523 (or 0xE50523) is known color: Fire Engine Red. HEX triplet: E5, 05 and 23. RGB value is (229,5,35). Sum of RGB (Red+Green+Blue) = 229+5+35=269 (35% of max value = 765). Red value is 229 (89.84% from 255 or 85.13% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 229 - color contains mainly: red. Hex color #E50523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50523 is #1AFADC. Grayscale: #4B4B4B. Windows color (decimal): -1768157 or 2295269. OLE color: 2295269.
HSL color Cylindrical-coordinate representation of color #E50523: hue angle of 351.96º 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 #E50523 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 35 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.10 |
| HSL | 351.96º | 0.96% | 0.46% | - |
| HSV(B) | 351.96º | 0.98% | 0.9% | - |
| XYZ | 32.67 | 16.89 | 3.13 | - |
| YUV | 75.4 | 105.21 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 35 | 0 | 0.98 | 0.85 | 0.10 | 351.96 | 0.96 | 0.46 |
| Hex | E5 | 5 | 23 | 0 | 62 | 55 | A | 160 | 60 | 2E |
| Octal | 345 | 5 | 43 | 0 | 142 | 125 | 12 | 540 | 140 | 56 |
| Binary | 11100101 | 101 | 100011 | 0 | 1100010 | 1010101 | 1010 | 101100000 | 1100000 | 101110 |
Color Harmonies of #E50523
Complementary color
Monochromatic Colors of #E50523
Black with #E50523
Text Example
Text Example
White with #E50523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50523; }
p { color: rgb(229,5,35); }
H1.HeaderClassName
{
color: #E50523;
}
.AnyTagClassName
{
color: #E50523;
}
</style>
background-color css
<style>
a { background-color: #E50523; }
a { background-color: rgb(229,5,35); }
div.DivClassName
{
background-color: #E50523;
}
.BgClassName
{
background-color: #E50523;
}
</style>
border-color css
<style>
span { border-color: #E50523; }
span { border-color: rgb(229,5,35); }
td.TdClassName
{
border-color: #E50523;
}
.TagClassName
{
border-color: #E50523;
}
</style>