Shades of Alizarin #EC1D3C
Tints of Alizarin #EC1D3C
RGB
CMYK
RGB Variations
Color information
#EC1D3C (or 0xEC1D3C) is known color: Alizarin. HEX triplet: EC, 1D and 3C. RGB value is (236,29,60). Sum of RGB (Red+Green+Blue) = 236+29+60=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1D3C is #13E2C3. Grayscale: #5E5E5E. Windows color (decimal): -1303236 or 3939820. OLE color: 3939820.
HSL color Cylindrical-coordinate representation of color #EC1D3C: hue angle of 351.01º degrees, saturation: 0.84, 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 #EC1D3C is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 60 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.07 |
| HSL | 351.01º | 0.84% | 0.52% | - |
| HSV(B) | 351.01º | 0.88% | 0.93% | - |
| XYZ | 35.85 | 19.04 | 6.06 | - |
| YUV | 94.43 | 108.58 | 228.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 60 | 0 | 0.88 | 0.75 | 0.07 | 351.01 | 0.84 | 0.52 |
| Hex | EC | 1D | 3C | 0 | 58 | 4B | 7 | 15F | 54 | 34 |
| Octal | 354 | 35 | 74 | 0 | 130 | 113 | 7 | 537 | 124 | 64 |
| Binary | 11101100 | 11101 | 111100 | 0 | 1011000 | 1001011 | 111 | 101011111 | 1010100 | 110100 |
Color Harmonies of #EC1D3C
Complementary color
Monochromatic Colors of #EC1D3C
Black with #EC1D3C
Text Example
Text Example
White with #EC1D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D3C; }
p { color: rgb(236,29,60); }
H1.HeaderClassName
{
color: #EC1D3C;
}
.AnyTagClassName
{
color: #EC1D3C;
}
</style>
background-color css
<style>
a { background-color: #EC1D3C; }
a { background-color: rgb(236,29,60); }
div.DivClassName
{
background-color: #EC1D3C;
}
.BgClassName
{
background-color: #EC1D3C;
}
</style>
border-color css
<style>
span { border-color: #EC1D3C; }
span { border-color: rgb(236,29,60); }
td.TdClassName
{
border-color: #EC1D3C;
}
.TagClassName
{
border-color: #EC1D3C;
}
</style>