Shades of Alizarin #E52A36
Tints of Alizarin #E52A36
RGB
CMYK
RGB Variations
Color information
#E52A36 (or 0xE52A36) is known color: Alizarin. HEX triplet: E5, 2A and 36. RGB value is (229,42,54). Sum of RGB (Red+Green+Blue) = 229+42+54=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A36 is #1AD5C9. Grayscale: #636363. Windows color (decimal): -1758666 or 3549925. OLE color: 3549925.
HSL color Cylindrical-coordinate representation of color #E52A36: hue angle of 356.15º 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 #E52A36 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 54 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.10 |
| HSL | 356.15º | 0.78% | 0.53% | - |
| HSV(B) | 356.15º | 0.82% | 0.9% | - |
| XYZ | 33.81 | 18.58 | 5.29 | - |
| YUV | 99.28 | 102.45 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 54 | 0 | 0.82 | 0.76 | 0.10 | 356.15 | 0.78 | 0.53 |
| Hex | E5 | 2A | 36 | 0 | 52 | 4C | A | 164 | 4E | 35 |
| Octal | 345 | 52 | 66 | 0 | 122 | 114 | 12 | 544 | 116 | 65 |
| Binary | 11100101 | 101010 | 110110 | 0 | 1010010 | 1001100 | 1010 | 101100100 | 1001110 | 110101 |
Color Harmonies of #E52A36
Complementary color
Monochromatic Colors of #E52A36
Black with #E52A36
Text Example
Text Example
White with #E52A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A36; }
p { color: rgb(229,42,54); }
H1.HeaderClassName
{
color: #E52A36;
}
.AnyTagClassName
{
color: #E52A36;
}
</style>
background-color css
<style>
a { background-color: #E52A36; }
a { background-color: rgb(229,42,54); }
div.DivClassName
{
background-color: #E52A36;
}
.BgClassName
{
background-color: #E52A36;
}
</style>
border-color css
<style>
span { border-color: #E52A36; }
span { border-color: rgb(229,42,54); }
td.TdClassName
{
border-color: #E52A36;
}
.TagClassName
{
border-color: #E52A36;
}
</style>