Shades of Alizarin #EC2737
Tints of Alizarin #EC2737
RGB
CMYK
RGB Variations
Color information
#EC2737 (or 0xEC2737) is known color: Alizarin. HEX triplet: EC, 27 and 37. RGB value is (236,39,55). Sum of RGB (Red+Green+Blue) = 236+39+55=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2737 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2737 is #13D8C8. Grayscale: #636363. Windows color (decimal): -1300681 or 3614700. OLE color: 3614700.
HSL color Cylindrical-coordinate representation of color #EC2737: hue angle of 355.13º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2737 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 55 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.07 |
| HSL | 355.13º | 0.84% | 0.54% | - |
| HSV(B) | 355.13º | 0.83% | 0.93% | - |
| XYZ | 36.01 | 19.56 | 5.49 | - |
| YUV | 99.73 | 102.77 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 55 | 0 | 0.83 | 0.77 | 0.07 | 355.13 | 0.84 | 0.54 |
| Hex | EC | 27 | 37 | 0 | 53 | 4D | 7 | 163 | 54 | 36 |
| Octal | 354 | 47 | 67 | 0 | 123 | 115 | 7 | 543 | 124 | 66 |
| Binary | 11101100 | 100111 | 110111 | 0 | 1010011 | 1001101 | 111 | 101100011 | 1010100 | 110110 |
Color Harmonies of #EC2737
Complementary color
Monochromatic Colors of #EC2737
Black with #EC2737
Text Example
Text Example
White with #EC2737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2737; }
p { color: rgb(236,39,55); }
H1.HeaderClassName
{
color: #EC2737;
}
.AnyTagClassName
{
color: #EC2737;
}
</style>
background-color css
<style>
a { background-color: #EC2737; }
a { background-color: rgb(236,39,55); }
div.DivClassName
{
background-color: #EC2737;
}
.BgClassName
{
background-color: #EC2737;
}
</style>
border-color css
<style>
span { border-color: #EC2737; }
span { border-color: rgb(236,39,55); }
td.TdClassName
{
border-color: #EC2737;
}
.TagClassName
{
border-color: #EC2737;
}
</style>