Shades of Alizarin #EC243D
Tints of Alizarin #EC243D
RGB
CMYK
RGB Variations
Color information
#EC243D (or 0xEC243D) is known color: Alizarin. HEX triplet: EC, 24 and 3D. RGB value is (236,36,61). Sum of RGB (Red+Green+Blue) = 236+36+61=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC243D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC243D is #13DBC2. Grayscale: #626262. Windows color (decimal): -1301443 or 4007148. OLE color: 4007148.
HSL color Cylindrical-coordinate representation of color #EC243D: hue angle of 352.5º 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 #EC243D is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 61 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.07 |
| HSL | 352.5º | 0.84% | 0.53% | - |
| HSV(B) | 352.5º | 0.85% | 0.93% | - |
| XYZ | 36.07 | 19.43 | 6.26 | - |
| YUV | 98.65 | 106.76 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 61 | 0 | 0.85 | 0.74 | 0.07 | 352.5 | 0.84 | 0.53 |
| Hex | EC | 24 | 3D | 0 | 55 | 4A | 7 | 160 | 54 | 35 |
| Octal | 354 | 44 | 75 | 0 | 125 | 112 | 7 | 540 | 124 | 65 |
| Binary | 11101100 | 100100 | 111101 | 0 | 1010101 | 1001010 | 111 | 101100000 | 1010100 | 110101 |
Color Harmonies of #EC243D
Complementary color
Monochromatic Colors of #EC243D
Black with #EC243D
Text Example
Text Example
White with #EC243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC243D; }
p { color: rgb(236,36,61); }
H1.HeaderClassName
{
color: #EC243D;
}
.AnyTagClassName
{
color: #EC243D;
}
</style>
background-color css
<style>
a { background-color: #EC243D; }
a { background-color: rgb(236,36,61); }
div.DivClassName
{
background-color: #EC243D;
}
.BgClassName
{
background-color: #EC243D;
}
</style>
border-color css
<style>
span { border-color: #EC243D; }
span { border-color: rgb(236,36,61); }
td.TdClassName
{
border-color: #EC243D;
}
.TagClassName
{
border-color: #EC243D;
}
</style>