Shades of Alizarin #EC191D
Tints of Alizarin #EC191D
RGB
CMYK
RGB Variations
Color information
#EC191D (or 0xEC191D) is known color: Alizarin. HEX triplet: EC, 19 and 1D. RGB value is (236,25,29). Sum of RGB (Red+Green+Blue) = 236+25+29=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC191D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC191D is #13E6E2. Grayscale: #585858. Windows color (decimal): -1304291 or 1907180. OLE color: 1907180.
HSL color Cylindrical-coordinate representation of color #EC191D: hue angle of 358.86º 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 #EC191D is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 29 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.07 |
| HSL | 358.86º | 0.85% | 0.51% | - |
| HSV(B) | 358.86º | 0.89% | 0.93% | - |
| XYZ | 35.16 | 18.62 | 2.9 | - |
| YUV | 88.55 | 94.4 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 29 | 0 | 0.89 | 0.88 | 0.07 | 358.86 | 0.85 | 0.51 |
| Hex | EC | 19 | 1D | 0 | 59 | 58 | 7 | 167 | 55 | 33 |
| Octal | 354 | 31 | 35 | 0 | 131 | 130 | 7 | 547 | 125 | 63 |
| Binary | 11101100 | 11001 | 11101 | 0 | 1011001 | 1011000 | 111 | 101100111 | 1010101 | 110011 |
Color Harmonies of #EC191D
Complementary color
Monochromatic Colors of #EC191D
Black with #EC191D
Text Example
Text Example
White with #EC191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC191D; }
p { color: rgb(236,25,29); }
H1.HeaderClassName
{
color: #EC191D;
}
.AnyTagClassName
{
color: #EC191D;
}
</style>
background-color css
<style>
a { background-color: #EC191D; }
a { background-color: rgb(236,25,29); }
div.DivClassName
{
background-color: #EC191D;
}
.BgClassName
{
background-color: #EC191D;
}
</style>
border-color css
<style>
span { border-color: #EC191D; }
span { border-color: rgb(236,25,29); }
td.TdClassName
{
border-color: #EC191D;
}
.TagClassName
{
border-color: #EC191D;
}
</style>