Shades of Alizarin #EC202C
Tints of Alizarin #EC202C
RGB
CMYK
RGB Variations
Color information
#EC202C (or 0xEC202C) is known color: Alizarin. HEX triplet: EC, 20 and 2C. RGB value is (236,32,44). Sum of RGB (Red+Green+Blue) = 236+32+44=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC202C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC202C is #13DFD3. Grayscale: #5E5E5E. Windows color (decimal): -1302484 or 2892012. OLE color: 2892012.
HSL color Cylindrical-coordinate representation of color #EC202C: hue angle of 356.47º 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 #EC202C is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 44 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.07 |
| HSL | 356.47º | 0.84% | 0.53% | - |
| HSV(B) | 356.47º | 0.86% | 0.93% | - |
| XYZ | 35.56 | 19.05 | 4.19 | - |
| YUV | 94.36 | 99.59 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 44 | 0 | 0.86 | 0.81 | 0.07 | 356.47 | 0.84 | 0.53 |
| Hex | EC | 20 | 2C | 0 | 56 | 51 | 7 | 164 | 54 | 35 |
| Octal | 354 | 40 | 54 | 0 | 126 | 121 | 7 | 544 | 124 | 65 |
| Binary | 11101100 | 100000 | 101100 | 0 | 1010110 | 1010001 | 111 | 101100100 | 1010100 | 110101 |
Color Harmonies of #EC202C
Complementary color
Monochromatic Colors of #EC202C
Black with #EC202C
Text Example
Text Example
White with #EC202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC202C; }
p { color: rgb(236,32,44); }
H1.HeaderClassName
{
color: #EC202C;
}
.AnyTagClassName
{
color: #EC202C;
}
</style>
background-color css
<style>
a { background-color: #EC202C; }
a { background-color: rgb(236,32,44); }
div.DivClassName
{
background-color: #EC202C;
}
.BgClassName
{
background-color: #EC202C;
}
</style>
border-color css
<style>
span { border-color: #EC202C; }
span { border-color: rgb(236,32,44); }
td.TdClassName
{
border-color: #EC202C;
}
.TagClassName
{
border-color: #EC202C;
}
</style>