Shades of Alizarin #E52A3F
Tints of Alizarin #E52A3F
RGB
CMYK
RGB Variations
Color information
#E52A3F (or 0xE52A3F) is known color: Alizarin. HEX triplet: E5, 2A and 3F. RGB value is (229,42,63). Sum of RGB (Red+Green+Blue) = 229+42+63=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A3F is #1AD5C0. Grayscale: #646464. Windows color (decimal): -1758657 or 4139749. OLE color: 4139749.
HSL color Cylindrical-coordinate representation of color #E52A3F: hue angle of 353.26º 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 #E52A3F is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 63 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.10 |
| HSL | 353.26º | 0.78% | 0.53% | - |
| HSV(B) | 353.26º | 0.82% | 0.9% | - |
| XYZ | 34.04 | 18.67 | 6.51 | - |
| YUV | 100.31 | 106.95 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 63 | 0 | 0.82 | 0.72 | 0.10 | 353.26 | 0.78 | 0.53 |
| Hex | E5 | 2A | 3F | 0 | 52 | 48 | A | 161 | 4E | 35 |
| Octal | 345 | 52 | 77 | 0 | 122 | 110 | 12 | 541 | 116 | 65 |
| Binary | 11100101 | 101010 | 111111 | 0 | 1010010 | 1001000 | 1010 | 101100001 | 1001110 | 110101 |
Color Harmonies of #E52A3F
Complementary color
Monochromatic Colors of #E52A3F
Black with #E52A3F
Text Example
Text Example
White with #E52A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A3F; }
p { color: rgb(229,42,63); }
H1.HeaderClassName
{
color: #E52A3F;
}
.AnyTagClassName
{
color: #E52A3F;
}
</style>
background-color css
<style>
a { background-color: #E52A3F; }
a { background-color: rgb(229,42,63); }
div.DivClassName
{
background-color: #E52A3F;
}
.BgClassName
{
background-color: #E52A3F;
}
</style>
border-color css
<style>
span { border-color: #E52A3F; }
span { border-color: rgb(229,42,63); }
td.TdClassName
{
border-color: #E52A3F;
}
.TagClassName
{
border-color: #E52A3F;
}
</style>