Shades of Alizarin #EC2437
Tints of Alizarin #EC2437
RGB
CMYK
RGB Variations
Color information
#EC2437 (or 0xEC2437) is known color: Alizarin. HEX triplet: EC, 24 and 37. RGB value is (236,36,55). Sum of RGB (Red+Green+Blue) = 236+36+55=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2437 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2437 is #13DBC8. Grayscale: #626262. Windows color (decimal): -1301449 or 3613932. OLE color: 3613932.
HSL color Cylindrical-coordinate representation of color #EC2437: hue angle of 354.3º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC2437 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 55 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.07 |
| HSL | 354.3º | 0.84% | 0.53% | - |
| HSV(B) | 354.3º | 0.85% | 0.93% | - |
| XYZ | 35.91 | 19.37 | 5.46 | - |
| YUV | 97.97 | 103.76 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 55 | 0 | 0.85 | 0.77 | 0.07 | 354.3 | 0.84 | 0.53 |
| Hex | EC | 24 | 37 | 0 | 55 | 4D | 7 | 162 | 54 | 35 |
| Octal | 354 | 44 | 67 | 0 | 125 | 115 | 7 | 542 | 124 | 65 |
| Binary | 11101100 | 100100 | 110111 | 0 | 1010101 | 1001101 | 111 | 101100010 | 1010100 | 110101 |
Color Harmonies of #EC2437
Complementary color
Monochromatic Colors of #EC2437
Black with #EC2437
Text Example
Text Example
White with #EC2437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2437; }
p { color: rgb(236,36,55); }
H1.HeaderClassName
{
color: #EC2437;
}
.AnyTagClassName
{
color: #EC2437;
}
</style>
background-color css
<style>
a { background-color: #EC2437; }
a { background-color: rgb(236,36,55); }
div.DivClassName
{
background-color: #EC2437;
}
.BgClassName
{
background-color: #EC2437;
}
</style>
border-color css
<style>
span { border-color: #EC2437; }
span { border-color: rgb(236,36,55); }
td.TdClassName
{
border-color: #EC2437;
}
.TagClassName
{
border-color: #EC2437;
}
</style>