Shades of Alizarin #EC2C31
Tints of Alizarin #EC2C31
RGB
CMYK
RGB Variations
Color information
#EC2C31 (or 0xEC2C31) is known color: Alizarin. HEX triplet: EC, 2C and 31. RGB value is (236,44,49). Sum of RGB (Red+Green+Blue) = 236+44+49=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2C31 is #13D3CE. Grayscale: #666666. Windows color (decimal): -1299407 or 3222764. OLE color: 3222764.
HSL color Cylindrical-coordinate representation of color #EC2C31: hue angle of 358.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 #EC2C31 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 44 | 49 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.07 |
| HSL | 358.44º | 0.83% | 0.55% | - |
| HSV(B) | 358.44º | 0.81% | 0.93% | - |
| XYZ | 36.05 | 19.86 | 4.84 | - |
| YUV | 101.98 | 98.11 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 44 | 49 | 0 | 0.81 | 0.79 | 0.07 | 358.44 | 0.83 | 0.55 |
| Hex | EC | 2C | 31 | 0 | 51 | 4F | 7 | 166 | 53 | 37 |
| Octal | 354 | 54 | 61 | 0 | 121 | 117 | 7 | 546 | 123 | 67 |
| Binary | 11101100 | 101100 | 110001 | 0 | 1010001 | 1001111 | 111 | 101100110 | 1010011 | 110111 |
Color Harmonies of #EC2C31
Complementary color
Monochromatic Colors of #EC2C31
Black with #EC2C31
Text Example
Text Example
White with #EC2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2C31; }
p { color: rgb(236,44,49); }
H1.HeaderClassName
{
color: #EC2C31;
}
.AnyTagClassName
{
color: #EC2C31;
}
</style>
background-color css
<style>
a { background-color: #EC2C31; }
a { background-color: rgb(236,44,49); }
div.DivClassName
{
background-color: #EC2C31;
}
.BgClassName
{
background-color: #EC2C31;
}
</style>
border-color css
<style>
span { border-color: #EC2C31; }
span { border-color: rgb(236,44,49); }
td.TdClassName
{
border-color: #EC2C31;
}
.TagClassName
{
border-color: #EC2C31;
}
</style>