Shades of Alizarin #E52842
Tints of Alizarin #E52842
RGB
CMYK
RGB Variations
Color information
#E52842 (or 0xE52842) is known color: Alizarin. HEX triplet: E5, 28 and 42. RGB value is (229,40,66). Sum of RGB (Red+Green+Blue) = 229+40+66=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E52842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52842 is #1AD7BD. Grayscale: #636363. Windows color (decimal): -1759166 or 4335845. OLE color: 4335845.
HSL color Cylindrical-coordinate representation of color #E52842: hue angle of 351.75º 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 #E52842 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 66 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.10 |
| HSL | 351.75º | 0.78% | 0.53% | - |
| HSV(B) | 351.75º | 0.83% | 0.9% | - |
| XYZ | 34.06 | 18.57 | 6.94 | - |
| YUV | 99.48 | 109.12 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 66 | 0 | 0.83 | 0.71 | 0.10 | 351.75 | 0.78 | 0.53 |
| Hex | E5 | 28 | 42 | 0 | 53 | 47 | A | 160 | 4E | 35 |
| Octal | 345 | 50 | 102 | 0 | 123 | 107 | 12 | 540 | 116 | 65 |
| Binary | 11100101 | 101000 | 1000010 | 0 | 1010011 | 1000111 | 1010 | 101100000 | 1001110 | 110101 |
Color Harmonies of #E52842
Complementary color
Monochromatic Colors of #E52842
Black with #E52842
Text Example
Text Example
White with #E52842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52842; }
p { color: rgb(229,40,66); }
H1.HeaderClassName
{
color: #E52842;
}
.AnyTagClassName
{
color: #E52842;
}
</style>
background-color css
<style>
a { background-color: #E52842; }
a { background-color: rgb(229,40,66); }
div.DivClassName
{
background-color: #E52842;
}
.BgClassName
{
background-color: #E52842;
}
</style>
border-color css
<style>
span { border-color: #E52842; }
span { border-color: rgb(229,40,66); }
td.TdClassName
{
border-color: #E52842;
}
.TagClassName
{
border-color: #E52842;
}
</style>