Shades of Alizarin #EC192D
Tints of Alizarin #EC192D
RGB
CMYK
RGB Variations
Color information
#EC192D (or 0xEC192D) is known color: Alizarin. HEX triplet: EC, 19 and 2D. RGB value is (236,25,45). Sum of RGB (Red+Green+Blue) = 236+25+45=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC192D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC192D is #13E6D2. Grayscale: #5A5A5A. Windows color (decimal): -1304275 or 2955756. OLE color: 2955756.
HSL color Cylindrical-coordinate representation of color #EC192D: hue angle of 354.31º 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 #EC192D is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 45 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.07 |
| HSL | 354.31º | 0.85% | 0.51% | - |
| HSV(B) | 354.31º | 0.89% | 0.93% | - |
| XYZ | 35.41 | 18.72 | 4.23 | - |
| YUV | 90.37 | 102.4 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 45 | 0 | 0.89 | 0.81 | 0.07 | 354.31 | 0.85 | 0.51 |
| Hex | EC | 19 | 2D | 0 | 59 | 51 | 7 | 162 | 55 | 33 |
| Octal | 354 | 31 | 55 | 0 | 131 | 121 | 7 | 542 | 125 | 63 |
| Binary | 11101100 | 11001 | 101101 | 0 | 1011001 | 1010001 | 111 | 101100010 | 1010101 | 110011 |
Color Harmonies of #EC192D
Complementary color
Monochromatic Colors of #EC192D
Black with #EC192D
Text Example
Text Example
White with #EC192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC192D; }
p { color: rgb(236,25,45); }
H1.HeaderClassName
{
color: #EC192D;
}
.AnyTagClassName
{
color: #EC192D;
}
</style>
background-color css
<style>
a { background-color: #EC192D; }
a { background-color: rgb(236,25,45); }
div.DivClassName
{
background-color: #EC192D;
}
.BgClassName
{
background-color: #EC192D;
}
</style>
border-color css
<style>
span { border-color: #EC192D; }
span { border-color: rgb(236,25,45); }
td.TdClassName
{
border-color: #EC192D;
}
.TagClassName
{
border-color: #EC192D;
}
</style>