Shades of Alizarin #E52031
Tints of Alizarin #E52031
RGB
CMYK
RGB Variations
Color information
#E52031 (or 0xE52031) is known color: Alizarin. HEX triplet: E5, 20 and 31. RGB value is (229,32,49). Sum of RGB (Red+Green+Blue) = 229+32+49=310 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.87% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 229 - color contains mainly: red. Hex color #E52031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52031 is #1ADFCE. Grayscale: #5C5C5C. Windows color (decimal): -1761231 or 3219685. OLE color: 3219685.
HSL color Cylindrical-coordinate representation of color #E52031: hue angle of 354.82º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E52031 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 49 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.10 |
| HSL | 354.82º | 0.79% | 0.51% | - |
| HSV(B) | 354.82º | 0.86% | 0.9% | - |
| XYZ | 33.38 | 17.91 | 4.6 | - |
| YUV | 92.84 | 103.27 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 49 | 0 | 0.86 | 0.79 | 0.10 | 354.82 | 0.79 | 0.51 |
| Hex | E5 | 20 | 31 | 0 | 56 | 4F | A | 163 | 4F | 33 |
| Octal | 345 | 40 | 61 | 0 | 126 | 117 | 12 | 543 | 117 | 63 |
| Binary | 11100101 | 100000 | 110001 | 0 | 1010110 | 1001111 | 1010 | 101100011 | 1001111 | 110011 |
Color Harmonies of #E52031
Complementary color
Monochromatic Colors of #E52031
Black with #E52031
Text Example
Text Example
White with #E52031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52031; }
p { color: rgb(229,32,49); }
H1.HeaderClassName
{
color: #E52031;
}
.AnyTagClassName
{
color: #E52031;
}
</style>
background-color css
<style>
a { background-color: #E52031; }
a { background-color: rgb(229,32,49); }
div.DivClassName
{
background-color: #E52031;
}
.BgClassName
{
background-color: #E52031;
}
</style>
border-color css
<style>
span { border-color: #E52031; }
span { border-color: rgb(229,32,49); }
td.TdClassName
{
border-color: #E52031;
}
.TagClassName
{
border-color: #E52031;
}
</style>