Shades of Alizarin #EC293B
Tints of Alizarin #EC293B
RGB
CMYK
RGB Variations
Color information
#EC293B (or 0xEC293B) is known color: Alizarin. HEX triplet: EC, 29 and 3B. RGB value is (236,41,59). Sum of RGB (Red+Green+Blue) = 236+41+59=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC293B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC293B is #13D6C4. Grayscale: #656565. Windows color (decimal): -1300165 or 3877356. OLE color: 3877356.
HSL color Cylindrical-coordinate representation of color #EC293B: hue angle of 354.46º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC293B is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 59 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.07 |
| HSL | 354.46º | 0.84% | 0.54% | - |
| HSV(B) | 354.46º | 0.83% | 0.93% | - |
| XYZ | 36.17 | 19.73 | 6.04 | - |
| YUV | 101.36 | 104.1 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 59 | 0 | 0.83 | 0.75 | 0.07 | 354.46 | 0.84 | 0.54 |
| Hex | EC | 29 | 3B | 0 | 53 | 4B | 7 | 162 | 54 | 36 |
| Octal | 354 | 51 | 73 | 0 | 123 | 113 | 7 | 542 | 124 | 66 |
| Binary | 11101100 | 101001 | 111011 | 0 | 1010011 | 1001011 | 111 | 101100010 | 1010100 | 110110 |
Color Harmonies of #EC293B
Complementary color
Monochromatic Colors of #EC293B
Black with #EC293B
Text Example
Text Example
White with #EC293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC293B; }
p { color: rgb(236,41,59); }
H1.HeaderClassName
{
color: #EC293B;
}
.AnyTagClassName
{
color: #EC293B;
}
</style>
background-color css
<style>
a { background-color: #EC293B; }
a { background-color: rgb(236,41,59); }
div.DivClassName
{
background-color: #EC293B;
}
.BgClassName
{
background-color: #EC293B;
}
</style>
border-color css
<style>
span { border-color: #EC293B; }
span { border-color: rgb(236,41,59); }
td.TdClassName
{
border-color: #EC293B;
}
.TagClassName
{
border-color: #EC293B;
}
</style>