Shades of Alizarin #EC192A
Tints of Alizarin #EC192A
RGB
CMYK
RGB Variations
Color information
#EC192A (or 0xEC192A) is known color: Alizarin. HEX triplet: EC, 19 and 2A. RGB value is (236,25,42). Sum of RGB (Red+Green+Blue) = 236+25+42=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC192A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC192A is #13E6D5. Grayscale: #5A5A5A. Windows color (decimal): -1304278 or 2759148. OLE color: 2759148.
HSL color Cylindrical-coordinate representation of color #EC192A: hue angle of 355.17º 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 #EC192A is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 42 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.07 |
| HSL | 355.17º | 0.85% | 0.51% | - |
| HSV(B) | 355.17º | 0.89% | 0.93% | - |
| XYZ | 35.36 | 18.7 | 3.94 | - |
| YUV | 90.03 | 100.9 | 232.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 42 | 0 | 0.89 | 0.82 | 0.07 | 355.17 | 0.85 | 0.51 |
| Hex | EC | 19 | 2A | 0 | 59 | 52 | 7 | 163 | 55 | 33 |
| Octal | 354 | 31 | 52 | 0 | 131 | 122 | 7 | 543 | 125 | 63 |
| Binary | 11101100 | 11001 | 101010 | 0 | 1011001 | 1010010 | 111 | 101100011 | 1010101 | 110011 |
Color Harmonies of #EC192A
Complementary color
Monochromatic Colors of #EC192A
Black with #EC192A
Text Example
Text Example
White with #EC192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC192A; }
p { color: rgb(236,25,42); }
H1.HeaderClassName
{
color: #EC192A;
}
.AnyTagClassName
{
color: #EC192A;
}
</style>
background-color css
<style>
a { background-color: #EC192A; }
a { background-color: rgb(236,25,42); }
div.DivClassName
{
background-color: #EC192A;
}
.BgClassName
{
background-color: #EC192A;
}
</style>
border-color css
<style>
span { border-color: #EC192A; }
span { border-color: rgb(236,25,42); }
td.TdClassName
{
border-color: #EC192A;
}
.TagClassName
{
border-color: #EC192A;
}
</style>