Shades of Alizarin #E52441
Tints of Alizarin #E52441
RGB
CMYK
RGB Variations
Color information
#E52441 (or 0xE52441) is known color: Alizarin. HEX triplet: E5, 24 and 41. RGB value is (229,36,65). Sum of RGB (Red+Green+Blue) = 229+36+65=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E52441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52441 is #1ADBBE. Grayscale: #616161. Windows color (decimal): -1760191 or 4269285. OLE color: 4269285.
HSL color Cylindrical-coordinate representation of color #E52441: hue angle of 350.98º 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 #E52441 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 65 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.10 |
| HSL | 350.98º | 0.79% | 0.52% | - |
| HSV(B) | 350.98º | 0.84% | 0.9% | - |
| XYZ | 33.9 | 18.3 | 6.75 | - |
| YUV | 97.01 | 109.94 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 65 | 0 | 0.84 | 0.72 | 0.10 | 350.98 | 0.79 | 0.52 |
| Hex | E5 | 24 | 41 | 0 | 54 | 48 | A | 15F | 4F | 34 |
| Octal | 345 | 44 | 101 | 0 | 124 | 110 | 12 | 537 | 117 | 64 |
| Binary | 11100101 | 100100 | 1000001 | 0 | 1010100 | 1001000 | 1010 | 101011111 | 1001111 | 110100 |
Color Harmonies of #E52441
Complementary color
Monochromatic Colors of #E52441
Black with #E52441
Text Example
Text Example
White with #E52441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52441; }
p { color: rgb(229,36,65); }
H1.HeaderClassName
{
color: #E52441;
}
.AnyTagClassName
{
color: #E52441;
}
</style>
background-color css
<style>
a { background-color: #E52441; }
a { background-color: rgb(229,36,65); }
div.DivClassName
{
background-color: #E52441;
}
.BgClassName
{
background-color: #E52441;
}
</style>
border-color css
<style>
span { border-color: #E52441; }
span { border-color: rgb(229,36,65); }
td.TdClassName
{
border-color: #E52441;
}
.TagClassName
{
border-color: #E52441;
}
</style>