Shades of Alizarin #EC2038
Tints of Alizarin #EC2038
RGB
CMYK
RGB Variations
Color information
#EC2038 (or 0xEC2038) is known color: Alizarin. HEX triplet: EC, 20 and 38. RGB value is (236,32,56). Sum of RGB (Red+Green+Blue) = 236+32+56=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2038 is #13DFC7. Grayscale: #5F5F5F. Windows color (decimal): -1302472 or 3678444. OLE color: 3678444.
HSL color Cylindrical-coordinate representation of color #EC2038: hue angle of 352.94º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2038 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 56 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.07 |
| HSL | 352.94º | 0.84% | 0.53% | - |
| HSV(B) | 352.94º | 0.86% | 0.93% | - |
| XYZ | 35.82 | 19.15 | 5.55 | - |
| YUV | 95.73 | 105.59 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 56 | 0 | 0.86 | 0.76 | 0.07 | 352.94 | 0.84 | 0.53 |
| Hex | EC | 20 | 38 | 0 | 56 | 4C | 7 | 161 | 54 | 35 |
| Octal | 354 | 40 | 70 | 0 | 126 | 114 | 7 | 541 | 124 | 65 |
| Binary | 11101100 | 100000 | 111000 | 0 | 1010110 | 1001100 | 111 | 101100001 | 1010100 | 110101 |
Color Harmonies of #EC2038
Complementary color
Monochromatic Colors of #EC2038
Black with #EC2038
Text Example
Text Example
White with #EC2038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2038; }
p { color: rgb(236,32,56); }
H1.HeaderClassName
{
color: #EC2038;
}
.AnyTagClassName
{
color: #EC2038;
}
</style>
background-color css
<style>
a { background-color: #EC2038; }
a { background-color: rgb(236,32,56); }
div.DivClassName
{
background-color: #EC2038;
}
.BgClassName
{
background-color: #EC2038;
}
</style>
border-color css
<style>
span { border-color: #EC2038; }
span { border-color: rgb(236,32,56); }
td.TdClassName
{
border-color: #EC2038;
}
.TagClassName
{
border-color: #EC2038;
}
</style>