Shades of Alizarin #EC1A39
Tints of Alizarin #EC1A39
RGB
CMYK
RGB Variations
Color information
#EC1A39 (or 0xEC1A39) is known color: Alizarin. HEX triplet: EC, 1A and 39. RGB value is (236,26,57). Sum of RGB (Red+Green+Blue) = 236+26+57=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1A39 is #13E5C6. Grayscale: #5C5C5C. Windows color (decimal): -1304007 or 3742444. OLE color: 3742444.
HSL color Cylindrical-coordinate representation of color #EC1A39: hue angle of 351.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 #EC1A39 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 57 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.07 |
| HSL | 351.14º | 0.85% | 0.51% | - |
| HSV(B) | 351.14º | 0.89% | 0.93% | - |
| XYZ | 35.7 | 18.87 | 5.63 | - |
| YUV | 92.32 | 108.07 | 230.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 57 | 0 | 0.89 | 0.76 | 0.07 | 351.14 | 0.85 | 0.51 |
| Hex | EC | 1A | 39 | 0 | 59 | 4C | 7 | 15F | 55 | 33 |
| Octal | 354 | 32 | 71 | 0 | 131 | 114 | 7 | 537 | 125 | 63 |
| Binary | 11101100 | 11010 | 111001 | 0 | 1011001 | 1001100 | 111 | 101011111 | 1010101 | 110011 |
Color Harmonies of #EC1A39
Complementary color
Monochromatic Colors of #EC1A39
Black with #EC1A39
Text Example
Text Example
White with #EC1A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A39; }
p { color: rgb(236,26,57); }
H1.HeaderClassName
{
color: #EC1A39;
}
.AnyTagClassName
{
color: #EC1A39;
}
</style>
background-color css
<style>
a { background-color: #EC1A39; }
a { background-color: rgb(236,26,57); }
div.DivClassName
{
background-color: #EC1A39;
}
.BgClassName
{
background-color: #EC1A39;
}
</style>
border-color css
<style>
span { border-color: #EC1A39; }
span { border-color: rgb(236,26,57); }
td.TdClassName
{
border-color: #EC1A39;
}
.TagClassName
{
border-color: #EC1A39;
}
</style>