Shades of Alizarin #EC2A41
Tints of Alizarin #EC2A41
RGB
CMYK
RGB Variations
Color information
#EC2A41 (or 0xEC2A41) is known color: Alizarin. HEX triplet: EC, 2A and 41. RGB value is (236,42,65). Sum of RGB (Red+Green+Blue) = 236+42+65=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2A41 is #13D5BE. Grayscale: #666666. Windows color (decimal): -1299903 or 4270828. OLE color: 4270828.
HSL color Cylindrical-coordinate representation of color #EC2A41: hue angle of 352.89º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2A41 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 65 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.07 |
| HSL | 352.89º | 0.84% | 0.55% | - |
| HSV(B) | 352.89º | 0.82% | 0.93% | - |
| XYZ | 36.37 | 19.87 | 6.92 | - |
| YUV | 102.63 | 106.77 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 65 | 0 | 0.82 | 0.72 | 0.07 | 352.89 | 0.84 | 0.55 |
| Hex | EC | 2A | 41 | 0 | 52 | 48 | 7 | 161 | 54 | 37 |
| Octal | 354 | 52 | 101 | 0 | 122 | 110 | 7 | 541 | 124 | 67 |
| Binary | 11101100 | 101010 | 1000001 | 0 | 1010010 | 1001000 | 111 | 101100001 | 1010100 | 110111 |
Color Harmonies of #EC2A41
Complementary color
Monochromatic Colors of #EC2A41
Black with #EC2A41
Text Example
Text Example
White with #EC2A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2A41; }
p { color: rgb(236,42,65); }
H1.HeaderClassName
{
color: #EC2A41;
}
.AnyTagClassName
{
color: #EC2A41;
}
</style>
background-color css
<style>
a { background-color: #EC2A41; }
a { background-color: rgb(236,42,65); }
div.DivClassName
{
background-color: #EC2A41;
}
.BgClassName
{
background-color: #EC2A41;
}
</style>
border-color css
<style>
span { border-color: #EC2A41; }
span { border-color: rgb(236,42,65); }
td.TdClassName
{
border-color: #EC2A41;
}
.TagClassName
{
border-color: #EC2A41;
}
</style>