Shades of Alizarin #E52C41
Tints of Alizarin #E52C41
RGB
CMYK
RGB Variations
Color information
#E52C41 (or 0xE52C41) is known color: Alizarin. HEX triplet: E5, 2C and 41. RGB value is (229,44,65). Sum of RGB (Red+Green+Blue) = 229+44+65=338 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.75% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52C41 is #1AD3BE. Grayscale: #656565. Windows color (decimal): -1758143 or 4271333. OLE color: 4271333.
HSL color Cylindrical-coordinate representation of color #E52C41: hue angle of 353.19º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52C41 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 65 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.10 |
| HSL | 353.19º | 0.78% | 0.54% | - |
| HSV(B) | 353.19º | 0.81% | 0.9% | - |
| XYZ | 34.17 | 18.84 | 6.84 | - |
| YUV | 101.71 | 107.29 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 65 | 0 | 0.81 | 0.72 | 0.10 | 353.19 | 0.78 | 0.54 |
| Hex | E5 | 2C | 41 | 0 | 51 | 48 | A | 161 | 4E | 36 |
| Octal | 345 | 54 | 101 | 0 | 121 | 110 | 12 | 541 | 116 | 66 |
| Binary | 11100101 | 101100 | 1000001 | 0 | 1010001 | 1001000 | 1010 | 101100001 | 1001110 | 110110 |
Color Harmonies of #E52C41
Complementary color
Monochromatic Colors of #E52C41
Black with #E52C41
Text Example
Text Example
White with #E52C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52C41; }
p { color: rgb(229,44,65); }
H1.HeaderClassName
{
color: #E52C41;
}
.AnyTagClassName
{
color: #E52C41;
}
</style>
background-color css
<style>
a { background-color: #E52C41; }
a { background-color: rgb(229,44,65); }
div.DivClassName
{
background-color: #E52C41;
}
.BgClassName
{
background-color: #E52C41;
}
</style>
border-color css
<style>
span { border-color: #E52C41; }
span { border-color: rgb(229,44,65); }
td.TdClassName
{
border-color: #E52C41;
}
.TagClassName
{
border-color: #E52C41;
}
</style>