Shades of Alizarin #E52D3A
Tints of Alizarin #E52D3A
RGB
CMYK
RGB Variations
Color information
#E52D3A (or 0xE52D3A) is known color: Alizarin. HEX triplet: E5, 2D and 3A. RGB value is (229,45,58). Sum of RGB (Red+Green+Blue) = 229+45+58=332 (43% of max value = 765). Red value is 229 (89.84% from 255 or 68.98% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52D3A is #1AD2C5. Grayscale: #656565. Windows color (decimal): -1757894 or 3812837. OLE color: 3812837.
HSL color Cylindrical-coordinate representation of color #E52D3A: hue angle of 355.76º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52D3A is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 45 | 58 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.10 |
| HSL | 355.76º | 0.78% | 0.54% | - |
| HSV(B) | 355.76º | 0.8% | 0.9% | - |
| XYZ | 34.02 | 18.84 | 5.85 | - |
| YUV | 101.5 | 103.46 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 58 | 0 | 0.80 | 0.75 | 0.10 | 355.76 | 0.78 | 0.54 |
| Hex | E5 | 2D | 3A | 0 | 50 | 4B | A | 164 | 4E | 36 |
| Octal | 345 | 55 | 72 | 0 | 120 | 113 | 12 | 544 | 116 | 66 |
| Binary | 11100101 | 101101 | 111010 | 0 | 1010000 | 1001011 | 1010 | 101100100 | 1001110 | 110110 |
Color Harmonies of #E52D3A
Complementary color
Monochromatic Colors of #E52D3A
Black with #E52D3A
Text Example
Text Example
White with #E52D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52D3A; }
p { color: rgb(229,45,58); }
H1.HeaderClassName
{
color: #E52D3A;
}
.AnyTagClassName
{
color: #E52D3A;
}
</style>
background-color css
<style>
a { background-color: #E52D3A; }
a { background-color: rgb(229,45,58); }
div.DivClassName
{
background-color: #E52D3A;
}
.BgClassName
{
background-color: #E52D3A;
}
</style>
border-color css
<style>
span { border-color: #E52D3A; }
span { border-color: rgb(229,45,58); }
td.TdClassName
{
border-color: #E52D3A;
}
.TagClassName
{
border-color: #E52D3A;
}
</style>