Shades of Alizarin #ED2040
Tints of Alizarin #ED2040
RGB
CMYK
RGB Variations
Color information
#ED2040 (or 0xED2040) is known color: Alizarin. HEX triplet: ED, 20 and 40. RGB value is (237,32,64). Sum of RGB (Red+Green+Blue) = 237+32+64=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2040 is #12DFBF. Grayscale: #616161. Windows color (decimal): -1236928 or 4202733. OLE color: 4202733.
HSL color Cylindrical-coordinate representation of color #ED2040: hue angle of 350.63º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2040 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 64 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.07 |
| HSL | 350.63º | 0.85% | 0.53% | - |
| HSV(B) | 350.63º | 0.86% | 0.93% | - |
| XYZ | 36.37 | 19.41 | 6.68 | - |
| YUV | 96.94 | 109.42 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 64 | 0 | 0.86 | 0.73 | 0.07 | 350.63 | 0.85 | 0.53 |
| Hex | ED | 20 | 40 | 0 | 56 | 49 | 7 | 15F | 55 | 35 |
| Octal | 355 | 40 | 100 | 0 | 126 | 111 | 7 | 537 | 125 | 65 |
| Binary | 11101101 | 100000 | 1000000 | 0 | 1010110 | 1001001 | 111 | 101011111 | 1010101 | 110101 |
Color Harmonies of #ED2040
Complementary color
Monochromatic Colors of #ED2040
Black with #ED2040
Text Example
Text Example
White with #ED2040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2040; }
p { color: rgb(237,32,64); }
H1.HeaderClassName
{
color: #ED2040;
}
.AnyTagClassName
{
color: #ED2040;
}
</style>
background-color css
<style>
a { background-color: #ED2040; }
a { background-color: rgb(237,32,64); }
div.DivClassName
{
background-color: #ED2040;
}
.BgClassName
{
background-color: #ED2040;
}
</style>
border-color css
<style>
span { border-color: #ED2040; }
span { border-color: rgb(237,32,64); }
td.TdClassName
{
border-color: #ED2040;
}
.TagClassName
{
border-color: #ED2040;
}
</style>