Shades of Alizarin #EC2141
Tints of Alizarin #EC2141
RGB
CMYK
RGB Variations
Color information
#EC2141 (or 0xEC2141) is known color: Alizarin. HEX triplet: EC, 21 and 41. RGB value is (236,33,65). Sum of RGB (Red+Green+Blue) = 236+33+65=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2141 is #13DEBE. Grayscale: #616161. Windows color (decimal): -1302207 or 4268524. OLE color: 4268524.
HSL color Cylindrical-coordinate representation of color #EC2141: hue angle of 350.54º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2141 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 65 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.07 |
| HSL | 350.54º | 0.84% | 0.53% | - |
| HSV(B) | 350.54º | 0.86% | 0.93% | - |
| XYZ | 36.09 | 19.3 | 6.82 | - |
| YUV | 97.35 | 109.75 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 65 | 0 | 0.86 | 0.72 | 0.07 | 350.54 | 0.84 | 0.53 |
| Hex | EC | 21 | 41 | 0 | 56 | 48 | 7 | 15F | 54 | 35 |
| Octal | 354 | 41 | 101 | 0 | 126 | 110 | 7 | 537 | 124 | 65 |
| Binary | 11101100 | 100001 | 1000001 | 0 | 1010110 | 1001000 | 111 | 101011111 | 1010100 | 110101 |
Color Harmonies of #EC2141
Complementary color
Monochromatic Colors of #EC2141
Black with #EC2141
Text Example
Text Example
White with #EC2141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2141; }
p { color: rgb(236,33,65); }
H1.HeaderClassName
{
color: #EC2141;
}
.AnyTagClassName
{
color: #EC2141;
}
</style>
background-color css
<style>
a { background-color: #EC2141; }
a { background-color: rgb(236,33,65); }
div.DivClassName
{
background-color: #EC2141;
}
.BgClassName
{
background-color: #EC2141;
}
</style>
border-color css
<style>
span { border-color: #EC2141; }
span { border-color: rgb(236,33,65); }
td.TdClassName
{
border-color: #EC2141;
}
.TagClassName
{
border-color: #EC2141;
}
</style>