Shades of Alizarin #EC2331
Tints of Alizarin #EC2331
RGB
CMYK
RGB Variations
Color information
#EC2331 (or 0xEC2331) is known color: Alizarin. HEX triplet: EC, 23 and 31. RGB value is (236,35,49). Sum of RGB (Red+Green+Blue) = 236+35+49=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2331 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2331 is #13DCCE. Grayscale: #606060. Windows color (decimal): -1301711 or 3220460. OLE color: 3220460.
HSL color Cylindrical-coordinate representation of color #EC2331: hue angle of 355.82º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC2331 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 49 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.07 |
| HSL | 355.82º | 0.84% | 0.53% | - |
| HSV(B) | 355.82º | 0.85% | 0.93% | - |
| XYZ | 35.75 | 19.26 | 4.74 | - |
| YUV | 96.7 | 101.09 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 49 | 0 | 0.85 | 0.79 | 0.07 | 355.82 | 0.84 | 0.53 |
| Hex | EC | 23 | 31 | 0 | 55 | 4F | 7 | 164 | 54 | 35 |
| Octal | 354 | 43 | 61 | 0 | 125 | 117 | 7 | 544 | 124 | 65 |
| Binary | 11101100 | 100011 | 110001 | 0 | 1010101 | 1001111 | 111 | 101100100 | 1010100 | 110101 |
Color Harmonies of #EC2331
Complementary color
Monochromatic Colors of #EC2331
Black with #EC2331
Text Example
Text Example
White with #EC2331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2331; }
p { color: rgb(236,35,49); }
H1.HeaderClassName
{
color: #EC2331;
}
.AnyTagClassName
{
color: #EC2331;
}
</style>
background-color css
<style>
a { background-color: #EC2331; }
a { background-color: rgb(236,35,49); }
div.DivClassName
{
background-color: #EC2331;
}
.BgClassName
{
background-color: #EC2331;
}
</style>
border-color css
<style>
span { border-color: #EC2331; }
span { border-color: rgb(236,35,49); }
td.TdClassName
{
border-color: #EC2331;
}
.TagClassName
{
border-color: #EC2331;
}
</style>