Shades of Alizarin #EC232E
Tints of Alizarin #EC232E
RGB
CMYK
RGB Variations
Color information
#EC232E (or 0xEC232E) is known color: Alizarin. HEX triplet: EC, 23 and 2E. RGB value is (236,35,46). Sum of RGB (Red+Green+Blue) = 236+35+46=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC232E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC232E is #13DCD1. Grayscale: #606060. Windows color (decimal): -1301714 or 3023852. OLE color: 3023852.
HSL color Cylindrical-coordinate representation of color #EC232E: hue angle of 356.72º 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 #EC232E is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 46 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.07 |
| HSL | 356.72º | 0.84% | 0.53% | - |
| HSV(B) | 356.72º | 0.85% | 0.93% | - |
| XYZ | 35.69 | 19.23 | 4.42 | - |
| YUV | 96.35 | 99.59 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 46 | 0 | 0.85 | 0.81 | 0.07 | 356.72 | 0.84 | 0.53 |
| Hex | EC | 23 | 2E | 0 | 55 | 51 | 7 | 165 | 54 | 35 |
| Octal | 354 | 43 | 56 | 0 | 125 | 121 | 7 | 545 | 124 | 65 |
| Binary | 11101100 | 100011 | 101110 | 0 | 1010101 | 1010001 | 111 | 101100101 | 1010100 | 110101 |
Color Harmonies of #EC232E
Complementary color
Monochromatic Colors of #EC232E
Black with #EC232E
Text Example
Text Example
White with #EC232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC232E; }
p { color: rgb(236,35,46); }
H1.HeaderClassName
{
color: #EC232E;
}
.AnyTagClassName
{
color: #EC232E;
}
</style>
background-color css
<style>
a { background-color: #EC232E; }
a { background-color: rgb(236,35,46); }
div.DivClassName
{
background-color: #EC232E;
}
.BgClassName
{
background-color: #EC232E;
}
</style>
border-color css
<style>
span { border-color: #EC232E; }
span { border-color: rgb(236,35,46); }
td.TdClassName
{
border-color: #EC232E;
}
.TagClassName
{
border-color: #EC232E;
}
</style>