Shades of Alizarin #EC1B2A
Tints of Alizarin #EC1B2A
RGB
CMYK
RGB Variations
Color information
#EC1B2A (or 0xEC1B2A) is known color: Alizarin. HEX triplet: EC, 1B and 2A. RGB value is (236,27,42). Sum of RGB (Red+Green+Blue) = 236+27+42=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1B2A is #13E4D5. Grayscale: #5B5B5B. Windows color (decimal): -1303766 or 2759660. OLE color: 2759660.
HSL color Cylindrical-coordinate representation of color #EC1B2A: hue angle of 355.69º 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 #EC1B2A is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 42 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.07 |
| HSL | 355.69º | 0.85% | 0.52% | - |
| HSV(B) | 355.69º | 0.89% | 0.93% | - |
| XYZ | 35.4 | 18.78 | 3.95 | - |
| YUV | 91.2 | 100.24 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 42 | 0 | 0.89 | 0.82 | 0.07 | 355.69 | 0.85 | 0.52 |
| Hex | EC | 1B | 2A | 0 | 59 | 52 | 7 | 164 | 55 | 34 |
| Octal | 354 | 33 | 52 | 0 | 131 | 122 | 7 | 544 | 125 | 64 |
| Binary | 11101100 | 11011 | 101010 | 0 | 1011001 | 1010010 | 111 | 101100100 | 1010101 | 110100 |
Color Harmonies of #EC1B2A
Complementary color
Monochromatic Colors of #EC1B2A
Black with #EC1B2A
Text Example
Text Example
White with #EC1B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1B2A; }
p { color: rgb(236,27,42); }
H1.HeaderClassName
{
color: #EC1B2A;
}
.AnyTagClassName
{
color: #EC1B2A;
}
</style>
background-color css
<style>
a { background-color: #EC1B2A; }
a { background-color: rgb(236,27,42); }
div.DivClassName
{
background-color: #EC1B2A;
}
.BgClassName
{
background-color: #EC1B2A;
}
</style>
border-color css
<style>
span { border-color: #EC1B2A; }
span { border-color: rgb(236,27,42); }
td.TdClassName
{
border-color: #EC1B2A;
}
.TagClassName
{
border-color: #EC1B2A;
}
</style>