Shades of Alizarin #EC252E
Tints of Alizarin #EC252E
RGB
CMYK
RGB Variations
Color information
#EC252E (or 0xEC252E) is known color: Alizarin. HEX triplet: EC, 25 and 2E. RGB value is (236,37,46). Sum of RGB (Red+Green+Blue) = 236+37+46=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC252E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC252E is #13DAD1. Grayscale: #616161. Windows color (decimal): -1301202 or 3024364. OLE color: 3024364.
HSL color Cylindrical-coordinate representation of color #EC252E: hue angle of 357.29º 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 #EC252E is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 46 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.07 |
| HSL | 357.29º | 0.84% | 0.54% | - |
| HSV(B) | 357.29º | 0.84% | 0.93% | - |
| XYZ | 35.75 | 19.35 | 4.44 | - |
| YUV | 97.53 | 98.93 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 46 | 0 | 0.84 | 0.81 | 0.07 | 357.29 | 0.84 | 0.54 |
| Hex | EC | 25 | 2E | 0 | 54 | 51 | 7 | 165 | 54 | 36 |
| Octal | 354 | 45 | 56 | 0 | 124 | 121 | 7 | 545 | 124 | 66 |
| Binary | 11101100 | 100101 | 101110 | 0 | 1010100 | 1010001 | 111 | 101100101 | 1010100 | 110110 |
Color Harmonies of #EC252E
Complementary color
Monochromatic Colors of #EC252E
Black with #EC252E
Text Example
Text Example
White with #EC252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC252E; }
p { color: rgb(236,37,46); }
H1.HeaderClassName
{
color: #EC252E;
}
.AnyTagClassName
{
color: #EC252E;
}
</style>
background-color css
<style>
a { background-color: #EC252E; }
a { background-color: rgb(236,37,46); }
div.DivClassName
{
background-color: #EC252E;
}
.BgClassName
{
background-color: #EC252E;
}
</style>
border-color css
<style>
span { border-color: #EC252E; }
span { border-color: rgb(236,37,46); }
td.TdClassName
{
border-color: #EC252E;
}
.TagClassName
{
border-color: #EC252E;
}
</style>