Shades of Alizarin #E52A3C
Tints of Alizarin #E52A3C
RGB
CMYK
RGB Variations
Color information
#E52A3C (or 0xE52A3C) is known color: Alizarin. HEX triplet: E5, 2A and 3C. RGB value is (229,42,60). Sum of RGB (Red+Green+Blue) = 229+42+60=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A3C is #1AD5C3. Grayscale: #646464. Windows color (decimal): -1758660 or 3943141. OLE color: 3943141.
HSL color Cylindrical-coordinate representation of color #E52A3C: hue angle of 354.22º 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 #E52A3C is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 60 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.10 |
| HSL | 354.22º | 0.78% | 0.53% | - |
| HSV(B) | 354.22º | 0.82% | 0.9% | - |
| XYZ | 33.96 | 18.64 | 6.08 | - |
| YUV | 99.97 | 105.45 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 60 | 0 | 0.82 | 0.74 | 0.10 | 354.22 | 0.78 | 0.53 |
| Hex | E5 | 2A | 3C | 0 | 52 | 4A | A | 162 | 4E | 35 |
| Octal | 345 | 52 | 74 | 0 | 122 | 112 | 12 | 542 | 116 | 65 |
| Binary | 11100101 | 101010 | 111100 | 0 | 1010010 | 1001010 | 1010 | 101100010 | 1001110 | 110101 |
Color Harmonies of #E52A3C
Complementary color
Monochromatic Colors of #E52A3C
Black with #E52A3C
Text Example
Text Example
White with #E52A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A3C; }
p { color: rgb(229,42,60); }
H1.HeaderClassName
{
color: #E52A3C;
}
.AnyTagClassName
{
color: #E52A3C;
}
</style>
background-color css
<style>
a { background-color: #E52A3C; }
a { background-color: rgb(229,42,60); }
div.DivClassName
{
background-color: #E52A3C;
}
.BgClassName
{
background-color: #E52A3C;
}
</style>
border-color css
<style>
span { border-color: #E52A3C; }
span { border-color: rgb(229,42,60); }
td.TdClassName
{
border-color: #E52A3C;
}
.TagClassName
{
border-color: #E52A3C;
}
</style>