Shades of Alizarin #EC2236
Tints of Alizarin #EC2236
RGB
CMYK
RGB Variations
Color information
#EC2236 (or 0xEC2236) is known color: Alizarin. HEX triplet: EC, 22 and 36. RGB value is (236,34,54). Sum of RGB (Red+Green+Blue) = 236+34+54=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2236 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2236 is #13DDC9. Grayscale: #606060. Windows color (decimal): -1301962 or 3547884. OLE color: 3547884.
HSL color Cylindrical-coordinate representation of color #EC2236: hue angle of 354.06º 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 #EC2236 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 54 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.07 |
| HSL | 354.06º | 0.84% | 0.53% | - |
| HSV(B) | 354.06º | 0.86% | 0.93% | - |
| XYZ | 35.83 | 19.24 | 5.32 | - |
| YUV | 96.68 | 103.92 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 54 | 0 | 0.86 | 0.77 | 0.07 | 354.06 | 0.84 | 0.53 |
| Hex | EC | 22 | 36 | 0 | 56 | 4D | 7 | 162 | 54 | 35 |
| Octal | 354 | 42 | 66 | 0 | 126 | 115 | 7 | 542 | 124 | 65 |
| Binary | 11101100 | 100010 | 110110 | 0 | 1010110 | 1001101 | 111 | 101100010 | 1010100 | 110101 |
Color Harmonies of #EC2236
Complementary color
Monochromatic Colors of #EC2236
Black with #EC2236
Text Example
Text Example
White with #EC2236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2236; }
p { color: rgb(236,34,54); }
H1.HeaderClassName
{
color: #EC2236;
}
.AnyTagClassName
{
color: #EC2236;
}
</style>
background-color css
<style>
a { background-color: #EC2236; }
a { background-color: rgb(236,34,54); }
div.DivClassName
{
background-color: #EC2236;
}
.BgClassName
{
background-color: #EC2236;
}
</style>
border-color css
<style>
span { border-color: #EC2236; }
span { border-color: rgb(236,34,54); }
td.TdClassName
{
border-color: #EC2236;
}
.TagClassName
{
border-color: #EC2236;
}
</style>