Shades of Alizarin #EC2041
Tints of Alizarin #EC2041
RGB
CMYK
RGB Variations
Color information
#EC2041 (or 0xEC2041) is known color: Alizarin. HEX triplet: EC, 20 and 41. RGB value is (236,32,65). Sum of RGB (Red+Green+Blue) = 236+32+65=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2041 is #13DFBE. Grayscale: #606060. Windows color (decimal): -1302463 or 4268268. OLE color: 4268268.
HSL color Cylindrical-coordinate representation of color #EC2041: hue angle of 350.29º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2041 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 65 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.07 |
| HSL | 350.29º | 0.84% | 0.53% | - |
| HSV(B) | 350.29º | 0.86% | 0.93% | - |
| XYZ | 36.06 | 19.25 | 6.82 | - |
| YUV | 96.76 | 110.09 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 65 | 0 | 0.86 | 0.72 | 0.07 | 350.29 | 0.84 | 0.53 |
| Hex | EC | 20 | 41 | 0 | 56 | 48 | 7 | 15E | 54 | 35 |
| Octal | 354 | 40 | 101 | 0 | 126 | 110 | 7 | 536 | 124 | 65 |
| Binary | 11101100 | 100000 | 1000001 | 0 | 1010110 | 1001000 | 111 | 101011110 | 1010100 | 110101 |
Color Harmonies of #EC2041
Complementary color
Monochromatic Colors of #EC2041
Black with #EC2041
Text Example
Text Example
White with #EC2041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2041; }
p { color: rgb(236,32,65); }
H1.HeaderClassName
{
color: #EC2041;
}
.AnyTagClassName
{
color: #EC2041;
}
</style>
background-color css
<style>
a { background-color: #EC2041; }
a { background-color: rgb(236,32,65); }
div.DivClassName
{
background-color: #EC2041;
}
.BgClassName
{
background-color: #EC2041;
}
</style>
border-color css
<style>
span { border-color: #EC2041; }
span { border-color: rgb(236,32,65); }
td.TdClassName
{
border-color: #EC2041;
}
.TagClassName
{
border-color: #EC2041;
}
</style>