Shades of Alizarin #EC2942
Tints of Alizarin #EC2942
RGB
CMYK
RGB Variations
Color information
#EC2942 (or 0xEC2942) is known color: Alizarin. HEX triplet: EC, 29 and 42. RGB value is (236,41,66). Sum of RGB (Red+Green+Blue) = 236+41+66=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2942 is #13D6BD. Grayscale: #666666. Windows color (decimal): -1300158 or 4336108. OLE color: 4336108.
HSL color Cylindrical-coordinate representation of color #EC2942: hue angle of 352.31º 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 #EC2942 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 66 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.07 |
| HSL | 352.31º | 0.84% | 0.54% | - |
| HSV(B) | 352.31º | 0.83% | 0.93% | - |
| XYZ | 36.37 | 19.81 | 7.06 | - |
| YUV | 102.16 | 107.6 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 66 | 0 | 0.83 | 0.72 | 0.07 | 352.31 | 0.84 | 0.54 |
| Hex | EC | 29 | 42 | 0 | 53 | 48 | 7 | 160 | 54 | 36 |
| Octal | 354 | 51 | 102 | 0 | 123 | 110 | 7 | 540 | 124 | 66 |
| Binary | 11101100 | 101001 | 1000010 | 0 | 1010011 | 1001000 | 111 | 101100000 | 1010100 | 110110 |
Color Harmonies of #EC2942
Complementary color
Monochromatic Colors of #EC2942
Black with #EC2942
Text Example
Text Example
White with #EC2942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2942; }
p { color: rgb(236,41,66); }
H1.HeaderClassName
{
color: #EC2942;
}
.AnyTagClassName
{
color: #EC2942;
}
</style>
background-color css
<style>
a { background-color: #EC2942; }
a { background-color: rgb(236,41,66); }
div.DivClassName
{
background-color: #EC2942;
}
.BgClassName
{
background-color: #EC2942;
}
</style>
border-color css
<style>
span { border-color: #EC2942; }
span { border-color: rgb(236,41,66); }
td.TdClassName
{
border-color: #EC2942;
}
.TagClassName
{
border-color: #EC2942;
}
</style>