Shades of Alizarin #EC192F
Tints of Alizarin #EC192F
RGB
CMYK
RGB Variations
Color information
#EC192F (or 0xEC192F) is known color: Alizarin. HEX triplet: EC, 19 and 2F. RGB value is (236,25,47). Sum of RGB (Red+Green+Blue) = 236+25+47=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC192F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC192F is #13E6D0. Grayscale: #5A5A5A. Windows color (decimal): -1304273 or 3086828. OLE color: 3086828.
HSL color Cylindrical-coordinate representation of color #EC192F: hue angle of 353.74º 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 #EC192F is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 47 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.07 |
| HSL | 353.74º | 0.85% | 0.51% | - |
| HSV(B) | 353.74º | 0.89% | 0.93% | - |
| XYZ | 35.45 | 18.73 | 4.44 | - |
| YUV | 90.6 | 103.4 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 47 | 0 | 0.89 | 0.80 | 0.07 | 353.74 | 0.85 | 0.51 |
| Hex | EC | 19 | 2F | 0 | 59 | 50 | 7 | 162 | 55 | 33 |
| Octal | 354 | 31 | 57 | 0 | 131 | 120 | 7 | 542 | 125 | 63 |
| Binary | 11101100 | 11001 | 101111 | 0 | 1011001 | 1010000 | 111 | 101100010 | 1010101 | 110011 |
Color Harmonies of #EC192F
Complementary color
Monochromatic Colors of #EC192F
Black with #EC192F
Text Example
Text Example
White with #EC192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC192F; }
p { color: rgb(236,25,47); }
H1.HeaderClassName
{
color: #EC192F;
}
.AnyTagClassName
{
color: #EC192F;
}
</style>
background-color css
<style>
a { background-color: #EC192F; }
a { background-color: rgb(236,25,47); }
div.DivClassName
{
background-color: #EC192F;
}
.BgClassName
{
background-color: #EC192F;
}
</style>
border-color css
<style>
span { border-color: #EC192F; }
span { border-color: rgb(236,25,47); }
td.TdClassName
{
border-color: #EC192F;
}
.TagClassName
{
border-color: #EC192F;
}
</style>