Shades of Alizarin #EC2C41
Tints of Alizarin #EC2C41
RGB
CMYK
RGB Variations
Color information
#EC2C41 (or 0xEC2C41) is known color: Alizarin. HEX triplet: EC, 2C and 41. RGB value is (236,44,65). Sum of RGB (Red+Green+Blue) = 236+44+65=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2C41 is #13D3BE. Grayscale: #676767. Windows color (decimal): -1299391 or 4271340. OLE color: 4271340.
HSL color Cylindrical-coordinate representation of color #EC2C41: hue angle of 353.44º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2C41 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 44 | 65 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.07 |
| HSL | 353.44º | 0.83% | 0.55% | - |
| HSV(B) | 353.44º | 0.81% | 0.93% | - |
| XYZ | 36.45 | 20.02 | 6.94 | - |
| YUV | 103.8 | 106.11 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 44 | 65 | 0 | 0.81 | 0.72 | 0.07 | 353.44 | 0.83 | 0.55 |
| Hex | EC | 2C | 41 | 0 | 51 | 48 | 7 | 161 | 53 | 37 |
| Octal | 354 | 54 | 101 | 0 | 121 | 110 | 7 | 541 | 123 | 67 |
| Binary | 11101100 | 101100 | 1000001 | 0 | 1010001 | 1001000 | 111 | 101100001 | 1010011 | 110111 |
Color Harmonies of #EC2C41
Complementary color
Monochromatic Colors of #EC2C41
Black with #EC2C41
Text Example
Text Example
White with #EC2C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2C41; }
p { color: rgb(236,44,65); }
H1.HeaderClassName
{
color: #EC2C41;
}
.AnyTagClassName
{
color: #EC2C41;
}
</style>
background-color css
<style>
a { background-color: #EC2C41; }
a { background-color: rgb(236,44,65); }
div.DivClassName
{
background-color: #EC2C41;
}
.BgClassName
{
background-color: #EC2C41;
}
</style>
border-color css
<style>
span { border-color: #EC2C41; }
span { border-color: rgb(236,44,65); }
td.TdClassName
{
border-color: #EC2C41;
}
.TagClassName
{
border-color: #EC2C41;
}
</style>