Shades of Alizarin #EC1932
Tints of Alizarin #EC1932
RGB
CMYK
RGB Variations
Color information
#EC1932 (or 0xEC1932) is known color: Alizarin. HEX triplet: EC, 19 and 32. RGB value is (236,25,50). Sum of RGB (Red+Green+Blue) = 236+25+50=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1932 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1932 is #13E6CD. Grayscale: #5B5B5B. Windows color (decimal): -1304270 or 3283436. OLE color: 3283436.
HSL color Cylindrical-coordinate representation of color #EC1932: hue angle of 352.89º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1932 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 50 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.07 |
| HSL | 352.89º | 0.85% | 0.51% | - |
| HSV(B) | 352.89º | 0.89% | 0.93% | - |
| XYZ | 35.52 | 18.76 | 4.77 | - |
| YUV | 90.94 | 104.9 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 50 | 0 | 0.89 | 0.79 | 0.07 | 352.89 | 0.85 | 0.51 |
| Hex | EC | 19 | 32 | 0 | 59 | 4F | 7 | 161 | 55 | 33 |
| Octal | 354 | 31 | 62 | 0 | 131 | 117 | 7 | 541 | 125 | 63 |
| Binary | 11101100 | 11001 | 110010 | 0 | 1011001 | 1001111 | 111 | 101100001 | 1010101 | 110011 |
Color Harmonies of #EC1932
Complementary color
Monochromatic Colors of #EC1932
Black with #EC1932
Text Example
Text Example
White with #EC1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1932; }
p { color: rgb(236,25,50); }
H1.HeaderClassName
{
color: #EC1932;
}
.AnyTagClassName
{
color: #EC1932;
}
</style>
background-color css
<style>
a { background-color: #EC1932; }
a { background-color: rgb(236,25,50); }
div.DivClassName
{
background-color: #EC1932;
}
.BgClassName
{
background-color: #EC1932;
}
</style>
border-color css
<style>
span { border-color: #EC1932; }
span { border-color: rgb(236,25,50); }
td.TdClassName
{
border-color: #EC1932;
}
.TagClassName
{
border-color: #EC1932;
}
</style>