Shades of Alizarin #EC233D
Tints of Alizarin #EC233D
RGB
CMYK
RGB Variations
Color information
#EC233D (or 0xEC233D) is known color: Alizarin. HEX triplet: EC, 23 and 3D. RGB value is (236,35,61). Sum of RGB (Red+Green+Blue) = 236+35+61=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC233D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC233D is #13DCC2. Grayscale: #626262. Windows color (decimal): -1301699 or 4006892. OLE color: 4006892.
HSL color Cylindrical-coordinate representation of color #EC233D: hue angle of 352.24º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC233D is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 61 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.07 |
| HSL | 352.24º | 0.84% | 0.53% | - |
| HSV(B) | 352.24º | 0.85% | 0.93% | - |
| XYZ | 36.04 | 19.37 | 6.25 | - |
| YUV | 98.06 | 107.09 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 61 | 0 | 0.85 | 0.74 | 0.07 | 352.24 | 0.84 | 0.53 |
| Hex | EC | 23 | 3D | 0 | 55 | 4A | 7 | 160 | 54 | 35 |
| Octal | 354 | 43 | 75 | 0 | 125 | 112 | 7 | 540 | 124 | 65 |
| Binary | 11101100 | 100011 | 111101 | 0 | 1010101 | 1001010 | 111 | 101100000 | 1010100 | 110101 |
Color Harmonies of #EC233D
Complementary color
Monochromatic Colors of #EC233D
Black with #EC233D
Text Example
Text Example
White with #EC233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC233D; }
p { color: rgb(236,35,61); }
H1.HeaderClassName
{
color: #EC233D;
}
.AnyTagClassName
{
color: #EC233D;
}
</style>
background-color css
<style>
a { background-color: #EC233D; }
a { background-color: rgb(236,35,61); }
div.DivClassName
{
background-color: #EC233D;
}
.BgClassName
{
background-color: #EC233D;
}
</style>
border-color css
<style>
span { border-color: #EC233D; }
span { border-color: rgb(236,35,61); }
td.TdClassName
{
border-color: #EC233D;
}
.TagClassName
{
border-color: #EC233D;
}
</style>