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