Shades of Alizarin #EC202A
Tints of Alizarin #EC202A
RGB
CMYK
RGB Variations
Color information
#EC202A (or 0xEC202A) is known color: Alizarin. HEX triplet: EC, 20 and 2A. RGB value is (236,32,42). Sum of RGB (Red+Green+Blue) = 236+32+42=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC202A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC202A is #13DFD5. Grayscale: #5E5E5E. Windows color (decimal): -1302486 or 2760940. OLE color: 2760940.
HSL color Cylindrical-coordinate representation of color #EC202A: hue angle of 357.06º 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 #EC202A is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 42 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.07 |
| HSL | 357.06º | 0.84% | 0.53% | - |
| HSV(B) | 357.06º | 0.86% | 0.93% | - |
| XYZ | 35.53 | 19.03 | 3.99 | - |
| YUV | 94.14 | 98.59 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 42 | 0 | 0.86 | 0.82 | 0.07 | 357.06 | 0.84 | 0.53 |
| Hex | EC | 20 | 2A | 0 | 56 | 52 | 7 | 165 | 54 | 35 |
| Octal | 354 | 40 | 52 | 0 | 126 | 122 | 7 | 545 | 124 | 65 |
| Binary | 11101100 | 100000 | 101010 | 0 | 1010110 | 1010010 | 111 | 101100101 | 1010100 | 110101 |
Color Harmonies of #EC202A
Complementary color
Monochromatic Colors of #EC202A
Black with #EC202A
Text Example
Text Example
White with #EC202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC202A; }
p { color: rgb(236,32,42); }
H1.HeaderClassName
{
color: #EC202A;
}
.AnyTagClassName
{
color: #EC202A;
}
</style>
background-color css
<style>
a { background-color: #EC202A; }
a { background-color: rgb(236,32,42); }
div.DivClassName
{
background-color: #EC202A;
}
.BgClassName
{
background-color: #EC202A;
}
</style>
border-color css
<style>
span { border-color: #EC202A; }
span { border-color: rgb(236,32,42); }
td.TdClassName
{
border-color: #EC202A;
}
.TagClassName
{
border-color: #EC202A;
}
</style>