Shades of Alizarin #ED1937
Tints of Alizarin #ED1937
RGB
CMYK
RGB Variations
Color information
#ED1937 (or 0xED1937) is known color: Alizarin. HEX triplet: ED, 19 and 37. RGB value is (237,25,55). Sum of RGB (Red+Green+Blue) = 237+25+55=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1937 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1937 is #12E6C8. Grayscale: #5B5B5B. Windows color (decimal): -1238729 or 3611117. OLE color: 3611117.
HSL color Cylindrical-coordinate representation of color #ED1937: hue angle of 351.51º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1937 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 55 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.07 |
| HSL | 351.51º | 0.85% | 0.51% | - |
| HSV(B) | 351.51º | 0.89% | 0.93% | - |
| XYZ | 35.96 | 18.98 | 5.38 | - |
| YUV | 91.81 | 107.24 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 55 | 0 | 0.89 | 0.77 | 0.07 | 351.51 | 0.85 | 0.51 |
| Hex | ED | 19 | 37 | 0 | 59 | 4D | 7 | 160 | 55 | 33 |
| Octal | 355 | 31 | 67 | 0 | 131 | 115 | 7 | 540 | 125 | 63 |
| Binary | 11101101 | 11001 | 110111 | 0 | 1011001 | 1001101 | 111 | 101100000 | 1010101 | 110011 |
Color Harmonies of #ED1937
Complementary color
Monochromatic Colors of #ED1937
Black with #ED1937
Text Example
Text Example
White with #ED1937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1937; }
p { color: rgb(237,25,55); }
H1.HeaderClassName
{
color: #ED1937;
}
.AnyTagClassName
{
color: #ED1937;
}
</style>
background-color css
<style>
a { background-color: #ED1937; }
a { background-color: rgb(237,25,55); }
div.DivClassName
{
background-color: #ED1937;
}
.BgClassName
{
background-color: #ED1937;
}
</style>
border-color css
<style>
span { border-color: #ED1937; }
span { border-color: rgb(237,25,55); }
td.TdClassName
{
border-color: #ED1937;
}
.TagClassName
{
border-color: #ED1937;
}
</style>