Shades of Alizarin #EC213B
Tints of Alizarin #EC213B
RGB
CMYK
RGB Variations
Color information
#EC213B (or 0xEC213B) is known color: Alizarin. HEX triplet: EC, 21 and 3B. RGB value is (236,33,59). Sum of RGB (Red+Green+Blue) = 236+33+59=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC213B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC213B is #13DEC4. Grayscale: #606060. Windows color (decimal): -1302213 or 3875308. OLE color: 3875308.
HSL color Cylindrical-coordinate representation of color #EC213B: hue angle of 352.32º 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 #EC213B is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 59 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.07 |
| HSL | 352.32º | 0.84% | 0.53% | - |
| HSV(B) | 352.32º | 0.86% | 0.93% | - |
| XYZ | 35.93 | 19.24 | 5.96 | - |
| YUV | 96.66 | 106.75 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 59 | 0 | 0.86 | 0.75 | 0.07 | 352.32 | 0.84 | 0.53 |
| Hex | EC | 21 | 3B | 0 | 56 | 4B | 7 | 160 | 54 | 35 |
| Octal | 354 | 41 | 73 | 0 | 126 | 113 | 7 | 540 | 124 | 65 |
| Binary | 11101100 | 100001 | 111011 | 0 | 1010110 | 1001011 | 111 | 101100000 | 1010100 | 110101 |
Color Harmonies of #EC213B
Complementary color
Monochromatic Colors of #EC213B
Black with #EC213B
Text Example
Text Example
White with #EC213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC213B; }
p { color: rgb(236,33,59); }
H1.HeaderClassName
{
color: #EC213B;
}
.AnyTagClassName
{
color: #EC213B;
}
</style>
background-color css
<style>
a { background-color: #EC213B; }
a { background-color: rgb(236,33,59); }
div.DivClassName
{
background-color: #EC213B;
}
.BgClassName
{
background-color: #EC213B;
}
</style>
border-color css
<style>
span { border-color: #EC213B; }
span { border-color: rgb(236,33,59); }
td.TdClassName
{
border-color: #EC213B;
}
.TagClassName
{
border-color: #EC213B;
}
</style>