Shades of Alizarin #EC2538
Tints of Alizarin #EC2538
RGB
CMYK
RGB Variations
Color information
#EC2538 (or 0xEC2538) is known color: Alizarin. HEX triplet: EC, 25 and 38. RGB value is (236,37,56). Sum of RGB (Red+Green+Blue) = 236+37+56=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2538 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2538 is #13DAC7. Grayscale: #626262. Windows color (decimal): -1301192 or 3679724. OLE color: 3679724.
HSL color Cylindrical-coordinate representation of color #EC2538: hue angle of 354.27º 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 #EC2538 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 56 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.07 |
| HSL | 354.27º | 0.84% | 0.54% | - |
| HSV(B) | 354.27º | 0.84% | 0.93% | - |
| XYZ | 35.97 | 19.44 | 5.6 | - |
| YUV | 98.67 | 103.93 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 56 | 0 | 0.84 | 0.76 | 0.07 | 354.27 | 0.84 | 0.54 |
| Hex | EC | 25 | 38 | 0 | 54 | 4C | 7 | 162 | 54 | 36 |
| Octal | 354 | 45 | 70 | 0 | 124 | 114 | 7 | 542 | 124 | 66 |
| Binary | 11101100 | 100101 | 111000 | 0 | 1010100 | 1001100 | 111 | 101100010 | 1010100 | 110110 |
Color Harmonies of #EC2538
Complementary color
Monochromatic Colors of #EC2538
Black with #EC2538
Text Example
Text Example
White with #EC2538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2538; }
p { color: rgb(236,37,56); }
H1.HeaderClassName
{
color: #EC2538;
}
.AnyTagClassName
{
color: #EC2538;
}
</style>
background-color css
<style>
a { background-color: #EC2538; }
a { background-color: rgb(236,37,56); }
div.DivClassName
{
background-color: #EC2538;
}
.BgClassName
{
background-color: #EC2538;
}
</style>
border-color css
<style>
span { border-color: #EC2538; }
span { border-color: rgb(236,37,56); }
td.TdClassName
{
border-color: #EC2538;
}
.TagClassName
{
border-color: #EC2538;
}
</style>