Shades of Alizarin #E52A41
Tints of Alizarin #E52A41
RGB
CMYK
RGB Variations
Color information
#E52A41 (or 0xE52A41) is known color: Alizarin. HEX triplet: E5, 2A and 41. RGB value is (229,42,65). Sum of RGB (Red+Green+Blue) = 229+42+65=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A41 is #1AD5BE. Grayscale: #646464. Windows color (decimal): -1758655 or 4270821. OLE color: 4270821.
HSL color Cylindrical-coordinate representation of color #E52A41: hue angle of 352.62º 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 #E52A41 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 65 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.10 |
| HSL | 352.62º | 0.78% | 0.53% | - |
| HSV(B) | 352.62º | 0.82% | 0.9% | - |
| XYZ | 34.1 | 18.7 | 6.81 | - |
| YUV | 100.54 | 107.95 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 65 | 0 | 0.82 | 0.72 | 0.10 | 352.62 | 0.78 | 0.53 |
| Hex | E5 | 2A | 41 | 0 | 52 | 48 | A | 161 | 4E | 35 |
| Octal | 345 | 52 | 101 | 0 | 122 | 110 | 12 | 541 | 116 | 65 |
| Binary | 11100101 | 101010 | 1000001 | 0 | 1010010 | 1001000 | 1010 | 101100001 | 1001110 | 110101 |
Color Harmonies of #E52A41
Complementary color
Monochromatic Colors of #E52A41
Black with #E52A41
Text Example
Text Example
White with #E52A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A41; }
p { color: rgb(229,42,65); }
H1.HeaderClassName
{
color: #E52A41;
}
.AnyTagClassName
{
color: #E52A41;
}
</style>
background-color css
<style>
a { background-color: #E52A41; }
a { background-color: rgb(229,42,65); }
div.DivClassName
{
background-color: #E52A41;
}
.BgClassName
{
background-color: #E52A41;
}
</style>
border-color css
<style>
span { border-color: #E52A41; }
span { border-color: rgb(229,42,65); }
td.TdClassName
{
border-color: #E52A41;
}
.TagClassName
{
border-color: #E52A41;
}
</style>