Shades of Alizarin #EC293E
Tints of Alizarin #EC293E
RGB
CMYK
RGB Variations
Color information
#EC293E (or 0xEC293E) is known color: Alizarin. HEX triplet: EC, 29 and 3E. RGB value is (236,41,62). Sum of RGB (Red+Green+Blue) = 236+41+62=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC293E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC293E is #13D6C1. Grayscale: #656565. Windows color (decimal): -1300162 or 4073964. OLE color: 4073964.
HSL color Cylindrical-coordinate representation of color #EC293E: hue angle of 353.54º 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 #EC293E is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 62 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.07 |
| HSL | 353.54º | 0.84% | 0.54% | - |
| HSV(B) | 353.54º | 0.83% | 0.93% | - |
| XYZ | 36.25 | 19.77 | 6.46 | - |
| YUV | 101.7 | 105.6 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 62 | 0 | 0.83 | 0.74 | 0.07 | 353.54 | 0.84 | 0.54 |
| Hex | EC | 29 | 3E | 0 | 53 | 4A | 7 | 162 | 54 | 36 |
| Octal | 354 | 51 | 76 | 0 | 123 | 112 | 7 | 542 | 124 | 66 |
| Binary | 11101100 | 101001 | 111110 | 0 | 1010011 | 1001010 | 111 | 101100010 | 1010100 | 110110 |
Color Harmonies of #EC293E
Complementary color
Monochromatic Colors of #EC293E
Black with #EC293E
Text Example
Text Example
White with #EC293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC293E; }
p { color: rgb(236,41,62); }
H1.HeaderClassName
{
color: #EC293E;
}
.AnyTagClassName
{
color: #EC293E;
}
</style>
background-color css
<style>
a { background-color: #EC293E; }
a { background-color: rgb(236,41,62); }
div.DivClassName
{
background-color: #EC293E;
}
.BgClassName
{
background-color: #EC293E;
}
</style>
border-color css
<style>
span { border-color: #EC293E; }
span { border-color: rgb(236,41,62); }
td.TdClassName
{
border-color: #EC293E;
}
.TagClassName
{
border-color: #EC293E;
}
</style>