Shades of Alizarin #EC192C
Tints of Alizarin #EC192C
RGB
CMYK
RGB Variations
Color information
#EC192C (or 0xEC192C) is known color: Alizarin. HEX triplet: EC, 19 and 2C. RGB value is (236,25,44). Sum of RGB (Red+Green+Blue) = 236+25+44=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC192C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC192C is #13E6D3. Grayscale: #5A5A5A. Windows color (decimal): -1304276 or 2890220. OLE color: 2890220.
HSL color Cylindrical-coordinate representation of color #EC192C: hue angle of 354.6º 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 #EC192C is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 44 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.07 |
| HSL | 354.6º | 0.85% | 0.51% | - |
| HSV(B) | 354.6º | 0.89% | 0.93% | - |
| XYZ | 35.39 | 18.71 | 4.13 | - |
| YUV | 90.26 | 101.9 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 44 | 0 | 0.89 | 0.81 | 0.07 | 354.6 | 0.85 | 0.51 |
| Hex | EC | 19 | 2C | 0 | 59 | 51 | 7 | 163 | 55 | 33 |
| Octal | 354 | 31 | 54 | 0 | 131 | 121 | 7 | 543 | 125 | 63 |
| Binary | 11101100 | 11001 | 101100 | 0 | 1011001 | 1010001 | 111 | 101100011 | 1010101 | 110011 |
Color Harmonies of #EC192C
Complementary color
Monochromatic Colors of #EC192C
Black with #EC192C
Text Example
Text Example
White with #EC192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC192C; }
p { color: rgb(236,25,44); }
H1.HeaderClassName
{
color: #EC192C;
}
.AnyTagClassName
{
color: #EC192C;
}
</style>
background-color css
<style>
a { background-color: #EC192C; }
a { background-color: rgb(236,25,44); }
div.DivClassName
{
background-color: #EC192C;
}
.BgClassName
{
background-color: #EC192C;
}
</style>
border-color css
<style>
span { border-color: #EC192C; }
span { border-color: rgb(236,25,44); }
td.TdClassName
{
border-color: #EC192C;
}
.TagClassName
{
border-color: #EC192C;
}
</style>