Shades of Alizarin #E52A34
Tints of Alizarin #E52A34
RGB
CMYK
RGB Variations
Color information
#E52A34 (or 0xE52A34) is known color: Alizarin. HEX triplet: E5, 2A and 34. RGB value is (229,42,52). Sum of RGB (Red+Green+Blue) = 229+42+52=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A34 is #1AD5CB. Grayscale: #636363. Windows color (decimal): -1758668 or 3418853. OLE color: 3418853.
HSL color Cylindrical-coordinate representation of color #E52A34: hue angle of 356.79º 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 #E52A34 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 52 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.10 |
| HSL | 356.79º | 0.78% | 0.53% | - |
| HSV(B) | 356.79º | 0.82% | 0.9% | - |
| XYZ | 33.76 | 18.56 | 5.05 | - |
| YUV | 99.05 | 101.45 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 52 | 0 | 0.82 | 0.77 | 0.10 | 356.79 | 0.78 | 0.53 |
| Hex | E5 | 2A | 34 | 0 | 52 | 4D | A | 165 | 4E | 35 |
| Octal | 345 | 52 | 64 | 0 | 122 | 115 | 12 | 545 | 116 | 65 |
| Binary | 11100101 | 101010 | 110100 | 0 | 1010010 | 1001101 | 1010 | 101100101 | 1001110 | 110101 |
Color Harmonies of #E52A34
Complementary color
Monochromatic Colors of #E52A34
Black with #E52A34
Text Example
Text Example
White with #E52A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A34; }
p { color: rgb(229,42,52); }
H1.HeaderClassName
{
color: #E52A34;
}
.AnyTagClassName
{
color: #E52A34;
}
</style>
background-color css
<style>
a { background-color: #E52A34; }
a { background-color: rgb(229,42,52); }
div.DivClassName
{
background-color: #E52A34;
}
.BgClassName
{
background-color: #E52A34;
}
</style>
border-color css
<style>
span { border-color: #E52A34; }
span { border-color: rgb(229,42,52); }
td.TdClassName
{
border-color: #E52A34;
}
.TagClassName
{
border-color: #E52A34;
}
</style>