Shades of Alizarin #EC212F
Tints of Alizarin #EC212F
RGB
CMYK
RGB Variations
Color information
#EC212F (or 0xEC212F) is known color: Alizarin. HEX triplet: EC, 21 and 2F. RGB value is (236,33,47). Sum of RGB (Red+Green+Blue) = 236+33+47=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC212F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC212F is #13DED0. Grayscale: #5F5F5F. Windows color (decimal): -1302225 or 3088876. OLE color: 3088876.
HSL color Cylindrical-coordinate representation of color #EC212F: hue angle of 355.86º 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 #EC212F is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 47 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.07 |
| HSL | 355.86º | 0.84% | 0.53% | - |
| HSV(B) | 355.86º | 0.86% | 0.93% | - |
| XYZ | 35.65 | 19.13 | 4.5 | - |
| YUV | 95.29 | 100.75 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 47 | 0 | 0.86 | 0.80 | 0.07 | 355.86 | 0.84 | 0.53 |
| Hex | EC | 21 | 2F | 0 | 56 | 50 | 7 | 164 | 54 | 35 |
| Octal | 354 | 41 | 57 | 0 | 126 | 120 | 7 | 544 | 124 | 65 |
| Binary | 11101100 | 100001 | 101111 | 0 | 1010110 | 1010000 | 111 | 101100100 | 1010100 | 110101 |
Color Harmonies of #EC212F
Complementary color
Monochromatic Colors of #EC212F
Black with #EC212F
Text Example
Text Example
White with #EC212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC212F; }
p { color: rgb(236,33,47); }
H1.HeaderClassName
{
color: #EC212F;
}
.AnyTagClassName
{
color: #EC212F;
}
</style>
background-color css
<style>
a { background-color: #EC212F; }
a { background-color: rgb(236,33,47); }
div.DivClassName
{
background-color: #EC212F;
}
.BgClassName
{
background-color: #EC212F;
}
</style>
border-color css
<style>
span { border-color: #EC212F; }
span { border-color: rgb(236,33,47); }
td.TdClassName
{
border-color: #EC212F;
}
.TagClassName
{
border-color: #EC212F;
}
</style>