Shades of Alizarin #EC1B33
Tints of Alizarin #EC1B33
RGB
CMYK
RGB Variations
Color information
#EC1B33 (or 0xEC1B33) is known color: Alizarin. HEX triplet: EC, 1B and 33. RGB value is (236,27,51). Sum of RGB (Red+Green+Blue) = 236+27+51=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1B33 is #13E4CC. Grayscale: #5C5C5C. Windows color (decimal): -1303757 or 3349484. OLE color: 3349484.
HSL color Cylindrical-coordinate representation of color #EC1B33: hue angle of 353.11º 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 #EC1B33 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 51 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.07 |
| HSL | 353.11º | 0.85% | 0.52% | - |
| HSV(B) | 353.11º | 0.89% | 0.93% | - |
| XYZ | 35.58 | 18.86 | 4.9 | - |
| YUV | 92.23 | 104.74 | 230.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 51 | 0 | 0.89 | 0.78 | 0.07 | 353.11 | 0.85 | 0.52 |
| Hex | EC | 1B | 33 | 0 | 59 | 4E | 7 | 161 | 55 | 34 |
| Octal | 354 | 33 | 63 | 0 | 131 | 116 | 7 | 541 | 125 | 64 |
| Binary | 11101100 | 11011 | 110011 | 0 | 1011001 | 1001110 | 111 | 101100001 | 1010101 | 110100 |
Color Harmonies of #EC1B33
Complementary color
Monochromatic Colors of #EC1B33
Black with #EC1B33
Text Example
Text Example
White with #EC1B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1B33; }
p { color: rgb(236,27,51); }
H1.HeaderClassName
{
color: #EC1B33;
}
.AnyTagClassName
{
color: #EC1B33;
}
</style>
background-color css
<style>
a { background-color: #EC1B33; }
a { background-color: rgb(236,27,51); }
div.DivClassName
{
background-color: #EC1B33;
}
.BgClassName
{
background-color: #EC1B33;
}
</style>
border-color css
<style>
span { border-color: #EC1B33; }
span { border-color: rgb(236,27,51); }
td.TdClassName
{
border-color: #EC1B33;
}
.TagClassName
{
border-color: #EC1B33;
}
</style>