Shades of Alizarin #EC1B3C
Tints of Alizarin #EC1B3C
RGB
CMYK
RGB Variations
Color information
#EC1B3C (or 0xEC1B3C) is known color: Alizarin. HEX triplet: EC, 1B and 3C. RGB value is (236,27,60). Sum of RGB (Red+Green+Blue) = 236+27+60=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1B3C is #13E4C3. Grayscale: #5D5D5D. Windows color (decimal): -1303748 or 3939308. OLE color: 3939308.
HSL color Cylindrical-coordinate representation of color #EC1B3C: hue angle of 350.53º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1B3C is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 60 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.07 |
| HSL | 350.53º | 0.85% | 0.52% | - |
| HSV(B) | 350.53º | 0.89% | 0.93% | - |
| XYZ | 35.8 | 18.94 | 6.04 | - |
| YUV | 93.25 | 109.24 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 60 | 0 | 0.89 | 0.75 | 0.07 | 350.53 | 0.85 | 0.52 |
| Hex | EC | 1B | 3C | 0 | 59 | 4B | 7 | 15F | 55 | 34 |
| Octal | 354 | 33 | 74 | 0 | 131 | 113 | 7 | 537 | 125 | 64 |
| Binary | 11101100 | 11011 | 111100 | 0 | 1011001 | 1001011 | 111 | 101011111 | 1010101 | 110100 |
Color Harmonies of #EC1B3C
Complementary color
Monochromatic Colors of #EC1B3C
Black with #EC1B3C
Text Example
Text Example
White with #EC1B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1B3C; }
p { color: rgb(236,27,60); }
H1.HeaderClassName
{
color: #EC1B3C;
}
.AnyTagClassName
{
color: #EC1B3C;
}
</style>
background-color css
<style>
a { background-color: #EC1B3C; }
a { background-color: rgb(236,27,60); }
div.DivClassName
{
background-color: #EC1B3C;
}
.BgClassName
{
background-color: #EC1B3C;
}
</style>
border-color css
<style>
span { border-color: #EC1B3C; }
span { border-color: rgb(236,27,60); }
td.TdClassName
{
border-color: #EC1B3C;
}
.TagClassName
{
border-color: #EC1B3C;
}
</style>