Shades of Alizarin #EC1B37
Tints of Alizarin #EC1B37
RGB
CMYK
RGB Variations
Color information
#EC1B37 (or 0xEC1B37) is known color: Alizarin. HEX triplet: EC, 1B and 37. RGB value is (236,27,55). Sum of RGB (Red+Green+Blue) = 236+27+55=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1B37 is #13E4C8. Grayscale: #5C5C5C. Windows color (decimal): -1303753 or 3611628. OLE color: 3611628.
HSL color Cylindrical-coordinate representation of color #EC1B37: hue angle of 351.96º 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 #EC1B37 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 55 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.07 |
| HSL | 351.96º | 0.85% | 0.52% | - |
| HSV(B) | 351.96º | 0.89% | 0.93% | - |
| XYZ | 35.67 | 18.89 | 5.38 | - |
| YUV | 92.68 | 106.74 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 55 | 0 | 0.89 | 0.77 | 0.07 | 351.96 | 0.85 | 0.52 |
| Hex | EC | 1B | 37 | 0 | 59 | 4D | 7 | 160 | 55 | 34 |
| Octal | 354 | 33 | 67 | 0 | 131 | 115 | 7 | 540 | 125 | 64 |
| Binary | 11101100 | 11011 | 110111 | 0 | 1011001 | 1001101 | 111 | 101100000 | 1010101 | 110100 |
Color Harmonies of #EC1B37
Complementary color
Monochromatic Colors of #EC1B37
Black with #EC1B37
Text Example
Text Example
White with #EC1B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1B37; }
p { color: rgb(236,27,55); }
H1.HeaderClassName
{
color: #EC1B37;
}
.AnyTagClassName
{
color: #EC1B37;
}
</style>
background-color css
<style>
a { background-color: #EC1B37; }
a { background-color: rgb(236,27,55); }
div.DivClassName
{
background-color: #EC1B37;
}
.BgClassName
{
background-color: #EC1B37;
}
</style>
border-color css
<style>
span { border-color: #EC1B37; }
span { border-color: rgb(236,27,55); }
td.TdClassName
{
border-color: #EC1B37;
}
.TagClassName
{
border-color: #EC1B37;
}
</style>