Shades of Fire Engine Red #E50522
Tints of Fire Engine Red #E50522
RGB
CMYK
RGB Variations
Color information
#E50522 (or 0xE50522) is known color: Fire Engine Red. HEX triplet: E5, 05 and 22. RGB value is (229,5,34). Sum of RGB (Red+Green+Blue) = 229+5+34=268 (35% of max value = 765). Red value is 229 (89.84% from 255 or 85.45% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 229 - color contains mainly: red. Hex color #E50522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50522 is #1AFADD. Grayscale: #4B4B4B. Windows color (decimal): -1768158 or 2229733. OLE color: 2229733.
HSL color Cylindrical-coordinate representation of color #E50522: hue angle of 352.23º 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 #E50522 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 34 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.10 |
| HSL | 352.23º | 0.96% | 0.46% | - |
| HSV(B) | 352.23º | 0.98% | 0.9% | - |
| XYZ | 32.66 | 16.88 | 3.05 | - |
| YUV | 75.28 | 104.71 | 237.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 34 | 0 | 0.98 | 0.85 | 0.10 | 352.23 | 0.96 | 0.46 |
| Hex | E5 | 5 | 22 | 0 | 62 | 55 | A | 160 | 60 | 2E |
| Octal | 345 | 5 | 42 | 0 | 142 | 125 | 12 | 540 | 140 | 56 |
| Binary | 11100101 | 101 | 100010 | 0 | 1100010 | 1010101 | 1010 | 101100000 | 1100000 | 101110 |
Color Harmonies of #E50522
Complementary color
Monochromatic Colors of #E50522
Black with #E50522
Text Example
Text Example
White with #E50522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50522; }
p { color: rgb(229,5,34); }
H1.HeaderClassName
{
color: #E50522;
}
.AnyTagClassName
{
color: #E50522;
}
</style>
background-color css
<style>
a { background-color: #E50522; }
a { background-color: rgb(229,5,34); }
div.DivClassName
{
background-color: #E50522;
}
.BgClassName
{
background-color: #E50522;
}
</style>
border-color css
<style>
span { border-color: #E50522; }
span { border-color: rgb(229,5,34); }
td.TdClassName
{
border-color: #E50522;
}
.TagClassName
{
border-color: #E50522;
}
</style>