Shades of Alizarin #EC2237
Tints of Alizarin #EC2237
RGB
CMYK
RGB Variations
Color information
#EC2237 (or 0xEC2237) is known color: Alizarin. HEX triplet: EC, 22 and 37. RGB value is (236,34,55). Sum of RGB (Red+Green+Blue) = 236+34+55=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2237 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2237 is #13DDC8. Grayscale: #606060. Windows color (decimal): -1301961 or 3613420. OLE color: 3613420.
HSL color Cylindrical-coordinate representation of color #EC2237: hue angle of 353.76º 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 #EC2237 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 55 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.07 |
| HSL | 353.76º | 0.84% | 0.53% | - |
| HSV(B) | 353.76º | 0.86% | 0.93% | - |
| XYZ | 35.85 | 19.25 | 5.44 | - |
| YUV | 96.79 | 104.42 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 55 | 0 | 0.86 | 0.77 | 0.07 | 353.76 | 0.84 | 0.53 |
| Hex | EC | 22 | 37 | 0 | 56 | 4D | 7 | 162 | 54 | 35 |
| Octal | 354 | 42 | 67 | 0 | 126 | 115 | 7 | 542 | 124 | 65 |
| Binary | 11101100 | 100010 | 110111 | 0 | 1010110 | 1001101 | 111 | 101100010 | 1010100 | 110101 |
Color Harmonies of #EC2237
Complementary color
Monochromatic Colors of #EC2237
Black with #EC2237
Text Example
Text Example
White with #EC2237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2237; }
p { color: rgb(236,34,55); }
H1.HeaderClassName
{
color: #EC2237;
}
.AnyTagClassName
{
color: #EC2237;
}
</style>
background-color css
<style>
a { background-color: #EC2237; }
a { background-color: rgb(236,34,55); }
div.DivClassName
{
background-color: #EC2237;
}
.BgClassName
{
background-color: #EC2237;
}
</style>
border-color css
<style>
span { border-color: #EC2237; }
span { border-color: rgb(236,34,55); }
td.TdClassName
{
border-color: #EC2237;
}
.TagClassName
{
border-color: #EC2237;
}
</style>