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