Shades of Alizarin #E52D3B
Tints of Alizarin #E52D3B
RGB
CMYK
RGB Variations
Color information
#E52D3B (or 0xE52D3B) is known color: Alizarin. HEX triplet: E5, 2D and 3B. RGB value is (229,45,59). Sum of RGB (Red+Green+Blue) = 229+45+59=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52D3B is #1AD2C4. Grayscale: #656565. Windows color (decimal): -1757893 or 3878373. OLE color: 3878373.
HSL color Cylindrical-coordinate representation of color #E52D3B: hue angle of 355.43º 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 #E52D3B is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 45 | 59 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.10 |
| HSL | 355.43º | 0.78% | 0.54% | - |
| HSV(B) | 355.43º | 0.8% | 0.9% | - |
| XYZ | 34.04 | 18.85 | 5.98 | - |
| YUV | 101.61 | 103.96 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 59 | 0 | 0.80 | 0.74 | 0.10 | 355.43 | 0.78 | 0.54 |
| Hex | E5 | 2D | 3B | 0 | 50 | 4A | A | 163 | 4E | 36 |
| Octal | 345 | 55 | 73 | 0 | 120 | 112 | 12 | 543 | 116 | 66 |
| Binary | 11100101 | 101101 | 111011 | 0 | 1010000 | 1001010 | 1010 | 101100011 | 1001110 | 110110 |
Color Harmonies of #E52D3B
Complementary color
Monochromatic Colors of #E52D3B
Black with #E52D3B
Text Example
Text Example
White with #E52D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52D3B; }
p { color: rgb(229,45,59); }
H1.HeaderClassName
{
color: #E52D3B;
}
.AnyTagClassName
{
color: #E52D3B;
}
</style>
background-color css
<style>
a { background-color: #E52D3B; }
a { background-color: rgb(229,45,59); }
div.DivClassName
{
background-color: #E52D3B;
}
.BgClassName
{
background-color: #E52D3B;
}
</style>
border-color css
<style>
span { border-color: #E52D3B; }
span { border-color: rgb(229,45,59); }
td.TdClassName
{
border-color: #E52D3B;
}
.TagClassName
{
border-color: #E52D3B;
}
</style>