Shades of Alizarin #EC3142
Tints of Alizarin #EC3142
RGB
CMYK
RGB Variations
Color information
#EC3142 (or 0xEC3142) is known color: Alizarin. HEX triplet: EC, 31 and 42. RGB value is (236,49,66). Sum of RGB (Red+Green+Blue) = 236+49+66=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3142 is #13CEBD. Grayscale: #6A6A6A. Windows color (decimal): -1298110 or 4338156. OLE color: 4338156.
HSL color Cylindrical-coordinate representation of color #EC3142: hue angle of 354.55º 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 #EC3142 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 66 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.07 |
| HSL | 354.55º | 0.83% | 0.56% | - |
| HSV(B) | 354.55º | 0.79% | 0.93% | - |
| XYZ | 36.67 | 20.42 | 7.16 | - |
| YUV | 106.85 | 104.95 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 66 | 0 | 0.79 | 0.72 | 0.07 | 354.55 | 0.83 | 0.56 |
| Hex | EC | 31 | 42 | 0 | 4F | 48 | 7 | 163 | 53 | 38 |
| Octal | 354 | 61 | 102 | 0 | 117 | 110 | 7 | 543 | 123 | 70 |
| Binary | 11101100 | 110001 | 1000010 | 0 | 1001111 | 1001000 | 111 | 101100011 | 1010011 | 111000 |
Color Harmonies of #EC3142
Complementary color
Monochromatic Colors of #EC3142
Black with #EC3142
Text Example
Text Example
White with #EC3142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3142; }
p { color: rgb(236,49,66); }
H1.HeaderClassName
{
color: #EC3142;
}
.AnyTagClassName
{
color: #EC3142;
}
</style>
background-color css
<style>
a { background-color: #EC3142; }
a { background-color: rgb(236,49,66); }
div.DivClassName
{
background-color: #EC3142;
}
.BgClassName
{
background-color: #EC3142;
}
</style>
border-color css
<style>
span { border-color: #EC3142; }
span { border-color: rgb(236,49,66); }
td.TdClassName
{
border-color: #EC3142;
}
.TagClassName
{
border-color: #EC3142;
}
</style>