Shades of Alizarin #EC1C40
Tints of Alizarin #EC1C40
RGB
CMYK
RGB Variations
Color information
#EC1C40 (or 0xEC1C40) is known color: Alizarin. HEX triplet: EC, 1C and 40. RGB value is (236,28,64). Sum of RGB (Red+Green+Blue) = 236+28+64=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C40 is #13E3BF. Grayscale: #5E5E5E. Windows color (decimal): -1303488 or 4201708. OLE color: 4201708.
HSL color Cylindrical-coordinate representation of color #EC1C40: hue angle of 349.62º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1C40 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 64 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.07 |
| HSL | 349.62º | 0.85% | 0.52% | - |
| HSV(B) | 349.62º | 0.88% | 0.93% | - |
| XYZ | 35.93 | 19.03 | 6.63 | - |
| YUV | 94.3 | 110.91 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 64 | 0 | 0.88 | 0.73 | 0.07 | 349.62 | 0.85 | 0.52 |
| Hex | EC | 1C | 40 | 0 | 58 | 49 | 7 | 15E | 55 | 34 |
| Octal | 354 | 34 | 100 | 0 | 130 | 111 | 7 | 536 | 125 | 64 |
| Binary | 11101100 | 11100 | 1000000 | 0 | 1011000 | 1001001 | 111 | 101011110 | 1010101 | 110100 |
Color Harmonies of #EC1C40
Complementary color
Monochromatic Colors of #EC1C40
Black with #EC1C40
Text Example
Text Example
White with #EC1C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1C40; }
p { color: rgb(236,28,64); }
H1.HeaderClassName
{
color: #EC1C40;
}
.AnyTagClassName
{
color: #EC1C40;
}
</style>
background-color css
<style>
a { background-color: #EC1C40; }
a { background-color: rgb(236,28,64); }
div.DivClassName
{
background-color: #EC1C40;
}
.BgClassName
{
background-color: #EC1C40;
}
</style>
border-color css
<style>
span { border-color: #EC1C40; }
span { border-color: rgb(236,28,64); }
td.TdClassName
{
border-color: #EC1C40;
}
.TagClassName
{
border-color: #EC1C40;
}
</style>