Shades of Alizarin #E52739
Tints of Alizarin #E52739
RGB
CMYK
RGB Variations
Color information
#E52739 (or 0xE52739) is known color: Alizarin. HEX triplet: E5, 27 and 39. RGB value is (229,39,57). Sum of RGB (Red+Green+Blue) = 229+39+57=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E52739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52739 is #1AD8C6. Grayscale: #616161. Windows color (decimal): -1759431 or 3745765. OLE color: 3745765.
HSL color Cylindrical-coordinate representation of color #E52739: hue angle of 354.32º degrees, saturation: 0.79, 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 #E52739 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 57 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.10 |
| HSL | 354.32º | 0.79% | 0.53% | - |
| HSV(B) | 354.32º | 0.83% | 0.9% | - |
| XYZ | 33.78 | 18.4 | 5.64 | - |
| YUV | 97.86 | 104.95 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 57 | 0 | 0.83 | 0.75 | 0.10 | 354.32 | 0.79 | 0.53 |
| Hex | E5 | 27 | 39 | 0 | 53 | 4B | A | 162 | 4F | 35 |
| Octal | 345 | 47 | 71 | 0 | 123 | 113 | 12 | 542 | 117 | 65 |
| Binary | 11100101 | 100111 | 111001 | 0 | 1010011 | 1001011 | 1010 | 101100010 | 1001111 | 110101 |
Color Harmonies of #E52739
Complementary color
Monochromatic Colors of #E52739
Black with #E52739
Text Example
Text Example
White with #E52739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52739; }
p { color: rgb(229,39,57); }
H1.HeaderClassName
{
color: #E52739;
}
.AnyTagClassName
{
color: #E52739;
}
</style>
background-color css
<style>
a { background-color: #E52739; }
a { background-color: rgb(229,39,57); }
div.DivClassName
{
background-color: #E52739;
}
.BgClassName
{
background-color: #E52739;
}
</style>
border-color css
<style>
span { border-color: #E52739; }
span { border-color: rgb(229,39,57); }
td.TdClassName
{
border-color: #E52739;
}
.TagClassName
{
border-color: #E52739;
}
</style>