Shades of Alizarin #EC253D
Tints of Alizarin #EC253D
RGB
CMYK
RGB Variations
Color information
#EC253D (or 0xEC253D) is known color: Alizarin. HEX triplet: EC, 25 and 3D. RGB value is (236,37,61). Sum of RGB (Red+Green+Blue) = 236+37+61=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC253D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC253D is #13DAC2. Grayscale: #636363. Windows color (decimal): -1301187 or 4007404. OLE color: 4007404.
HSL color Cylindrical-coordinate representation of color #EC253D: hue angle of 352.76º 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 #EC253D is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 61 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.07 |
| HSL | 352.76º | 0.84% | 0.54% | - |
| HSV(B) | 352.76º | 0.84% | 0.93% | - |
| XYZ | 36.1 | 19.49 | 6.27 | - |
| YUV | 99.24 | 106.43 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 61 | 0 | 0.84 | 0.74 | 0.07 | 352.76 | 0.84 | 0.54 |
| Hex | EC | 25 | 3D | 0 | 54 | 4A | 7 | 161 | 54 | 36 |
| Octal | 354 | 45 | 75 | 0 | 124 | 112 | 7 | 541 | 124 | 66 |
| Binary | 11101100 | 100101 | 111101 | 0 | 1010100 | 1001010 | 111 | 101100001 | 1010100 | 110110 |
Color Harmonies of #EC253D
Complementary color
Monochromatic Colors of #EC253D
Black with #EC253D
Text Example
Text Example
White with #EC253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC253D; }
p { color: rgb(236,37,61); }
H1.HeaderClassName
{
color: #EC253D;
}
.AnyTagClassName
{
color: #EC253D;
}
</style>
background-color css
<style>
a { background-color: #EC253D; }
a { background-color: rgb(236,37,61); }
div.DivClassName
{
background-color: #EC253D;
}
.BgClassName
{
background-color: #EC253D;
}
</style>
border-color css
<style>
span { border-color: #EC253D; }
span { border-color: rgb(236,37,61); }
td.TdClassName
{
border-color: #EC253D;
}
.TagClassName
{
border-color: #EC253D;
}
</style>