Shades of Alizarin #E52B32
Tints of Alizarin #E52B32
RGB
CMYK
RGB Variations
Color information
#E52B32 (or 0xE52B32) is known color: Alizarin. HEX triplet: E5, 2B and 32. RGB value is (229,43,50). Sum of RGB (Red+Green+Blue) = 229+43+50=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52B32 is #1AD4CD. Grayscale: #636363. Windows color (decimal): -1758414 or 3288037. OLE color: 3288037.
HSL color Cylindrical-coordinate representation of color #E52B32: hue angle of 357.74º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52B32 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 50 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.10 |
| HSL | 357.74º | 0.78% | 0.53% | - |
| HSV(B) | 357.74º | 0.81% | 0.9% | - |
| XYZ | 33.75 | 18.62 | 4.83 | - |
| YUV | 99.41 | 100.12 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 50 | 0 | 0.81 | 0.78 | 0.10 | 357.74 | 0.78 | 0.53 |
| Hex | E5 | 2B | 32 | 0 | 51 | 4E | A | 166 | 4E | 35 |
| Octal | 345 | 53 | 62 | 0 | 121 | 116 | 12 | 546 | 116 | 65 |
| Binary | 11100101 | 101011 | 110010 | 0 | 1010001 | 1001110 | 1010 | 101100110 | 1001110 | 110101 |
Color Harmonies of #E52B32
Complementary color
Monochromatic Colors of #E52B32
Black with #E52B32
Text Example
Text Example
White with #E52B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B32; }
p { color: rgb(229,43,50); }
H1.HeaderClassName
{
color: #E52B32;
}
.AnyTagClassName
{
color: #E52B32;
}
</style>
background-color css
<style>
a { background-color: #E52B32; }
a { background-color: rgb(229,43,50); }
div.DivClassName
{
background-color: #E52B32;
}
.BgClassName
{
background-color: #E52B32;
}
</style>
border-color css
<style>
span { border-color: #E52B32; }
span { border-color: rgb(229,43,50); }
td.TdClassName
{
border-color: #E52B32;
}
.TagClassName
{
border-color: #E52B32;
}
</style>