Shades of Alizarin #EC1A24
Tints of Alizarin #EC1A24
RGB
CMYK
RGB Variations
Color information
#EC1A24 (or 0xEC1A24) is known color: Alizarin. HEX triplet: EC, 1A and 24. RGB value is (236,26,36). Sum of RGB (Red+Green+Blue) = 236+26+36=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1A24 is #13E5DB. Grayscale: #5A5A5A. Windows color (decimal): -1304028 or 2366188. OLE color: 2366188.
HSL color Cylindrical-coordinate representation of color #EC1A24: hue angle of 357.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 #EC1A24 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 36 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.07 |
| HSL | 357.14º | 0.85% | 0.51% | - |
| HSV(B) | 357.14º | 0.89% | 0.93% | - |
| XYZ | 35.28 | 18.7 | 3.42 | - |
| YUV | 89.93 | 97.57 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 36 | 0 | 0.89 | 0.85 | 0.07 | 357.14 | 0.85 | 0.51 |
| Hex | EC | 1A | 24 | 0 | 59 | 55 | 7 | 165 | 55 | 33 |
| Octal | 354 | 32 | 44 | 0 | 131 | 125 | 7 | 545 | 125 | 63 |
| Binary | 11101100 | 11010 | 100100 | 0 | 1011001 | 1010101 | 111 | 101100101 | 1010101 | 110011 |
Color Harmonies of #EC1A24
Complementary color
Monochromatic Colors of #EC1A24
Black with #EC1A24
Text Example
Text Example
White with #EC1A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A24; }
p { color: rgb(236,26,36); }
H1.HeaderClassName
{
color: #EC1A24;
}
.AnyTagClassName
{
color: #EC1A24;
}
</style>
background-color css
<style>
a { background-color: #EC1A24; }
a { background-color: rgb(236,26,36); }
div.DivClassName
{
background-color: #EC1A24;
}
.BgClassName
{
background-color: #EC1A24;
}
</style>
border-color css
<style>
span { border-color: #EC1A24; }
span { border-color: rgb(236,26,36); }
td.TdClassName
{
border-color: #EC1A24;
}
.TagClassName
{
border-color: #EC1A24;
}
</style>