Shades of Alizarin #E52A40
Tints of Alizarin #E52A40
RGB
CMYK
RGB Variations
Color information
#E52A40 (or 0xE52A40) is known color: Alizarin. HEX triplet: E5, 2A and 40. RGB value is (229,42,64). Sum of RGB (Red+Green+Blue) = 229+42+64=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A40 is #1AD5BF. Grayscale: #646464. Windows color (decimal): -1758656 or 4205285. OLE color: 4205285.
HSL color Cylindrical-coordinate representation of color #E52A40: hue angle of 352.94º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52A40 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 64 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.10 |
| HSL | 352.94º | 0.78% | 0.53% | - |
| HSV(B) | 352.94º | 0.82% | 0.9% | - |
| XYZ | 34.07 | 18.68 | 6.66 | - |
| YUV | 100.42 | 107.45 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 64 | 0 | 0.82 | 0.72 | 0.10 | 352.94 | 0.78 | 0.53 |
| Hex | E5 | 2A | 40 | 0 | 52 | 48 | A | 161 | 4E | 35 |
| Octal | 345 | 52 | 100 | 0 | 122 | 110 | 12 | 541 | 116 | 65 |
| Binary | 11100101 | 101010 | 1000000 | 0 | 1010010 | 1001000 | 1010 | 101100001 | 1001110 | 110101 |
Color Harmonies of #E52A40
Complementary color
Monochromatic Colors of #E52A40
Black with #E52A40
Text Example
Text Example
White with #E52A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A40; }
p { color: rgb(229,42,64); }
H1.HeaderClassName
{
color: #E52A40;
}
.AnyTagClassName
{
color: #E52A40;
}
</style>
background-color css
<style>
a { background-color: #E52A40; }
a { background-color: rgb(229,42,64); }
div.DivClassName
{
background-color: #E52A40;
}
.BgClassName
{
background-color: #E52A40;
}
</style>
border-color css
<style>
span { border-color: #E52A40; }
span { border-color: rgb(229,42,64); }
td.TdClassName
{
border-color: #E52A40;
}
.TagClassName
{
border-color: #E52A40;
}
</style>