Shades of Alizarin #EC1B2F
Tints of Alizarin #EC1B2F
RGB
CMYK
RGB Variations
Color information
#EC1B2F (or 0xEC1B2F) is known color: Alizarin. HEX triplet: EC, 1B and 2F. RGB value is (236,27,47). Sum of RGB (Red+Green+Blue) = 236+27+47=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1B2F is #13E4D0. Grayscale: #5B5B5B. Windows color (decimal): -1303761 or 3087340. OLE color: 3087340.
HSL color Cylindrical-coordinate representation of color #EC1B2F: hue angle of 354.26º 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 #EC1B2F is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 47 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.07 |
| HSL | 354.26º | 0.85% | 0.52% | - |
| HSV(B) | 354.26º | 0.89% | 0.93% | - |
| XYZ | 35.5 | 18.82 | 4.45 | - |
| YUV | 91.77 | 102.74 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 47 | 0 | 0.89 | 0.80 | 0.07 | 354.26 | 0.85 | 0.52 |
| Hex | EC | 1B | 2F | 0 | 59 | 50 | 7 | 162 | 55 | 34 |
| Octal | 354 | 33 | 57 | 0 | 131 | 120 | 7 | 542 | 125 | 64 |
| Binary | 11101100 | 11011 | 101111 | 0 | 1011001 | 1010000 | 111 | 101100010 | 1010101 | 110100 |
Color Harmonies of #EC1B2F
Complementary color
Monochromatic Colors of #EC1B2F
Black with #EC1B2F
Text Example
Text Example
White with #EC1B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1B2F; }
p { color: rgb(236,27,47); }
H1.HeaderClassName
{
color: #EC1B2F;
}
.AnyTagClassName
{
color: #EC1B2F;
}
</style>
background-color css
<style>
a { background-color: #EC1B2F; }
a { background-color: rgb(236,27,47); }
div.DivClassName
{
background-color: #EC1B2F;
}
.BgClassName
{
background-color: #EC1B2F;
}
</style>
border-color css
<style>
span { border-color: #EC1B2F; }
span { border-color: rgb(236,27,47); }
td.TdClassName
{
border-color: #EC1B2F;
}
.TagClassName
{
border-color: #EC1B2F;
}
</style>