Shades of Alizarin #E52237
Tints of Alizarin #E52237
RGB
CMYK
RGB Variations
Color information
#E52237 (or 0xE52237) is known color: Alizarin. HEX triplet: E5, 22 and 37. RGB value is (229,34,55). Sum of RGB (Red+Green+Blue) = 229+34+55=318 (42% of max value = 765). Red value is 229 (89.84% from 255 or 72.01% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 229 - color contains mainly: red. Hex color #E52237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52237 is #1ADDC8. Grayscale: #5E5E5E. Windows color (decimal): -1760713 or 3613413. OLE color: 3613413.
HSL color Cylindrical-coordinate representation of color #E52237: hue angle of 353.54º 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 #E52237 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 55 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.10 |
| HSL | 353.54º | 0.79% | 0.52% | - |
| HSV(B) | 353.54º | 0.85% | 0.9% | - |
| XYZ | 33.57 | 18.08 | 5.33 | - |
| YUV | 94.7 | 105.6 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 55 | 0 | 0.85 | 0.76 | 0.10 | 353.54 | 0.79 | 0.52 |
| Hex | E5 | 22 | 37 | 0 | 55 | 4C | A | 162 | 4F | 34 |
| Octal | 345 | 42 | 67 | 0 | 125 | 114 | 12 | 542 | 117 | 64 |
| Binary | 11100101 | 100010 | 110111 | 0 | 1010101 | 1001100 | 1010 | 101100010 | 1001111 | 110100 |
Color Harmonies of #E52237
Complementary color
Monochromatic Colors of #E52237
Black with #E52237
Text Example
Text Example
White with #E52237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52237; }
p { color: rgb(229,34,55); }
H1.HeaderClassName
{
color: #E52237;
}
.AnyTagClassName
{
color: #E52237;
}
</style>
background-color css
<style>
a { background-color: #E52237; }
a { background-color: rgb(229,34,55); }
div.DivClassName
{
background-color: #E52237;
}
.BgClassName
{
background-color: #E52237;
}
</style>
border-color css
<style>
span { border-color: #E52237; }
span { border-color: rgb(229,34,55); }
td.TdClassName
{
border-color: #E52237;
}
.TagClassName
{
border-color: #E52237;
}
</style>