Shades of Alizarin #E52835
Tints of Alizarin #E52835
RGB
CMYK
RGB Variations
Color information
#E52835 (or 0xE52835) is known color: Alizarin. HEX triplet: E5, 28 and 35. RGB value is (229,40,53). Sum of RGB (Red+Green+Blue) = 229+40+53=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E52835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52835 is #1AD7CA. Grayscale: #626262. Windows color (decimal): -1759179 or 3483877. OLE color: 3483877.
HSL color Cylindrical-coordinate representation of color #E52835: hue angle of 355.87º 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 #E52835 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 53 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.10 |
| HSL | 355.87º | 0.78% | 0.53% | - |
| HSV(B) | 355.87º | 0.83% | 0.9% | - |
| XYZ | 33.71 | 18.43 | 5.15 | - |
| YUV | 97.99 | 102.62 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 53 | 0 | 0.83 | 0.77 | 0.10 | 355.87 | 0.78 | 0.53 |
| Hex | E5 | 28 | 35 | 0 | 53 | 4D | A | 164 | 4E | 35 |
| Octal | 345 | 50 | 65 | 0 | 123 | 115 | 12 | 544 | 116 | 65 |
| Binary | 11100101 | 101000 | 110101 | 0 | 1010011 | 1001101 | 1010 | 101100100 | 1001110 | 110101 |
Color Harmonies of #E52835
Complementary color
Monochromatic Colors of #E52835
Black with #E52835
Text Example
Text Example
White with #E52835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52835; }
p { color: rgb(229,40,53); }
H1.HeaderClassName
{
color: #E52835;
}
.AnyTagClassName
{
color: #E52835;
}
</style>
background-color css
<style>
a { background-color: #E52835; }
a { background-color: rgb(229,40,53); }
div.DivClassName
{
background-color: #E52835;
}
.BgClassName
{
background-color: #E52835;
}
</style>
border-color css
<style>
span { border-color: #E52835; }
span { border-color: rgb(229,40,53); }
td.TdClassName
{
border-color: #E52835;
}
.TagClassName
{
border-color: #E52835;
}
</style>