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