Shades of Alizarin #EC3D40
Tints of Alizarin #EC3D40
RGB
CMYK
RGB Variations
Color information
#EC3D40 (or 0xEC3D40) is known color: Alizarin. HEX triplet: EC, 3D and 40. RGB value is (236,61,64). Sum of RGB (Red+Green+Blue) = 236+61+64=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3D40 is #13C2BF. Grayscale: #717171. Windows color (decimal): -1295040 or 4210156. OLE color: 4210156.
HSL color Cylindrical-coordinate representation of color #EC3D40: hue angle of 358.97º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3D40 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 64 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.07 |
| HSL | 358.97º | 0.82% | 0.58% | - |
| HSV(B) | 358.97º | 0.74% | 0.93% | - |
| XYZ | 37.19 | 21.54 | 7.05 | - |
| YUV | 113.67 | 99.98 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 64 | 0 | 0.74 | 0.73 | 0.07 | 358.97 | 0.82 | 0.58 |
| Hex | EC | 3D | 40 | 0 | 4A | 49 | 7 | 167 | 52 | 3A |
| Octal | 354 | 75 | 100 | 0 | 112 | 111 | 7 | 547 | 122 | 72 |
| Binary | 11101100 | 111101 | 1000000 | 0 | 1001010 | 1001001 | 111 | 101100111 | 1010010 | 111010 |
Color Harmonies of #EC3D40
Complementary color
Monochromatic Colors of #EC3D40
Black with #EC3D40
Text Example
Text Example
White with #EC3D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3D40; }
p { color: rgb(236,61,64); }
H1.HeaderClassName
{
color: #EC3D40;
}
.AnyTagClassName
{
color: #EC3D40;
}
</style>
background-color css
<style>
a { background-color: #EC3D40; }
a { background-color: rgb(236,61,64); }
div.DivClassName
{
background-color: #EC3D40;
}
.BgClassName
{
background-color: #EC3D40;
}
</style>
border-color css
<style>
span { border-color: #EC3D40; }
span { border-color: rgb(236,61,64); }
td.TdClassName
{
border-color: #EC3D40;
}
.TagClassName
{
border-color: #EC3D40;
}
</style>