Shades of Alizarin #EC233A
Tints of Alizarin #EC233A
RGB
CMYK
RGB Variations
Color information
#EC233A (or 0xEC233A) is known color: Alizarin. HEX triplet: EC, 23 and 3A. RGB value is (236,35,58). Sum of RGB (Red+Green+Blue) = 236+35+58=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC233A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC233A is #13DCC5. Grayscale: #616161. Windows color (decimal): -1301702 or 3810284. OLE color: 3810284.
HSL color Cylindrical-coordinate representation of color #EC233A: hue angle of 353.13º 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 #EC233A is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 58 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.07 |
| HSL | 353.13º | 0.84% | 0.53% | - |
| HSV(B) | 353.13º | 0.85% | 0.93% | - |
| XYZ | 35.96 | 19.34 | 5.84 | - |
| YUV | 97.72 | 105.59 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 58 | 0 | 0.85 | 0.75 | 0.07 | 353.13 | 0.84 | 0.53 |
| Hex | EC | 23 | 3A | 0 | 55 | 4B | 7 | 161 | 54 | 35 |
| Octal | 354 | 43 | 72 | 0 | 125 | 113 | 7 | 541 | 124 | 65 |
| Binary | 11101100 | 100011 | 111010 | 0 | 1010101 | 1001011 | 111 | 101100001 | 1010100 | 110101 |
Color Harmonies of #EC233A
Complementary color
Monochromatic Colors of #EC233A
Black with #EC233A
Text Example
Text Example
White with #EC233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC233A; }
p { color: rgb(236,35,58); }
H1.HeaderClassName
{
color: #EC233A;
}
.AnyTagClassName
{
color: #EC233A;
}
</style>
background-color css
<style>
a { background-color: #EC233A; }
a { background-color: rgb(236,35,58); }
div.DivClassName
{
background-color: #EC233A;
}
.BgClassName
{
background-color: #EC233A;
}
</style>
border-color css
<style>
span { border-color: #EC233A; }
span { border-color: rgb(236,35,58); }
td.TdClassName
{
border-color: #EC233A;
}
.TagClassName
{
border-color: #EC233A;
}
</style>