Shades of Alizarin #EC2241
Tints of Alizarin #EC2241
RGB
CMYK
RGB Variations
Color information
#EC2241 (or 0xEC2241) is known color: Alizarin. HEX triplet: EC, 22 and 41. RGB value is (236,34,65). Sum of RGB (Red+Green+Blue) = 236+34+65=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2241 is #13DDBE. Grayscale: #626262. Windows color (decimal): -1301951 or 4268780. OLE color: 4268780.
HSL color Cylindrical-coordinate representation of color #EC2241: hue angle of 350.79º 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 #EC2241 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 65 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.07 |
| HSL | 350.79º | 0.84% | 0.53% | - |
| HSV(B) | 350.79º | 0.86% | 0.93% | - |
| XYZ | 36.12 | 19.36 | 6.83 | - |
| YUV | 97.93 | 109.42 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 65 | 0 | 0.86 | 0.72 | 0.07 | 350.79 | 0.84 | 0.53 |
| Hex | EC | 22 | 41 | 0 | 56 | 48 | 7 | 15F | 54 | 35 |
| Octal | 354 | 42 | 101 | 0 | 126 | 110 | 7 | 537 | 124 | 65 |
| Binary | 11101100 | 100010 | 1000001 | 0 | 1010110 | 1001000 | 111 | 101011111 | 1010100 | 110101 |
Color Harmonies of #EC2241
Complementary color
Monochromatic Colors of #EC2241
Black with #EC2241
Text Example
Text Example
White with #EC2241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2241; }
p { color: rgb(236,34,65); }
H1.HeaderClassName
{
color: #EC2241;
}
.AnyTagClassName
{
color: #EC2241;
}
</style>
background-color css
<style>
a { background-color: #EC2241; }
a { background-color: rgb(236,34,65); }
div.DivClassName
{
background-color: #EC2241;
}
.BgClassName
{
background-color: #EC2241;
}
</style>
border-color css
<style>
span { border-color: #EC2241; }
span { border-color: rgb(236,34,65); }
td.TdClassName
{
border-color: #EC2241;
}
.TagClassName
{
border-color: #EC2241;
}
</style>