Shades of Alizarin #E52841
Tints of Alizarin #E52841
RGB
CMYK
RGB Variations
Color information
#E52841 (or 0xE52841) is known color: Alizarin. HEX triplet: E5, 28 and 41. RGB value is (229,40,65). Sum of RGB (Red+Green+Blue) = 229+40+65=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E52841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52841 is #1AD7BE. Grayscale: #636363. Windows color (decimal): -1759167 or 4270309. OLE color: 4270309.
HSL color Cylindrical-coordinate representation of color #E52841: hue angle of 352.06º 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 #E52841 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 65 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.10 |
| HSL | 352.06º | 0.78% | 0.53% | - |
| HSV(B) | 352.06º | 0.83% | 0.9% | - |
| XYZ | 34.03 | 18.56 | 6.79 | - |
| YUV | 99.36 | 108.62 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 65 | 0 | 0.83 | 0.72 | 0.10 | 352.06 | 0.78 | 0.53 |
| Hex | E5 | 28 | 41 | 0 | 53 | 48 | A | 160 | 4E | 35 |
| Octal | 345 | 50 | 101 | 0 | 123 | 110 | 12 | 540 | 116 | 65 |
| Binary | 11100101 | 101000 | 1000001 | 0 | 1010011 | 1001000 | 1010 | 101100000 | 1001110 | 110101 |
Color Harmonies of #E52841
Complementary color
Monochromatic Colors of #E52841
Black with #E52841
Text Example
Text Example
White with #E52841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52841; }
p { color: rgb(229,40,65); }
H1.HeaderClassName
{
color: #E52841;
}
.AnyTagClassName
{
color: #E52841;
}
</style>
background-color css
<style>
a { background-color: #E52841; }
a { background-color: rgb(229,40,65); }
div.DivClassName
{
background-color: #E52841;
}
.BgClassName
{
background-color: #E52841;
}
</style>
border-color css
<style>
span { border-color: #E52841; }
span { border-color: rgb(229,40,65); }
td.TdClassName
{
border-color: #E52841;
}
.TagClassName
{
border-color: #E52841;
}
</style>