Shades of Alizarin #EC203F
Tints of Alizarin #EC203F
RGB
CMYK
RGB Variations
Color information
#EC203F (or 0xEC203F) is known color: Alizarin. HEX triplet: EC, 20 and 3F. RGB value is (236,32,63). Sum of RGB (Red+Green+Blue) = 236+32+63=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC203F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC203F is #13DFC0. Grayscale: #606060. Windows color (decimal): -1302465 or 4137196. OLE color: 4137196.
HSL color Cylindrical-coordinate representation of color #EC203F: hue angle of 350.88º 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 #EC203F is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 63 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.07 |
| HSL | 350.88º | 0.84% | 0.53% | - |
| HSV(B) | 350.88º | 0.86% | 0.93% | - |
| XYZ | 36.01 | 19.22 | 6.52 | - |
| YUV | 96.53 | 109.09 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 63 | 0 | 0.86 | 0.73 | 0.07 | 350.88 | 0.84 | 0.53 |
| Hex | EC | 20 | 3F | 0 | 56 | 49 | 7 | 15F | 54 | 35 |
| Octal | 354 | 40 | 77 | 0 | 126 | 111 | 7 | 537 | 124 | 65 |
| Binary | 11101100 | 100000 | 111111 | 0 | 1010110 | 1001001 | 111 | 101011111 | 1010100 | 110101 |
Color Harmonies of #EC203F
Complementary color
Monochromatic Colors of #EC203F
Black with #EC203F
Text Example
Text Example
White with #EC203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC203F; }
p { color: rgb(236,32,63); }
H1.HeaderClassName
{
color: #EC203F;
}
.AnyTagClassName
{
color: #EC203F;
}
</style>
background-color css
<style>
a { background-color: #EC203F; }
a { background-color: rgb(236,32,63); }
div.DivClassName
{
background-color: #EC203F;
}
.BgClassName
{
background-color: #EC203F;
}
</style>
border-color css
<style>
span { border-color: #EC203F; }
span { border-color: rgb(236,32,63); }
td.TdClassName
{
border-color: #EC203F;
}
.TagClassName
{
border-color: #EC203F;
}
</style>