Shades of Alizarin #EC393D
Tints of Alizarin #EC393D
RGB
CMYK
RGB Variations
Color information
#EC393D (or 0xEC393D) is known color: Alizarin. HEX triplet: EC, 39 and 3D. RGB value is (236,57,61). Sum of RGB (Red+Green+Blue) = 236+57+61=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC393D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC393D is #13C6C2. Grayscale: #6F6F6F. Windows color (decimal): -1296067 or 4012524. OLE color: 4012524.
HSL color Cylindrical-coordinate representation of color #EC393D: hue angle of 358.66º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC393D is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 61 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.07 |
| HSL | 358.66º | 0.82% | 0.57% | - |
| HSV(B) | 358.66º | 0.76% | 0.93% | - |
| XYZ | 36.9 | 21.1 | 6.54 | - |
| YUV | 110.98 | 99.8 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 61 | 0 | 0.76 | 0.74 | 0.07 | 358.66 | 0.82 | 0.57 |
| Hex | EC | 39 | 3D | 0 | 4C | 4A | 7 | 167 | 52 | 39 |
| Octal | 354 | 71 | 75 | 0 | 114 | 112 | 7 | 547 | 122 | 71 |
| Binary | 11101100 | 111001 | 111101 | 0 | 1001100 | 1001010 | 111 | 101100111 | 1010010 | 111001 |
Color Harmonies of #EC393D
Complementary color
Monochromatic Colors of #EC393D
Black with #EC393D
Text Example
Text Example
White with #EC393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC393D; }
p { color: rgb(236,57,61); }
H1.HeaderClassName
{
color: #EC393D;
}
.AnyTagClassName
{
color: #EC393D;
}
</style>
background-color css
<style>
a { background-color: #EC393D; }
a { background-color: rgb(236,57,61); }
div.DivClassName
{
background-color: #EC393D;
}
.BgClassName
{
background-color: #EC393D;
}
</style>
border-color css
<style>
span { border-color: #EC393D; }
span { border-color: rgb(236,57,61); }
td.TdClassName
{
border-color: #EC393D;
}
.TagClassName
{
border-color: #EC393D;
}
</style>