Shades of Alizarin #EC292A
Tints of Alizarin #EC292A
RGB
CMYK
RGB Variations
Color information
#EC292A (or 0xEC292A) is known color: Alizarin. HEX triplet: EC, 29 and 2A. RGB value is (236,41,42). Sum of RGB (Red+Green+Blue) = 236+41+42=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC292A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC292A is #13D6D5. Grayscale: #636363. Windows color (decimal): -1300182 or 2763244. OLE color: 2763244.
HSL color Cylindrical-coordinate representation of color #EC292A: hue angle of 359.69º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC292A is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 42 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.07 |
| HSL | 359.69º | 0.84% | 0.54% | - |
| HSV(B) | 359.69º | 0.83% | 0.93% | - |
| XYZ | 35.8 | 19.59 | 4.08 | - |
| YUV | 99.42 | 95.6 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 42 | 0 | 0.83 | 0.82 | 0.07 | 359.69 | 0.84 | 0.54 |
| Hex | EC | 29 | 2A | 0 | 53 | 52 | 7 | 168 | 54 | 36 |
| Octal | 354 | 51 | 52 | 0 | 123 | 122 | 7 | 550 | 124 | 66 |
| Binary | 11101100 | 101001 | 101010 | 0 | 1010011 | 1010010 | 111 | 101101000 | 1010100 | 110110 |
Color Harmonies of #EC292A
Complementary color
Monochromatic Colors of #EC292A
Black with #EC292A
Text Example
Text Example
White with #EC292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC292A; }
p { color: rgb(236,41,42); }
H1.HeaderClassName
{
color: #EC292A;
}
.AnyTagClassName
{
color: #EC292A;
}
</style>
background-color css
<style>
a { background-color: #EC292A; }
a { background-color: rgb(236,41,42); }
div.DivClassName
{
background-color: #EC292A;
}
.BgClassName
{
background-color: #EC292A;
}
</style>
border-color css
<style>
span { border-color: #EC292A; }
span { border-color: rgb(236,41,42); }
td.TdClassName
{
border-color: #EC292A;
}
.TagClassName
{
border-color: #EC292A;
}
</style>