Shades of Alizarin #EC1935
Tints of Alizarin #EC1935
RGB
CMYK
RGB Variations
Color information
#EC1935 (or 0xEC1935) is known color: Alizarin. HEX triplet: EC, 19 and 35. RGB value is (236,25,53). Sum of RGB (Red+Green+Blue) = 236+25+53=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1935 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1935 is #13E6CA. Grayscale: #5B5B5B. Windows color (decimal): -1304267 or 3480044. OLE color: 3480044.
HSL color Cylindrical-coordinate representation of color #EC1935: hue angle of 352.04º 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 #EC1935 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 53 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.07 |
| HSL | 352.04º | 0.85% | 0.51% | - |
| HSV(B) | 352.04º | 0.89% | 0.93% | - |
| XYZ | 35.58 | 18.79 | 5.12 | - |
| YUV | 91.28 | 106.4 | 231.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 53 | 0 | 0.89 | 0.78 | 0.07 | 352.04 | 0.85 | 0.51 |
| Hex | EC | 19 | 35 | 0 | 59 | 4E | 7 | 160 | 55 | 33 |
| Octal | 354 | 31 | 65 | 0 | 131 | 116 | 7 | 540 | 125 | 63 |
| Binary | 11101100 | 11001 | 110101 | 0 | 1011001 | 1001110 | 111 | 101100000 | 1010101 | 110011 |
Color Harmonies of #EC1935
Complementary color
Monochromatic Colors of #EC1935
Black with #EC1935
Text Example
Text Example
White with #EC1935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1935; }
p { color: rgb(236,25,53); }
H1.HeaderClassName
{
color: #EC1935;
}
.AnyTagClassName
{
color: #EC1935;
}
</style>
background-color css
<style>
a { background-color: #EC1935; }
a { background-color: rgb(236,25,53); }
div.DivClassName
{
background-color: #EC1935;
}
.BgClassName
{
background-color: #EC1935;
}
</style>
border-color css
<style>
span { border-color: #EC1935; }
span { border-color: rgb(236,25,53); }
td.TdClassName
{
border-color: #EC1935;
}
.TagClassName
{
border-color: #EC1935;
}
</style>