Shades of Alizarin #EC172C
Tints of Alizarin #EC172C
RGB
CMYK
RGB Variations
Color information
#EC172C (or 0xEC172C) is known color: Alizarin. HEX triplet: EC, 17 and 2C. RGB value is (236,23,44). Sum of RGB (Red+Green+Blue) = 236+23+44=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC172C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC172C is #13E8D3. Grayscale: #595959. Windows color (decimal): -1304788 or 2889708. OLE color: 2889708.
HSL color Cylindrical-coordinate representation of color #EC172C: hue angle of 354.08º 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 #EC172C is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 44 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.07 |
| HSL | 354.08º | 0.85% | 0.51% | - |
| HSV(B) | 354.08º | 0.9% | 0.93% | - |
| XYZ | 35.35 | 18.63 | 4.12 | - |
| YUV | 89.08 | 102.57 | 232.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 44 | 0 | 0.90 | 0.81 | 0.07 | 354.08 | 0.85 | 0.51 |
| Hex | EC | 17 | 2C | 0 | 5A | 51 | 7 | 162 | 55 | 33 |
| Octal | 354 | 27 | 54 | 0 | 132 | 121 | 7 | 542 | 125 | 63 |
| Binary | 11101100 | 10111 | 101100 | 0 | 1011010 | 1010001 | 111 | 101100010 | 1010101 | 110011 |
Color Harmonies of #EC172C
Complementary color
Monochromatic Colors of #EC172C
Black with #EC172C
Text Example
Text Example
White with #EC172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC172C; }
p { color: rgb(236,23,44); }
H1.HeaderClassName
{
color: #EC172C;
}
.AnyTagClassName
{
color: #EC172C;
}
</style>
background-color css
<style>
a { background-color: #EC172C; }
a { background-color: rgb(236,23,44); }
div.DivClassName
{
background-color: #EC172C;
}
.BgClassName
{
background-color: #EC172C;
}
</style>
border-color css
<style>
span { border-color: #EC172C; }
span { border-color: rgb(236,23,44); }
td.TdClassName
{
border-color: #EC172C;
}
.TagClassName
{
border-color: #EC172C;
}
</style>