Shades of Alizarin #EC1938
Tints of Alizarin #EC1938
RGB
CMYK
RGB Variations
Color information
#EC1938 (or 0xEC1938) is known color: Alizarin. HEX triplet: EC, 19 and 38. RGB value is (236,25,56). Sum of RGB (Red+Green+Blue) = 236+25+56=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1938 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1938 is #13E6C7. Grayscale: #5B5B5B. Windows color (decimal): -1304264 or 3676652. OLE color: 3676652.
HSL color Cylindrical-coordinate representation of color #EC1938: hue angle of 351.18º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1938 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 56 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.07 |
| HSL | 351.18º | 0.85% | 0.51% | - |
| HSV(B) | 351.18º | 0.89% | 0.93% | - |
| XYZ | 35.65 | 18.81 | 5.49 | - |
| YUV | 91.62 | 107.9 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 56 | 0 | 0.89 | 0.76 | 0.07 | 351.18 | 0.85 | 0.51 |
| Hex | EC | 19 | 38 | 0 | 59 | 4C | 7 | 15F | 55 | 33 |
| Octal | 354 | 31 | 70 | 0 | 131 | 114 | 7 | 537 | 125 | 63 |
| Binary | 11101100 | 11001 | 111000 | 0 | 1011001 | 1001100 | 111 | 101011111 | 1010101 | 110011 |
Color Harmonies of #EC1938
Complementary color
Monochromatic Colors of #EC1938
Black with #EC1938
Text Example
Text Example
White with #EC1938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1938; }
p { color: rgb(236,25,56); }
H1.HeaderClassName
{
color: #EC1938;
}
.AnyTagClassName
{
color: #EC1938;
}
</style>
background-color css
<style>
a { background-color: #EC1938; }
a { background-color: rgb(236,25,56); }
div.DivClassName
{
background-color: #EC1938;
}
.BgClassName
{
background-color: #EC1938;
}
</style>
border-color css
<style>
span { border-color: #EC1938; }
span { border-color: rgb(236,25,56); }
td.TdClassName
{
border-color: #EC1938;
}
.TagClassName
{
border-color: #EC1938;
}
</style>