Shades of Alizarin #EC3840
Tints of Alizarin #EC3840
RGB
CMYK
RGB Variations
Color information
#EC3840 (or 0xEC3840) is known color: Alizarin. HEX triplet: EC, 38 and 40. RGB value is (236,56,64). Sum of RGB (Red+Green+Blue) = 236+56+64=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3840 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3840 is #13C7BF. Grayscale: #6E6E6E. Windows color (decimal): -1296320 or 4208876. OLE color: 4208876.
HSL color Cylindrical-coordinate representation of color #EC3840: hue angle of 357.33º degrees, saturation: 0.83, 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 #EC3840 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 64 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.07 |
| HSL | 357.33º | 0.83% | 0.57% | - |
| HSV(B) | 357.33º | 0.76% | 0.93% | - |
| XYZ | 36.93 | 21.03 | 6.96 | - |
| YUV | 110.73 | 101.63 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 64 | 0 | 0.76 | 0.73 | 0.07 | 357.33 | 0.83 | 0.57 |
| Hex | EC | 38 | 40 | 0 | 4C | 49 | 7 | 165 | 53 | 39 |
| Octal | 354 | 70 | 100 | 0 | 114 | 111 | 7 | 545 | 123 | 71 |
| Binary | 11101100 | 111000 | 1000000 | 0 | 1001100 | 1001001 | 111 | 101100101 | 1010011 | 111001 |
Color Harmonies of #EC3840
Complementary color
Monochromatic Colors of #EC3840
Black with #EC3840
Text Example
Text Example
White with #EC3840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3840; }
p { color: rgb(236,56,64); }
H1.HeaderClassName
{
color: #EC3840;
}
.AnyTagClassName
{
color: #EC3840;
}
</style>
background-color css
<style>
a { background-color: #EC3840; }
a { background-color: rgb(236,56,64); }
div.DivClassName
{
background-color: #EC3840;
}
.BgClassName
{
background-color: #EC3840;
}
</style>
border-color css
<style>
span { border-color: #EC3840; }
span { border-color: rgb(236,56,64); }
td.TdClassName
{
border-color: #EC3840;
}
.TagClassName
{
border-color: #EC3840;
}
</style>