Shades of Alizarin #E52341
Tints of Alizarin #E52341
RGB
CMYK
RGB Variations
Color information
#E52341 (or 0xE52341) is known color: Alizarin. HEX triplet: E5, 23 and 41. RGB value is (229,35,65). Sum of RGB (Red+Green+Blue) = 229+35+65=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E52341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52341 is #1ADCBE. Grayscale: #606060. Windows color (decimal): -1760447 or 4269029. OLE color: 4269029.
HSL color Cylindrical-coordinate representation of color #E52341: hue angle of 350.72º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E52341 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 65 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.10 |
| HSL | 350.72º | 0.79% | 0.52% | - |
| HSV(B) | 350.72º | 0.85% | 0.9% | - |
| XYZ | 33.87 | 18.24 | 6.74 | - |
| YUV | 96.43 | 110.27 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 65 | 0 | 0.85 | 0.72 | 0.10 | 350.72 | 0.79 | 0.52 |
| Hex | E5 | 23 | 41 | 0 | 55 | 48 | A | 15F | 4F | 34 |
| Octal | 345 | 43 | 101 | 0 | 125 | 110 | 12 | 537 | 117 | 64 |
| Binary | 11100101 | 100011 | 1000001 | 0 | 1010101 | 1001000 | 1010 | 101011111 | 1001111 | 110100 |
Color Harmonies of #E52341
Complementary color
Monochromatic Colors of #E52341
Black with #E52341
Text Example
Text Example
White with #E52341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52341; }
p { color: rgb(229,35,65); }
H1.HeaderClassName
{
color: #E52341;
}
.AnyTagClassName
{
color: #E52341;
}
</style>
background-color css
<style>
a { background-color: #E52341; }
a { background-color: rgb(229,35,65); }
div.DivClassName
{
background-color: #E52341;
}
.BgClassName
{
background-color: #E52341;
}
</style>
border-color css
<style>
span { border-color: #E52341; }
span { border-color: rgb(229,35,65); }
td.TdClassName
{
border-color: #E52341;
}
.TagClassName
{
border-color: #E52341;
}
</style>