Shades of Alizarin #EC212A
Tints of Alizarin #EC212A
RGB
CMYK
RGB Variations
Color information
#EC212A (or 0xEC212A) is known color: Alizarin. HEX triplet: EC, 21 and 2A. RGB value is (236,33,42). Sum of RGB (Red+Green+Blue) = 236+33+42=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC212A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC212A is #13DED5. Grayscale: #5E5E5E. Windows color (decimal): -1302230 or 2761196. OLE color: 2761196.
HSL color Cylindrical-coordinate representation of color #EC212A: hue angle of 357.34º 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 #EC212A is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 42 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.07 |
| HSL | 357.34º | 0.84% | 0.53% | - |
| HSV(B) | 357.34º | 0.86% | 0.93% | - |
| XYZ | 35.55 | 19.09 | 4 | - |
| YUV | 94.72 | 98.25 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 42 | 0 | 0.86 | 0.82 | 0.07 | 357.34 | 0.84 | 0.53 |
| Hex | EC | 21 | 2A | 0 | 56 | 52 | 7 | 165 | 54 | 35 |
| Octal | 354 | 41 | 52 | 0 | 126 | 122 | 7 | 545 | 124 | 65 |
| Binary | 11101100 | 100001 | 101010 | 0 | 1010110 | 1010010 | 111 | 101100101 | 1010100 | 110101 |
Color Harmonies of #EC212A
Complementary color
Monochromatic Colors of #EC212A
Black with #EC212A
Text Example
Text Example
White with #EC212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC212A; }
p { color: rgb(236,33,42); }
H1.HeaderClassName
{
color: #EC212A;
}
.AnyTagClassName
{
color: #EC212A;
}
</style>
background-color css
<style>
a { background-color: #EC212A; }
a { background-color: rgb(236,33,42); }
div.DivClassName
{
background-color: #EC212A;
}
.BgClassName
{
background-color: #EC212A;
}
</style>
border-color css
<style>
span { border-color: #EC212A; }
span { border-color: rgb(236,33,42); }
td.TdClassName
{
border-color: #EC212A;
}
.TagClassName
{
border-color: #EC212A;
}
</style>