Shades of Alizarin #E52540
Tints of Alizarin #E52540
RGB
CMYK
RGB Variations
Color information
#E52540 (or 0xE52540) is known color: Alizarin. HEX triplet: E5, 25 and 40. RGB value is (229,37,64). Sum of RGB (Red+Green+Blue) = 229+37+64=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E52540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52540 is #1ADABF. Grayscale: #616161. Windows color (decimal): -1759936 or 4204005. OLE color: 4204005.
HSL color Cylindrical-coordinate representation of color #E52540: hue angle of 351.56º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E52540 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 64 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.10 |
| HSL | 351.56º | 0.79% | 0.52% | - |
| HSV(B) | 351.56º | 0.84% | 0.9% | - |
| XYZ | 33.9 | 18.35 | 6.61 | - |
| YUV | 97.49 | 109.11 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 64 | 0 | 0.84 | 0.72 | 0.10 | 351.56 | 0.79 | 0.52 |
| Hex | E5 | 25 | 40 | 0 | 54 | 48 | A | 160 | 4F | 34 |
| Octal | 345 | 45 | 100 | 0 | 124 | 110 | 12 | 540 | 117 | 64 |
| Binary | 11100101 | 100101 | 1000000 | 0 | 1010100 | 1001000 | 1010 | 101100000 | 1001111 | 110100 |
Color Harmonies of #E52540
Complementary color
Monochromatic Colors of #E52540
Black with #E52540
Text Example
Text Example
White with #E52540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52540; }
p { color: rgb(229,37,64); }
H1.HeaderClassName
{
color: #E52540;
}
.AnyTagClassName
{
color: #E52540;
}
</style>
background-color css
<style>
a { background-color: #E52540; }
a { background-color: rgb(229,37,64); }
div.DivClassName
{
background-color: #E52540;
}
.BgClassName
{
background-color: #E52540;
}
</style>
border-color css
<style>
span { border-color: #E52540; }
span { border-color: rgb(229,37,64); }
td.TdClassName
{
border-color: #E52540;
}
.TagClassName
{
border-color: #E52540;
}
</style>