Shades of Alizarin #EC1B2E
Tints of Alizarin #EC1B2E
RGB
CMYK
RGB Variations
Color information
#EC1B2E (or 0xEC1B2E) is known color: Alizarin. HEX triplet: EC, 1B and 2E. RGB value is (236,27,46). Sum of RGB (Red+Green+Blue) = 236+27+46=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1B2E is #13E4D1. Grayscale: #5B5B5B. Windows color (decimal): -1303762 or 3021804. OLE color: 3021804.
HSL color Cylindrical-coordinate representation of color #EC1B2E: hue angle of 354.55º 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 #EC1B2E is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 46 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.07 |
| HSL | 354.55º | 0.85% | 0.52% | - |
| HSV(B) | 354.55º | 0.89% | 0.93% | - |
| XYZ | 35.48 | 18.81 | 4.35 | - |
| YUV | 91.66 | 102.24 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 46 | 0 | 0.89 | 0.81 | 0.07 | 354.55 | 0.85 | 0.52 |
| Hex | EC | 1B | 2E | 0 | 59 | 51 | 7 | 163 | 55 | 34 |
| Octal | 354 | 33 | 56 | 0 | 131 | 121 | 7 | 543 | 125 | 64 |
| Binary | 11101100 | 11011 | 101110 | 0 | 1011001 | 1010001 | 111 | 101100011 | 1010101 | 110100 |
Color Harmonies of #EC1B2E
Complementary color
Monochromatic Colors of #EC1B2E
Black with #EC1B2E
Text Example
Text Example
White with #EC1B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1B2E; }
p { color: rgb(236,27,46); }
H1.HeaderClassName
{
color: #EC1B2E;
}
.AnyTagClassName
{
color: #EC1B2E;
}
</style>
background-color css
<style>
a { background-color: #EC1B2E; }
a { background-color: rgb(236,27,46); }
div.DivClassName
{
background-color: #EC1B2E;
}
.BgClassName
{
background-color: #EC1B2E;
}
</style>
border-color css
<style>
span { border-color: #EC1B2E; }
span { border-color: rgb(236,27,46); }
td.TdClassName
{
border-color: #EC1B2E;
}
.TagClassName
{
border-color: #EC1B2E;
}
</style>