Shades of Alizarin #E52F39
Tints of Alizarin #E52F39
RGB
CMYK
RGB Variations
Color information
#E52F39 (or 0xE52F39) is known color: Alizarin. HEX triplet: E5, 2F and 39. RGB value is (229,47,57). Sum of RGB (Red+Green+Blue) = 229+47+57=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52F39 is #1AD0C6. Grayscale: #666666. Windows color (decimal): -1757383 or 3747813. OLE color: 3747813.
HSL color Cylindrical-coordinate representation of color #E52F39: hue angle of 356.7º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E52F39 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 57 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.10 |
| HSL | 356.7º | 0.78% | 0.54% | - |
| HSV(B) | 356.7º | 0.79% | 0.9% | - |
| XYZ | 34.07 | 18.99 | 5.74 | - |
| YUV | 102.56 | 102.3 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 57 | 0 | 0.79 | 0.75 | 0.10 | 356.7 | 0.78 | 0.54 |
| Hex | E5 | 2F | 39 | 0 | 4F | 4B | A | 165 | 4E | 36 |
| Octal | 345 | 57 | 71 | 0 | 117 | 113 | 12 | 545 | 116 | 66 |
| Binary | 11100101 | 101111 | 111001 | 0 | 1001111 | 1001011 | 1010 | 101100101 | 1001110 | 110110 |
Color Harmonies of #E52F39
Complementary color
Monochromatic Colors of #E52F39
Black with #E52F39
Text Example
Text Example
White with #E52F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52F39; }
p { color: rgb(229,47,57); }
H1.HeaderClassName
{
color: #E52F39;
}
.AnyTagClassName
{
color: #E52F39;
}
</style>
background-color css
<style>
a { background-color: #E52F39; }
a { background-color: rgb(229,47,57); }
div.DivClassName
{
background-color: #E52F39;
}
.BgClassName
{
background-color: #E52F39;
}
</style>
border-color css
<style>
span { border-color: #E52F39; }
span { border-color: rgb(229,47,57); }
td.TdClassName
{
border-color: #E52F39;
}
.TagClassName
{
border-color: #E52F39;
}
</style>