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