Shades of Alizarin #EC243C
Tints of Alizarin #EC243C
RGB
CMYK
RGB Variations
Color information
#EC243C (or 0xEC243C) is known color: Alizarin. HEX triplet: EC, 24 and 3C. RGB value is (236,36,60). Sum of RGB (Red+Green+Blue) = 236+36+60=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC243C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC243C is #13DBC3. Grayscale: #626262. Windows color (decimal): -1301444 or 3941612. OLE color: 3941612.
HSL color Cylindrical-coordinate representation of color #EC243C: hue angle of 352.8º 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 #EC243C is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 60 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.07 |
| HSL | 352.8º | 0.84% | 0.53% | - |
| HSV(B) | 352.8º | 0.85% | 0.93% | - |
| XYZ | 36.04 | 19.42 | 6.12 | - |
| YUV | 98.54 | 106.26 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 60 | 0 | 0.85 | 0.75 | 0.07 | 352.8 | 0.84 | 0.53 |
| Hex | EC | 24 | 3C | 0 | 55 | 4B | 7 | 161 | 54 | 35 |
| Octal | 354 | 44 | 74 | 0 | 125 | 113 | 7 | 541 | 124 | 65 |
| Binary | 11101100 | 100100 | 111100 | 0 | 1010101 | 1001011 | 111 | 101100001 | 1010100 | 110101 |
Color Harmonies of #EC243C
Complementary color
Monochromatic Colors of #EC243C
Black with #EC243C
Text Example
Text Example
White with #EC243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC243C; }
p { color: rgb(236,36,60); }
H1.HeaderClassName
{
color: #EC243C;
}
.AnyTagClassName
{
color: #EC243C;
}
</style>
background-color css
<style>
a { background-color: #EC243C; }
a { background-color: rgb(236,36,60); }
div.DivClassName
{
background-color: #EC243C;
}
.BgClassName
{
background-color: #EC243C;
}
</style>
border-color css
<style>
span { border-color: #EC243C; }
span { border-color: rgb(236,36,60); }
td.TdClassName
{
border-color: #EC243C;
}
.TagClassName
{
border-color: #EC243C;
}
</style>