Shades of Alizarin #EC1734
Tints of Alizarin #EC1734
RGB
CMYK
RGB Variations
Color information
#EC1734 (or 0xEC1734) is known color: Alizarin. HEX triplet: EC, 17 and 34. RGB value is (236,23,52). Sum of RGB (Red+Green+Blue) = 236+23+52=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1734 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1734 is #13E8CB. Grayscale: #5A5A5A. Windows color (decimal): -1304780 or 3413996. OLE color: 3413996.
HSL color Cylindrical-coordinate representation of color #EC1734: hue angle of 351.83º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1734 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 52 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.07 |
| HSL | 351.83º | 0.85% | 0.51% | - |
| HSV(B) | 351.83º | 0.9% | 0.93% | - |
| XYZ | 35.52 | 18.69 | 4.99 | - |
| YUV | 89.99 | 106.57 | 232.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 52 | 0 | 0.90 | 0.78 | 0.07 | 351.83 | 0.85 | 0.51 |
| Hex | EC | 17 | 34 | 0 | 5A | 4E | 7 | 160 | 55 | 33 |
| Octal | 354 | 27 | 64 | 0 | 132 | 116 | 7 | 540 | 125 | 63 |
| Binary | 11101100 | 10111 | 110100 | 0 | 1011010 | 1001110 | 111 | 101100000 | 1010101 | 110011 |
Color Harmonies of #EC1734
Complementary color
Monochromatic Colors of #EC1734
Black with #EC1734
Text Example
Text Example
White with #EC1734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1734; }
p { color: rgb(236,23,52); }
H1.HeaderClassName
{
color: #EC1734;
}
.AnyTagClassName
{
color: #EC1734;
}
</style>
background-color css
<style>
a { background-color: #EC1734; }
a { background-color: rgb(236,23,52); }
div.DivClassName
{
background-color: #EC1734;
}
.BgClassName
{
background-color: #EC1734;
}
</style>
border-color css
<style>
span { border-color: #EC1734; }
span { border-color: rgb(236,23,52); }
td.TdClassName
{
border-color: #EC1734;
}
.TagClassName
{
border-color: #EC1734;
}
</style>