Shades of Alizarin #EC3D41
Tints of Alizarin #EC3D41
RGB
CMYK
RGB Variations
Color information
#EC3D41 (or 0xEC3D41) is known color: Alizarin. HEX triplet: EC, 3D and 41. RGB value is (236,61,65). Sum of RGB (Red+Green+Blue) = 236+61+65=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3D41 is #13C2BE. Grayscale: #717171. Windows color (decimal): -1295039 or 4275692. OLE color: 4275692.
HSL color Cylindrical-coordinate representation of color #EC3D41: hue angle of 358.63º 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 #EC3D41 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 65 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.07 |
| HSL | 358.63º | 0.82% | 0.58% | - |
| HSV(B) | 358.63º | 0.74% | 0.93% | - |
| XYZ | 37.21 | 21.55 | 7.2 | - |
| YUV | 113.78 | 100.48 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 65 | 0 | 0.74 | 0.72 | 0.07 | 358.63 | 0.82 | 0.58 |
| Hex | EC | 3D | 41 | 0 | 4A | 48 | 7 | 167 | 52 | 3A |
| Octal | 354 | 75 | 101 | 0 | 112 | 110 | 7 | 547 | 122 | 72 |
| Binary | 11101100 | 111101 | 1000001 | 0 | 1001010 | 1001000 | 111 | 101100111 | 1010010 | 111010 |
Color Harmonies of #EC3D41
Complementary color
Monochromatic Colors of #EC3D41
Black with #EC3D41
Text Example
Text Example
White with #EC3D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3D41; }
p { color: rgb(236,61,65); }
H1.HeaderClassName
{
color: #EC3D41;
}
.AnyTagClassName
{
color: #EC3D41;
}
</style>
background-color css
<style>
a { background-color: #EC3D41; }
a { background-color: rgb(236,61,65); }
div.DivClassName
{
background-color: #EC3D41;
}
.BgClassName
{
background-color: #EC3D41;
}
</style>
border-color css
<style>
span { border-color: #EC3D41; }
span { border-color: rgb(236,61,65); }
td.TdClassName
{
border-color: #EC3D41;
}
.TagClassName
{
border-color: #EC3D41;
}
</style>