Shades of Alizarin #E52832
Tints of Alizarin #E52832
RGB
CMYK
RGB Variations
Color information
#E52832 (or 0xE52832) is known color: Alizarin. HEX triplet: E5, 28 and 32. RGB value is (229,40,50). Sum of RGB (Red+Green+Blue) = 229+40+50=319 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.79% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 229 - color contains mainly: red. Hex color #E52832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52832 is #1AD7CD. Grayscale: #616161. Windows color (decimal): -1759182 or 3287269. OLE color: 3287269.
HSL color Cylindrical-coordinate representation of color #E52832: hue angle of 356.83º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52832 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 50 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.10 |
| HSL | 356.83º | 0.78% | 0.53% | - |
| HSV(B) | 356.83º | 0.83% | 0.9% | - |
| XYZ | 33.65 | 18.41 | 4.8 | - |
| YUV | 97.65 | 101.12 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 50 | 0 | 0.83 | 0.78 | 0.10 | 356.83 | 0.78 | 0.53 |
| Hex | E5 | 28 | 32 | 0 | 53 | 4E | A | 165 | 4E | 35 |
| Octal | 345 | 50 | 62 | 0 | 123 | 116 | 12 | 545 | 116 | 65 |
| Binary | 11100101 | 101000 | 110010 | 0 | 1010011 | 1001110 | 1010 | 101100101 | 1001110 | 110101 |
Color Harmonies of #E52832
Complementary color
Monochromatic Colors of #E52832
Black with #E52832
Text Example
Text Example
White with #E52832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52832; }
p { color: rgb(229,40,50); }
H1.HeaderClassName
{
color: #E52832;
}
.AnyTagClassName
{
color: #E52832;
}
</style>
background-color css
<style>
a { background-color: #E52832; }
a { background-color: rgb(229,40,50); }
div.DivClassName
{
background-color: #E52832;
}
.BgClassName
{
background-color: #E52832;
}
</style>
border-color css
<style>
span { border-color: #E52832; }
span { border-color: rgb(229,40,50); }
td.TdClassName
{
border-color: #E52832;
}
.TagClassName
{
border-color: #E52832;
}
</style>