Shades of Alizarin #EC1B39
Tints of Alizarin #EC1B39
RGB
CMYK
RGB Variations
Color information
#EC1B39 (or 0xEC1B39) is known color: Alizarin. HEX triplet: EC, 1B and 39. RGB value is (236,27,57). Sum of RGB (Red+Green+Blue) = 236+27+57=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1B39 is #13E4C6. Grayscale: #5C5C5C. Windows color (decimal): -1303751 or 3742700. OLE color: 3742700.
HSL color Cylindrical-coordinate representation of color #EC1B39: hue angle of 351.39º 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 #EC1B39 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 57 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.07 |
| HSL | 351.39º | 0.85% | 0.52% | - |
| HSV(B) | 351.39º | 0.89% | 0.93% | - |
| XYZ | 35.72 | 18.91 | 5.64 | - |
| YUV | 92.91 | 107.74 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 57 | 0 | 0.89 | 0.76 | 0.07 | 351.39 | 0.85 | 0.52 |
| Hex | EC | 1B | 39 | 0 | 59 | 4C | 7 | 15F | 55 | 34 |
| Octal | 354 | 33 | 71 | 0 | 131 | 114 | 7 | 537 | 125 | 64 |
| Binary | 11101100 | 11011 | 111001 | 0 | 1011001 | 1001100 | 111 | 101011111 | 1010101 | 110100 |
Color Harmonies of #EC1B39
Complementary color
Monochromatic Colors of #EC1B39
Black with #EC1B39
Text Example
Text Example
White with #EC1B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1B39; }
p { color: rgb(236,27,57); }
H1.HeaderClassName
{
color: #EC1B39;
}
.AnyTagClassName
{
color: #EC1B39;
}
</style>
background-color css
<style>
a { background-color: #EC1B39; }
a { background-color: rgb(236,27,57); }
div.DivClassName
{
background-color: #EC1B39;
}
.BgClassName
{
background-color: #EC1B39;
}
</style>
border-color css
<style>
span { border-color: #EC1B39; }
span { border-color: rgb(236,27,57); }
td.TdClassName
{
border-color: #EC1B39;
}
.TagClassName
{
border-color: #EC1B39;
}
</style>