Shades of Alizarin #EC232D
Tints of Alizarin #EC232D
RGB
CMYK
RGB Variations
Color information
#EC232D (or 0xEC232D) is known color: Alizarin. HEX triplet: EC, 23 and 2D. RGB value is (236,35,45). Sum of RGB (Red+Green+Blue) = 236+35+45=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC232D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC232D is #13DCD2. Grayscale: #606060. Windows color (decimal): -1301715 or 2958316. OLE color: 2958316.
HSL color Cylindrical-coordinate representation of color #EC232D: hue angle of 357.01º 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 #EC232D is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 45 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.07 |
| HSL | 357.01º | 0.84% | 0.53% | - |
| HSV(B) | 357.01º | 0.85% | 0.93% | - |
| XYZ | 35.67 | 19.22 | 4.31 | - |
| YUV | 96.24 | 99.09 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 45 | 0 | 0.85 | 0.81 | 0.07 | 357.01 | 0.84 | 0.53 |
| Hex | EC | 23 | 2D | 0 | 55 | 51 | 7 | 165 | 54 | 35 |
| Octal | 354 | 43 | 55 | 0 | 125 | 121 | 7 | 545 | 124 | 65 |
| Binary | 11101100 | 100011 | 101101 | 0 | 1010101 | 1010001 | 111 | 101100101 | 1010100 | 110101 |
Color Harmonies of #EC232D
Complementary color
Monochromatic Colors of #EC232D
Black with #EC232D
Text Example
Text Example
White with #EC232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC232D; }
p { color: rgb(236,35,45); }
H1.HeaderClassName
{
color: #EC232D;
}
.AnyTagClassName
{
color: #EC232D;
}
</style>
background-color css
<style>
a { background-color: #EC232D; }
a { background-color: rgb(236,35,45); }
div.DivClassName
{
background-color: #EC232D;
}
.BgClassName
{
background-color: #EC232D;
}
</style>
border-color css
<style>
span { border-color: #EC232D; }
span { border-color: rgb(236,35,45); }
td.TdClassName
{
border-color: #EC232D;
}
.TagClassName
{
border-color: #EC232D;
}
</style>