Shades of Alizarin #EC3136
Tints of Alizarin #EC3136
RGB
CMYK
RGB Variations
Color information
#EC3136 (or 0xEC3136) is known color: Alizarin. HEX triplet: EC, 31 and 36. RGB value is (236,49,54). Sum of RGB (Red+Green+Blue) = 236+49+54=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3136 is #13CEC9. Grayscale: #696969. Windows color (decimal): -1298122 or 3551724. OLE color: 3551724.
HSL color Cylindrical-coordinate representation of color #EC3136: hue angle of 358.4º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3136 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 54 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.07 |
| HSL | 358.4º | 0.83% | 0.56% | - |
| HSV(B) | 358.4º | 0.79% | 0.93% | - |
| XYZ | 36.36 | 20.3 | 5.49 | - |
| YUV | 105.48 | 98.95 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 54 | 0 | 0.79 | 0.77 | 0.07 | 358.4 | 0.83 | 0.56 |
| Hex | EC | 31 | 36 | 0 | 4F | 4D | 7 | 166 | 53 | 38 |
| Octal | 354 | 61 | 66 | 0 | 117 | 115 | 7 | 546 | 123 | 70 |
| Binary | 11101100 | 110001 | 110110 | 0 | 1001111 | 1001101 | 111 | 101100110 | 1010011 | 111000 |
Color Harmonies of #EC3136
Complementary color
Monochromatic Colors of #EC3136
Black with #EC3136
Text Example
Text Example
White with #EC3136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3136; }
p { color: rgb(236,49,54); }
H1.HeaderClassName
{
color: #EC3136;
}
.AnyTagClassName
{
color: #EC3136;
}
</style>
background-color css
<style>
a { background-color: #EC3136; }
a { background-color: rgb(236,49,54); }
div.DivClassName
{
background-color: #EC3136;
}
.BgClassName
{
background-color: #EC3136;
}
</style>
border-color css
<style>
span { border-color: #EC3136; }
span { border-color: rgb(236,49,54); }
td.TdClassName
{
border-color: #EC3136;
}
.TagClassName
{
border-color: #EC3136;
}
</style>