Shades of Alizarin #EC2131
Tints of Alizarin #EC2131
RGB
CMYK
RGB Variations
Color information
#EC2131 (or 0xEC2131) is known color: Alizarin. HEX triplet: EC, 21 and 31. RGB value is (236,33,49). Sum of RGB (Red+Green+Blue) = 236+33+49=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2131 is #13DECE. Grayscale: #5F5F5F. Windows color (decimal): -1302223 or 3219948. OLE color: 3219948.
HSL color Cylindrical-coordinate representation of color #EC2131: hue angle of 355.27º 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 #EC2131 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 49 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.07 |
| HSL | 355.27º | 0.84% | 0.53% | - |
| HSV(B) | 355.27º | 0.86% | 0.93% | - |
| XYZ | 35.69 | 19.14 | 4.72 | - |
| YUV | 95.52 | 101.75 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 49 | 0 | 0.86 | 0.79 | 0.07 | 355.27 | 0.84 | 0.53 |
| Hex | EC | 21 | 31 | 0 | 56 | 4F | 7 | 163 | 54 | 35 |
| Octal | 354 | 41 | 61 | 0 | 126 | 117 | 7 | 543 | 124 | 65 |
| Binary | 11101100 | 100001 | 110001 | 0 | 1010110 | 1001111 | 111 | 101100011 | 1010100 | 110101 |
Color Harmonies of #EC2131
Complementary color
Monochromatic Colors of #EC2131
Black with #EC2131
Text Example
Text Example
White with #EC2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2131; }
p { color: rgb(236,33,49); }
H1.HeaderClassName
{
color: #EC2131;
}
.AnyTagClassName
{
color: #EC2131;
}
</style>
background-color css
<style>
a { background-color: #EC2131; }
a { background-color: rgb(236,33,49); }
div.DivClassName
{
background-color: #EC2131;
}
.BgClassName
{
background-color: #EC2131;
}
</style>
border-color css
<style>
span { border-color: #EC2131; }
span { border-color: rgb(236,33,49); }
td.TdClassName
{
border-color: #EC2131;
}
.TagClassName
{
border-color: #EC2131;
}
</style>