Shades of Alizarin #EC1A1D
Tints of Alizarin #EC1A1D
RGB
CMYK
RGB Variations
Color information
#EC1A1D (or 0xEC1A1D) is known color: Alizarin. HEX triplet: EC, 1A and 1D. RGB value is (236,26,29). Sum of RGB (Red+Green+Blue) = 236+26+29=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1A1D is #13E5E2. Grayscale: #595959. Windows color (decimal): -1304035 or 1907436. OLE color: 1907436.
HSL color Cylindrical-coordinate representation of color #EC1A1D: hue angle of 359.14º 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 #EC1A1D is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 29 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.07 |
| HSL | 359.14º | 0.85% | 0.51% | - |
| HSV(B) | 359.14º | 0.89% | 0.93% | - |
| XYZ | 35.18 | 18.66 | 2.91 | - |
| YUV | 89.13 | 94.07 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 29 | 0 | 0.89 | 0.88 | 0.07 | 359.14 | 0.85 | 0.51 |
| Hex | EC | 1A | 1D | 0 | 59 | 58 | 7 | 167 | 55 | 33 |
| Octal | 354 | 32 | 35 | 0 | 131 | 130 | 7 | 547 | 125 | 63 |
| Binary | 11101100 | 11010 | 11101 | 0 | 1011001 | 1011000 | 111 | 101100111 | 1010101 | 110011 |
Color Harmonies of #EC1A1D
Complementary color
Monochromatic Colors of #EC1A1D
Black with #EC1A1D
Text Example
Text Example
White with #EC1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A1D; }
p { color: rgb(236,26,29); }
H1.HeaderClassName
{
color: #EC1A1D;
}
.AnyTagClassName
{
color: #EC1A1D;
}
</style>
background-color css
<style>
a { background-color: #EC1A1D; }
a { background-color: rgb(236,26,29); }
div.DivClassName
{
background-color: #EC1A1D;
}
.BgClassName
{
background-color: #EC1A1D;
}
</style>
border-color css
<style>
span { border-color: #EC1A1D; }
span { border-color: rgb(236,26,29); }
td.TdClassName
{
border-color: #EC1A1D;
}
.TagClassName
{
border-color: #EC1A1D;
}
</style>