Shades of Alizarin #ED2140
Tints of Alizarin #ED2140
RGB
CMYK
RGB Variations
Color information
#ED2140 (or 0xED2140) is known color: Alizarin. HEX triplet: ED, 21 and 40. RGB value is (237,33,64). Sum of RGB (Red+Green+Blue) = 237+33+64=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2140 is #12DEBF. Grayscale: #616161. Windows color (decimal): -1236672 or 4202989. OLE color: 4202989.
HSL color Cylindrical-coordinate representation of color #ED2140: hue angle of 350.88º 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 #ED2140 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 64 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.07 |
| HSL | 350.88º | 0.85% | 0.53% | - |
| HSV(B) | 350.88º | 0.86% | 0.93% | - |
| XYZ | 36.39 | 19.46 | 6.69 | - |
| YUV | 97.53 | 109.09 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 64 | 0 | 0.86 | 0.73 | 0.07 | 350.88 | 0.85 | 0.53 |
| Hex | ED | 21 | 40 | 0 | 56 | 49 | 7 | 15F | 55 | 35 |
| Octal | 355 | 41 | 100 | 0 | 126 | 111 | 7 | 537 | 125 | 65 |
| Binary | 11101101 | 100001 | 1000000 | 0 | 1010110 | 1001001 | 111 | 101011111 | 1010101 | 110101 |
Color Harmonies of #ED2140
Complementary color
Monochromatic Colors of #ED2140
Black with #ED2140
Text Example
Text Example
White with #ED2140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2140; }
p { color: rgb(237,33,64); }
H1.HeaderClassName
{
color: #ED2140;
}
.AnyTagClassName
{
color: #ED2140;
}
</style>
background-color css
<style>
a { background-color: #ED2140; }
a { background-color: rgb(237,33,64); }
div.DivClassName
{
background-color: #ED2140;
}
.BgClassName
{
background-color: #ED2140;
}
</style>
border-color css
<style>
span { border-color: #ED2140; }
span { border-color: rgb(237,33,64); }
td.TdClassName
{
border-color: #ED2140;
}
.TagClassName
{
border-color: #ED2140;
}
</style>