Shades of Alizarin #EC1936
Tints of Alizarin #EC1936
RGB
CMYK
RGB Variations
Color information
#EC1936 (or 0xEC1936) is known color: Alizarin. HEX triplet: EC, 19 and 36. RGB value is (236,25,54). Sum of RGB (Red+Green+Blue) = 236+25+54=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1936 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1936 is #13E6C9. Grayscale: #5B5B5B. Windows color (decimal): -1304266 or 3545580. OLE color: 3545580.
HSL color Cylindrical-coordinate representation of color #EC1936: hue angle of 351.75º 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 #EC1936 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 54 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.07 |
| HSL | 351.75º | 0.85% | 0.51% | - |
| HSV(B) | 351.75º | 0.89% | 0.93% | - |
| XYZ | 35.61 | 18.79 | 5.24 | - |
| YUV | 91.4 | 106.9 | 231.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 54 | 0 | 0.89 | 0.77 | 0.07 | 351.75 | 0.85 | 0.51 |
| Hex | EC | 19 | 36 | 0 | 59 | 4D | 7 | 160 | 55 | 33 |
| Octal | 354 | 31 | 66 | 0 | 131 | 115 | 7 | 540 | 125 | 63 |
| Binary | 11101100 | 11001 | 110110 | 0 | 1011001 | 1001101 | 111 | 101100000 | 1010101 | 110011 |
Color Harmonies of #EC1936
Complementary color
Monochromatic Colors of #EC1936
Black with #EC1936
Text Example
Text Example
White with #EC1936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1936; }
p { color: rgb(236,25,54); }
H1.HeaderClassName
{
color: #EC1936;
}
.AnyTagClassName
{
color: #EC1936;
}
</style>
background-color css
<style>
a { background-color: #EC1936; }
a { background-color: rgb(236,25,54); }
div.DivClassName
{
background-color: #EC1936;
}
.BgClassName
{
background-color: #EC1936;
}
</style>
border-color css
<style>
span { border-color: #EC1936; }
span { border-color: rgb(236,25,54); }
td.TdClassName
{
border-color: #EC1936;
}
.TagClassName
{
border-color: #EC1936;
}
</style>