Shades of Alizarin #EC3F41
Tints of Alizarin #EC3F41
RGB
CMYK
RGB Variations
Color information
#EC3F41 (or 0xEC3F41) is known color: Alizarin. HEX triplet: EC, 3F and 41. RGB value is (236,63,65). Sum of RGB (Red+Green+Blue) = 236+63+65=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F41 is #13C0BE. Grayscale: #737373. Windows color (decimal): -1294527 or 4276204. OLE color: 4276204.
HSL color Cylindrical-coordinate representation of color #EC3F41: hue angle of 359.31º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3F41 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 65 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.07 |
| HSL | 359.31º | 0.82% | 0.59% | - |
| HSV(B) | 359.31º | 0.73% | 0.93% | - |
| XYZ | 37.32 | 21.77 | 7.24 | - |
| YUV | 114.96 | 99.81 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 65 | 0 | 0.73 | 0.72 | 0.07 | 359.31 | 0.82 | 0.59 |
| Hex | EC | 3F | 41 | 0 | 49 | 48 | 7 | 167 | 52 | 3B |
| Octal | 354 | 77 | 101 | 0 | 111 | 110 | 7 | 547 | 122 | 73 |
| Binary | 11101100 | 111111 | 1000001 | 0 | 1001001 | 1001000 | 111 | 101100111 | 1010010 | 111011 |
Color Harmonies of #EC3F41
Complementary color
Monochromatic Colors of #EC3F41
Black with #EC3F41
Text Example
Text Example
White with #EC3F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F41; }
p { color: rgb(236,63,65); }
H1.HeaderClassName
{
color: #EC3F41;
}
.AnyTagClassName
{
color: #EC3F41;
}
</style>
background-color css
<style>
a { background-color: #EC3F41; }
a { background-color: rgb(236,63,65); }
div.DivClassName
{
background-color: #EC3F41;
}
.BgClassName
{
background-color: #EC3F41;
}
</style>
border-color css
<style>
span { border-color: #EC3F41; }
span { border-color: rgb(236,63,65); }
td.TdClassName
{
border-color: #EC3F41;
}
.TagClassName
{
border-color: #EC3F41;
}
</style>