Shades of Alizarin #E51932
Tints of Alizarin #E51932
RGB
CMYK
RGB Variations
Color information
#E51932 (or 0xE51932) is known color: Alizarin. HEX triplet: E5, 19 and 32. RGB value is (229,25,50). Sum of RGB (Red+Green+Blue) = 229+25+50=304 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.33% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 229 - color contains mainly: red. Hex color #E51932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51932 is #1AE6CD. Grayscale: #585858. Windows color (decimal): -1763022 or 3283429. OLE color: 3283429.
HSL color Cylindrical-coordinate representation of color #E51932: hue angle of 352.65º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51932 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 50 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.10 |
| HSL | 352.65º | 0.8% | 0.5% | - |
| HSV(B) | 352.65º | 0.89% | 0.9% | - |
| XYZ | 33.24 | 17.58 | 4.66 | - |
| YUV | 88.85 | 106.09 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 50 | 0 | 0.89 | 0.78 | 0.10 | 352.65 | 0.8 | 0.5 |
| Hex | E5 | 19 | 32 | 0 | 59 | 4E | A | 161 | 50 | 32 |
| Octal | 345 | 31 | 62 | 0 | 131 | 116 | 12 | 541 | 120 | 62 |
| Binary | 11100101 | 11001 | 110010 | 0 | 1011001 | 1001110 | 1010 | 101100001 | 1010000 | 110010 |
Color Harmonies of #E51932
Complementary color
Monochromatic Colors of #E51932
Black with #E51932
Text Example
Text Example
White with #E51932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51932; }
p { color: rgb(229,25,50); }
H1.HeaderClassName
{
color: #E51932;
}
.AnyTagClassName
{
color: #E51932;
}
</style>
background-color css
<style>
a { background-color: #E51932; }
a { background-color: rgb(229,25,50); }
div.DivClassName
{
background-color: #E51932;
}
.BgClassName
{
background-color: #E51932;
}
</style>
border-color css
<style>
span { border-color: #E51932; }
span { border-color: rgb(229,25,50); }
td.TdClassName
{
border-color: #E51932;
}
.TagClassName
{
border-color: #E51932;
}
</style>