Shades of Alizarin #E52A3A
Tints of Alizarin #E52A3A
RGB
CMYK
RGB Variations
Color information
#E52A3A (or 0xE52A3A) is known color: Alizarin. HEX triplet: E5, 2A and 3A. RGB value is (229,42,58). Sum of RGB (Red+Green+Blue) = 229+42+58=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A3A is #1AD5C5. Grayscale: #636363. Windows color (decimal): -1758662 or 3812069. OLE color: 3812069.
HSL color Cylindrical-coordinate representation of color #E52A3A: hue angle of 354.87º 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 #E52A3A is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 58 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.10 |
| HSL | 354.87º | 0.78% | 0.53% | - |
| HSV(B) | 354.87º | 0.82% | 0.9% | - |
| XYZ | 33.9 | 18.62 | 5.81 | - |
| YUV | 99.74 | 104.45 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 58 | 0 | 0.82 | 0.75 | 0.10 | 354.87 | 0.78 | 0.53 |
| Hex | E5 | 2A | 3A | 0 | 52 | 4B | A | 163 | 4E | 35 |
| Octal | 345 | 52 | 72 | 0 | 122 | 113 | 12 | 543 | 116 | 65 |
| Binary | 11100101 | 101010 | 111010 | 0 | 1010010 | 1001011 | 1010 | 101100011 | 1001110 | 110101 |
Color Harmonies of #E52A3A
Complementary color
Monochromatic Colors of #E52A3A
Black with #E52A3A
Text Example
Text Example
White with #E52A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A3A; }
p { color: rgb(229,42,58); }
H1.HeaderClassName
{
color: #E52A3A;
}
.AnyTagClassName
{
color: #E52A3A;
}
</style>
background-color css
<style>
a { background-color: #E52A3A; }
a { background-color: rgb(229,42,58); }
div.DivClassName
{
background-color: #E52A3A;
}
.BgClassName
{
background-color: #E52A3A;
}
</style>
border-color css
<style>
span { border-color: #E52A3A; }
span { border-color: rgb(229,42,58); }
td.TdClassName
{
border-color: #E52A3A;
}
.TagClassName
{
border-color: #E52A3A;
}
</style>