Shades of Alizarin #EC1B2B
Tints of Alizarin #EC1B2B
RGB
CMYK
RGB Variations
Color information
#EC1B2B (or 0xEC1B2B) is known color: Alizarin. HEX triplet: EC, 1B and 2B. RGB value is (236,27,43). Sum of RGB (Red+Green+Blue) = 236+27+43=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1B2B is #13E4D4. Grayscale: #5B5B5B. Windows color (decimal): -1303765 or 2825196. OLE color: 2825196.
HSL color Cylindrical-coordinate representation of color #EC1B2B: hue angle of 355.41º 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 #EC1B2B is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 43 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.07 |
| HSL | 355.41º | 0.85% | 0.52% | - |
| HSV(B) | 355.41º | 0.89% | 0.93% | - |
| XYZ | 35.42 | 18.79 | 4.05 | - |
| YUV | 91.32 | 100.74 | 231.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 43 | 0 | 0.89 | 0.82 | 0.07 | 355.41 | 0.85 | 0.52 |
| Hex | EC | 1B | 2B | 0 | 59 | 52 | 7 | 163 | 55 | 34 |
| Octal | 354 | 33 | 53 | 0 | 131 | 122 | 7 | 543 | 125 | 64 |
| Binary | 11101100 | 11011 | 101011 | 0 | 1011001 | 1010010 | 111 | 101100011 | 1010101 | 110100 |
Color Harmonies of #EC1B2B
Complementary color
Monochromatic Colors of #EC1B2B
Black with #EC1B2B
Text Example
Text Example
White with #EC1B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1B2B; }
p { color: rgb(236,27,43); }
H1.HeaderClassName
{
color: #EC1B2B;
}
.AnyTagClassName
{
color: #EC1B2B;
}
</style>
background-color css
<style>
a { background-color: #EC1B2B; }
a { background-color: rgb(236,27,43); }
div.DivClassName
{
background-color: #EC1B2B;
}
.BgClassName
{
background-color: #EC1B2B;
}
</style>
border-color css
<style>
span { border-color: #EC1B2B; }
span { border-color: rgb(236,27,43); }
td.TdClassName
{
border-color: #EC1B2B;
}
.TagClassName
{
border-color: #EC1B2B;
}
</style>