Shades of Alizarin #EC243E
Tints of Alizarin #EC243E
RGB
CMYK
RGB Variations
Color information
#EC243E (or 0xEC243E) is known color: Alizarin. HEX triplet: EC, 24 and 3E. RGB value is (236,36,62). Sum of RGB (Red+Green+Blue) = 236+36+62=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC243E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC243E is #13DBC1. Grayscale: #626262. Windows color (decimal): -1301442 or 4072684. OLE color: 4072684.
HSL color Cylindrical-coordinate representation of color #EC243E: hue angle of 352.2º 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 #EC243E is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 62 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.07 |
| HSL | 352.2º | 0.84% | 0.53% | - |
| HSV(B) | 352.2º | 0.85% | 0.93% | - |
| XYZ | 36.09 | 19.44 | 6.41 | - |
| YUV | 98.76 | 107.26 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 62 | 0 | 0.85 | 0.74 | 0.07 | 352.2 | 0.84 | 0.53 |
| Hex | EC | 24 | 3E | 0 | 55 | 4A | 7 | 160 | 54 | 35 |
| Octal | 354 | 44 | 76 | 0 | 125 | 112 | 7 | 540 | 124 | 65 |
| Binary | 11101100 | 100100 | 111110 | 0 | 1010101 | 1001010 | 111 | 101100000 | 1010100 | 110101 |
Color Harmonies of #EC243E
Complementary color
Monochromatic Colors of #EC243E
Black with #EC243E
Text Example
Text Example
White with #EC243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC243E; }
p { color: rgb(236,36,62); }
H1.HeaderClassName
{
color: #EC243E;
}
.AnyTagClassName
{
color: #EC243E;
}
</style>
background-color css
<style>
a { background-color: #EC243E; }
a { background-color: rgb(236,36,62); }
div.DivClassName
{
background-color: #EC243E;
}
.BgClassName
{
background-color: #EC243E;
}
</style>
border-color css
<style>
span { border-color: #EC243E; }
span { border-color: rgb(236,36,62); }
td.TdClassName
{
border-color: #EC243E;
}
.TagClassName
{
border-color: #EC243E;
}
</style>