Shades of Alizarin #EC253B
Tints of Alizarin #EC253B
RGB
CMYK
RGB Variations
Color information
#EC253B (or 0xEC253B) is known color: Alizarin. HEX triplet: EC, 25 and 3B. RGB value is (236,37,59). Sum of RGB (Red+Green+Blue) = 236+37+59=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC253B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC253B is #13DAC4. Grayscale: #636363. Windows color (decimal): -1301189 or 3876332. OLE color: 3876332.
HSL color Cylindrical-coordinate representation of color #EC253B: hue angle of 353.37º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC253B is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 59 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.07 |
| HSL | 353.37º | 0.84% | 0.54% | - |
| HSV(B) | 353.37º | 0.84% | 0.93% | - |
| XYZ | 36.04 | 19.47 | 6 | - |
| YUV | 99.01 | 105.43 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 59 | 0 | 0.84 | 0.75 | 0.07 | 353.37 | 0.84 | 0.54 |
| Hex | EC | 25 | 3B | 0 | 54 | 4B | 7 | 161 | 54 | 36 |
| Octal | 354 | 45 | 73 | 0 | 124 | 113 | 7 | 541 | 124 | 66 |
| Binary | 11101100 | 100101 | 111011 | 0 | 1010100 | 1001011 | 111 | 101100001 | 1010100 | 110110 |
Color Harmonies of #EC253B
Complementary color
Monochromatic Colors of #EC253B
Black with #EC253B
Text Example
Text Example
White with #EC253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC253B; }
p { color: rgb(236,37,59); }
H1.HeaderClassName
{
color: #EC253B;
}
.AnyTagClassName
{
color: #EC253B;
}
</style>
background-color css
<style>
a { background-color: #EC253B; }
a { background-color: rgb(236,37,59); }
div.DivClassName
{
background-color: #EC253B;
}
.BgClassName
{
background-color: #EC253B;
}
</style>
border-color css
<style>
span { border-color: #EC253B; }
span { border-color: rgb(236,37,59); }
td.TdClassName
{
border-color: #EC253B;
}
.TagClassName
{
border-color: #EC253B;
}
</style>