Shades of Alizarin #E52532
Tints of Alizarin #E52532
RGB
CMYK
RGB Variations
Color information
#E52532 (or 0xE52532) is known color: Alizarin. HEX triplet: E5, 25 and 32. RGB value is (229,37,50). Sum of RGB (Red+Green+Blue) = 229+37+50=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E52532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52532 is #1ADACD. Grayscale: #606060. Windows color (decimal): -1759950 or 3286501. OLE color: 3286501.
HSL color Cylindrical-coordinate representation of color #E52532: hue angle of 355.94º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E52532 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 50 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.10 |
| HSL | 355.94º | 0.79% | 0.52% | - |
| HSV(B) | 355.94º | 0.84% | 0.9% | - |
| XYZ | 33.55 | 18.21 | 4.76 | - |
| YUV | 95.89 | 102.11 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 50 | 0 | 0.84 | 0.78 | 0.10 | 355.94 | 0.79 | 0.52 |
| Hex | E5 | 25 | 32 | 0 | 54 | 4E | A | 164 | 4F | 34 |
| Octal | 345 | 45 | 62 | 0 | 124 | 116 | 12 | 544 | 117 | 64 |
| Binary | 11100101 | 100101 | 110010 | 0 | 1010100 | 1001110 | 1010 | 101100100 | 1001111 | 110100 |
Color Harmonies of #E52532
Complementary color
Monochromatic Colors of #E52532
Black with #E52532
Text Example
Text Example
White with #E52532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52532; }
p { color: rgb(229,37,50); }
H1.HeaderClassName
{
color: #E52532;
}
.AnyTagClassName
{
color: #E52532;
}
</style>
background-color css
<style>
a { background-color: #E52532; }
a { background-color: rgb(229,37,50); }
div.DivClassName
{
background-color: #E52532;
}
.BgClassName
{
background-color: #E52532;
}
</style>
border-color css
<style>
span { border-color: #E52532; }
span { border-color: rgb(229,37,50); }
td.TdClassName
{
border-color: #E52532;
}
.TagClassName
{
border-color: #E52532;
}
</style>