Shades of Alizarin #E52239
Tints of Alizarin #E52239
RGB
CMYK
RGB Variations
Color information
#E52239 (or 0xE52239) is known color: Alizarin. HEX triplet: E5, 22 and 39. RGB value is (229,34,57). Sum of RGB (Red+Green+Blue) = 229+34+57=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E52239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52239 is #1ADDC6. Grayscale: #5F5F5F. Windows color (decimal): -1760711 or 3744485. OLE color: 3744485.
HSL color Cylindrical-coordinate representation of color #E52239: hue angle of 352.92º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E52239 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 57 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.10 |
| HSL | 352.92º | 0.79% | 0.52% | - |
| HSV(B) | 352.92º | 0.85% | 0.9% | - |
| XYZ | 33.62 | 18.1 | 5.59 | - |
| YUV | 94.93 | 106.6 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 57 | 0 | 0.85 | 0.75 | 0.10 | 352.92 | 0.79 | 0.52 |
| Hex | E5 | 22 | 39 | 0 | 55 | 4B | A | 161 | 4F | 34 |
| Octal | 345 | 42 | 71 | 0 | 125 | 113 | 12 | 541 | 117 | 64 |
| Binary | 11100101 | 100010 | 111001 | 0 | 1010101 | 1001011 | 1010 | 101100001 | 1001111 | 110100 |
Color Harmonies of #E52239
Complementary color
Monochromatic Colors of #E52239
Black with #E52239
Text Example
Text Example
White with #E52239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52239; }
p { color: rgb(229,34,57); }
H1.HeaderClassName
{
color: #E52239;
}
.AnyTagClassName
{
color: #E52239;
}
</style>
background-color css
<style>
a { background-color: #E52239; }
a { background-color: rgb(229,34,57); }
div.DivClassName
{
background-color: #E52239;
}
.BgClassName
{
background-color: #E52239;
}
</style>
border-color css
<style>
span { border-color: #E52239; }
span { border-color: rgb(229,34,57); }
td.TdClassName
{
border-color: #E52239;
}
.TagClassName
{
border-color: #E52239;
}
</style>