Shades of Alizarin #E52C40
Tints of Alizarin #E52C40
RGB
CMYK
RGB Variations
Color information
#E52C40 (or 0xE52C40) is known color: Alizarin. HEX triplet: E5, 2C and 40. RGB value is (229,44,64). Sum of RGB (Red+Green+Blue) = 229+44+64=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52C40 is #1AD3BF. Grayscale: #656565. Windows color (decimal): -1758144 or 4205797. OLE color: 4205797.
HSL color Cylindrical-coordinate representation of color #E52C40: hue angle of 353.51º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52C40 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 64 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.10 |
| HSL | 353.51º | 0.78% | 0.54% | - |
| HSV(B) | 353.51º | 0.81% | 0.9% | - |
| XYZ | 34.14 | 18.83 | 6.69 | - |
| YUV | 101.6 | 106.79 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 64 | 0 | 0.81 | 0.72 | 0.10 | 353.51 | 0.78 | 0.54 |
| Hex | E5 | 2C | 40 | 0 | 51 | 48 | A | 162 | 4E | 36 |
| Octal | 345 | 54 | 100 | 0 | 121 | 110 | 12 | 542 | 116 | 66 |
| Binary | 11100101 | 101100 | 1000000 | 0 | 1010001 | 1001000 | 1010 | 101100010 | 1001110 | 110110 |
Color Harmonies of #E52C40
Complementary color
Monochromatic Colors of #E52C40
Black with #E52C40
Text Example
Text Example
White with #E52C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52C40; }
p { color: rgb(229,44,64); }
H1.HeaderClassName
{
color: #E52C40;
}
.AnyTagClassName
{
color: #E52C40;
}
</style>
background-color css
<style>
a { background-color: #E52C40; }
a { background-color: rgb(229,44,64); }
div.DivClassName
{
background-color: #E52C40;
}
.BgClassName
{
background-color: #E52C40;
}
</style>
border-color css
<style>
span { border-color: #E52C40; }
span { border-color: rgb(229,44,64); }
td.TdClassName
{
border-color: #E52C40;
}
.TagClassName
{
border-color: #E52C40;
}
</style>