Shades of Alizarin #EC2636
Tints of Alizarin #EC2636
RGB
CMYK
RGB Variations
Color information
#EC2636 (or 0xEC2636) is known color: Alizarin. HEX triplet: EC, 26 and 36. RGB value is (236,38,54). Sum of RGB (Red+Green+Blue) = 236+38+54=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2636 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2636 is #13D9C9. Grayscale: #636363. Windows color (decimal): -1300938 or 3548908. OLE color: 3548908.
HSL color Cylindrical-coordinate representation of color #EC2636: hue angle of 355.15º 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 #EC2636 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 54 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.07 |
| HSL | 355.15º | 0.84% | 0.54% | - |
| HSV(B) | 355.15º | 0.84% | 0.93% | - |
| XYZ | 35.95 | 19.49 | 5.36 | - |
| YUV | 99.03 | 102.6 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 54 | 0 | 0.84 | 0.77 | 0.07 | 355.15 | 0.84 | 0.54 |
| Hex | EC | 26 | 36 | 0 | 54 | 4D | 7 | 163 | 54 | 36 |
| Octal | 354 | 46 | 66 | 0 | 124 | 115 | 7 | 543 | 124 | 66 |
| Binary | 11101100 | 100110 | 110110 | 0 | 1010100 | 1001101 | 111 | 101100011 | 1010100 | 110110 |
Color Harmonies of #EC2636
Complementary color
Monochromatic Colors of #EC2636
Black with #EC2636
Text Example
Text Example
White with #EC2636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2636; }
p { color: rgb(236,38,54); }
H1.HeaderClassName
{
color: #EC2636;
}
.AnyTagClassName
{
color: #EC2636;
}
</style>
background-color css
<style>
a { background-color: #EC2636; }
a { background-color: rgb(236,38,54); }
div.DivClassName
{
background-color: #EC2636;
}
.BgClassName
{
background-color: #EC2636;
}
</style>
border-color css
<style>
span { border-color: #EC2636; }
span { border-color: rgb(236,38,54); }
td.TdClassName
{
border-color: #EC2636;
}
.TagClassName
{
border-color: #EC2636;
}
</style>