Shades of Alizarin #EC232B
Tints of Alizarin #EC232B
RGB
CMYK
RGB Variations
Color information
#EC232B (or 0xEC232B) is known color: Alizarin. HEX triplet: EC, 23 and 2B. RGB value is (236,35,43). Sum of RGB (Red+Green+Blue) = 236+35+43=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC232B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC232B is #13DCD4. Grayscale: #606060. Windows color (decimal): -1301717 or 2827244. OLE color: 2827244.
HSL color Cylindrical-coordinate representation of color #EC232B: hue angle of 357.61º 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 #EC232B is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 43 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.07 |
| HSL | 357.61º | 0.84% | 0.53% | - |
| HSV(B) | 357.61º | 0.85% | 0.93% | - |
| XYZ | 35.63 | 19.21 | 4.12 | - |
| YUV | 96.01 | 98.09 | 227.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 43 | 0 | 0.85 | 0.82 | 0.07 | 357.61 | 0.84 | 0.53 |
| Hex | EC | 23 | 2B | 0 | 55 | 52 | 7 | 166 | 54 | 35 |
| Octal | 354 | 43 | 53 | 0 | 125 | 122 | 7 | 546 | 124 | 65 |
| Binary | 11101100 | 100011 | 101011 | 0 | 1010101 | 1010010 | 111 | 101100110 | 1010100 | 110101 |
Color Harmonies of #EC232B
Complementary color
Monochromatic Colors of #EC232B
Black with #EC232B
Text Example
Text Example
White with #EC232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC232B; }
p { color: rgb(236,35,43); }
H1.HeaderClassName
{
color: #EC232B;
}
.AnyTagClassName
{
color: #EC232B;
}
</style>
background-color css
<style>
a { background-color: #EC232B; }
a { background-color: rgb(236,35,43); }
div.DivClassName
{
background-color: #EC232B;
}
.BgClassName
{
background-color: #EC232B;
}
</style>
border-color css
<style>
span { border-color: #EC232B; }
span { border-color: rgb(236,35,43); }
td.TdClassName
{
border-color: #EC232B;
}
.TagClassName
{
border-color: #EC232B;
}
</style>