Shades of Alizarin #EC2231
Tints of Alizarin #EC2231
RGB
CMYK
RGB Variations
Color information
#EC2231 (or 0xEC2231) is known color: Alizarin. HEX triplet: EC, 22 and 31. RGB value is (236,34,49). Sum of RGB (Red+Green+Blue) = 236+34+49=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2231 is #13DDCE. Grayscale: #606060. Windows color (decimal): -1301967 or 3220204. OLE color: 3220204.
HSL color Cylindrical-coordinate representation of color #EC2231: hue angle of 355.54º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2231 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 49 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.07 |
| HSL | 355.54º | 0.84% | 0.53% | - |
| HSV(B) | 355.54º | 0.86% | 0.93% | - |
| XYZ | 35.72 | 19.2 | 4.73 | - |
| YUV | 96.11 | 101.42 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 49 | 0 | 0.86 | 0.79 | 0.07 | 355.54 | 0.84 | 0.53 |
| Hex | EC | 22 | 31 | 0 | 56 | 4F | 7 | 164 | 54 | 35 |
| Octal | 354 | 42 | 61 | 0 | 126 | 117 | 7 | 544 | 124 | 65 |
| Binary | 11101100 | 100010 | 110001 | 0 | 1010110 | 1001111 | 111 | 101100100 | 1010100 | 110101 |
Color Harmonies of #EC2231
Complementary color
Monochromatic Colors of #EC2231
Black with #EC2231
Text Example
Text Example
White with #EC2231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2231; }
p { color: rgb(236,34,49); }
H1.HeaderClassName
{
color: #EC2231;
}
.AnyTagClassName
{
color: #EC2231;
}
</style>
background-color css
<style>
a { background-color: #EC2231; }
a { background-color: rgb(236,34,49); }
div.DivClassName
{
background-color: #EC2231;
}
.BgClassName
{
background-color: #EC2231;
}
</style>
border-color css
<style>
span { border-color: #EC2231; }
span { border-color: rgb(236,34,49); }
td.TdClassName
{
border-color: #EC2231;
}
.TagClassName
{
border-color: #EC2231;
}
</style>