Shades of Alizarin #EC393F
Tints of Alizarin #EC393F
RGB
CMYK
RGB Variations
Color information
#EC393F (or 0xEC393F) is known color: Alizarin. HEX triplet: EC, 39 and 3F. RGB value is (236,57,63). Sum of RGB (Red+Green+Blue) = 236+57+63=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC393F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC393F is #13C6C0. Grayscale: #6F6F6F. Windows color (decimal): -1296065 or 4143596. OLE color: 4143596.
HSL color Cylindrical-coordinate representation of color #EC393F: hue angle of 357.99º 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 #EC393F is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 63 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.07 |
| HSL | 357.99º | 0.82% | 0.57% | - |
| HSV(B) | 357.99º | 0.76% | 0.93% | - |
| XYZ | 36.95 | 21.12 | 6.83 | - |
| YUV | 111.21 | 100.8 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 63 | 0 | 0.76 | 0.73 | 0.07 | 357.99 | 0.82 | 0.57 |
| Hex | EC | 39 | 3F | 0 | 4C | 49 | 7 | 166 | 52 | 39 |
| Octal | 354 | 71 | 77 | 0 | 114 | 111 | 7 | 546 | 122 | 71 |
| Binary | 11101100 | 111001 | 111111 | 0 | 1001100 | 1001001 | 111 | 101100110 | 1010010 | 111001 |
Color Harmonies of #EC393F
Complementary color
Monochromatic Colors of #EC393F
Black with #EC393F
Text Example
Text Example
White with #EC393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC393F; }
p { color: rgb(236,57,63); }
H1.HeaderClassName
{
color: #EC393F;
}
.AnyTagClassName
{
color: #EC393F;
}
</style>
background-color css
<style>
a { background-color: #EC393F; }
a { background-color: rgb(236,57,63); }
div.DivClassName
{
background-color: #EC393F;
}
.BgClassName
{
background-color: #EC393F;
}
</style>
border-color css
<style>
span { border-color: #EC393F; }
span { border-color: rgb(236,57,63); }
td.TdClassName
{
border-color: #EC393F;
}
.TagClassName
{
border-color: #EC393F;
}
</style>