Shades of Fire Engine Red #E50123
Tints of Fire Engine Red #E50123
RGB
CMYK
RGB Variations
Color information
#E50123 (or 0xE50123) is known color: Fire Engine Red. HEX triplet: E5, 01 and 23. RGB value is (229,1,35). Sum of RGB (Red+Green+Blue) = 229+1+35=265 (35% of max value = 765). Red value is 229 (89.84% from 255 or 86.42% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 229 - color contains mainly: red. Hex color #E50123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50123 is #1AFEDC. Grayscale: #494949. Windows color (decimal): -1769181 or 2294245. OLE color: 2294245.
HSL color Cylindrical-coordinate representation of color #E50123: hue angle of 351.05º 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 #E50123 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 35 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.10 |
| HSL | 351.05º | 0.99% | 0.45% | - |
| HSV(B) | 351.05º | 1% | 0.9% | - |
| XYZ | 32.63 | 16.8 | 3.11 | - |
| YUV | 73.05 | 106.54 | 239.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 35 | 0 | 1.00 | 0.85 | 0.10 | 351.05 | 0.99 | 0.45 |
| Hex | E5 | 1 | 23 | 0 | 64 | 55 | A | 15F | 63 | 2D |
| Octal | 345 | 1 | 43 | 0 | 144 | 125 | 12 | 537 | 143 | 55 |
| Binary | 11100101 | 1 | 100011 | 0 | 1100100 | 1010101 | 1010 | 101011111 | 1100011 | 101101 |
Color Harmonies of #E50123
Complementary color
Monochromatic Colors of #E50123
Black with #E50123
Text Example
Text Example
White with #E50123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50123; }
p { color: rgb(229,1,35); }
H1.HeaderClassName
{
color: #E50123;
}
.AnyTagClassName
{
color: #E50123;
}
</style>
background-color css
<style>
a { background-color: #E50123; }
a { background-color: rgb(229,1,35); }
div.DivClassName
{
background-color: #E50123;
}
.BgClassName
{
background-color: #E50123;
}
</style>
border-color css
<style>
span { border-color: #E50123; }
span { border-color: rgb(229,1,35); }
td.TdClassName
{
border-color: #E50123;
}
.TagClassName
{
border-color: #E50123;
}
</style>