Shades of Alizarin #EC203D
Tints of Alizarin #EC203D
RGB
CMYK
RGB Variations
Color information
#EC203D (or 0xEC203D) is known color: Alizarin. HEX triplet: EC, 20 and 3D. RGB value is (236,32,61). Sum of RGB (Red+Green+Blue) = 236+32+61=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC203D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC203D is #13DFC2. Grayscale: #606060. Windows color (decimal): -1302467 or 4006124. OLE color: 4006124.
HSL color Cylindrical-coordinate representation of color #EC203D: hue angle of 351.47º 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 #EC203D is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 61 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.07 |
| HSL | 351.47º | 0.84% | 0.53% | - |
| HSV(B) | 351.47º | 0.86% | 0.93% | - |
| XYZ | 35.95 | 19.2 | 6.23 | - |
| YUV | 96.3 | 108.09 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 61 | 0 | 0.86 | 0.74 | 0.07 | 351.47 | 0.84 | 0.53 |
| Hex | EC | 20 | 3D | 0 | 56 | 4A | 7 | 15F | 54 | 35 |
| Octal | 354 | 40 | 75 | 0 | 126 | 112 | 7 | 537 | 124 | 65 |
| Binary | 11101100 | 100000 | 111101 | 0 | 1010110 | 1001010 | 111 | 101011111 | 1010100 | 110101 |
Color Harmonies of #EC203D
Complementary color
Monochromatic Colors of #EC203D
Black with #EC203D
Text Example
Text Example
White with #EC203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC203D; }
p { color: rgb(236,32,61); }
H1.HeaderClassName
{
color: #EC203D;
}
.AnyTagClassName
{
color: #EC203D;
}
</style>
background-color css
<style>
a { background-color: #EC203D; }
a { background-color: rgb(236,32,61); }
div.DivClassName
{
background-color: #EC203D;
}
.BgClassName
{
background-color: #EC203D;
}
</style>
border-color css
<style>
span { border-color: #EC203D; }
span { border-color: rgb(236,32,61); }
td.TdClassName
{
border-color: #EC203D;
}
.TagClassName
{
border-color: #EC203D;
}
</style>