Shades of Alizarin #EC2628
Tints of Alizarin #EC2628
RGB
CMYK
RGB Variations
Color information
#EC2628 (or 0xEC2628) is known color: Alizarin. HEX triplet: EC, 26 and 28. RGB value is (236,38,40). Sum of RGB (Red+Green+Blue) = 236+38+40=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2628 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2628 is #13D9D7. Grayscale: #616161. Windows color (decimal): -1300952 or 2631404. OLE color: 2631404.
HSL color Cylindrical-coordinate representation of color #EC2628: hue angle of 359.39º 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 #EC2628 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 40 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.07 |
| HSL | 359.39º | 0.84% | 0.54% | - |
| HSV(B) | 359.39º | 0.84% | 0.93% | - |
| XYZ | 35.67 | 19.37 | 3.87 | - |
| YUV | 97.43 | 95.6 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 40 | 0 | 0.84 | 0.83 | 0.07 | 359.39 | 0.84 | 0.54 |
| Hex | EC | 26 | 28 | 0 | 54 | 53 | 7 | 167 | 54 | 36 |
| Octal | 354 | 46 | 50 | 0 | 124 | 123 | 7 | 547 | 124 | 66 |
| Binary | 11101100 | 100110 | 101000 | 0 | 1010100 | 1010011 | 111 | 101100111 | 1010100 | 110110 |
Color Harmonies of #EC2628
Complementary color
Monochromatic Colors of #EC2628
Black with #EC2628
Text Example
Text Example
White with #EC2628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2628; }
p { color: rgb(236,38,40); }
H1.HeaderClassName
{
color: #EC2628;
}
.AnyTagClassName
{
color: #EC2628;
}
</style>
background-color css
<style>
a { background-color: #EC2628; }
a { background-color: rgb(236,38,40); }
div.DivClassName
{
background-color: #EC2628;
}
.BgClassName
{
background-color: #EC2628;
}
</style>
border-color css
<style>
span { border-color: #EC2628; }
span { border-color: rgb(236,38,40); }
td.TdClassName
{
border-color: #EC2628;
}
.TagClassName
{
border-color: #EC2628;
}
</style>