Shades of Alizarin #ED1939
Tints of Alizarin #ED1939
RGB
CMYK
RGB Variations
Color information
#ED1939 (or 0xED1939) is known color: Alizarin. HEX triplet: ED, 19 and 39. RGB value is (237,25,57). Sum of RGB (Red+Green+Blue) = 237+25+57=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1939 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1939 is #12E6C6. Grayscale: #5C5C5C. Windows color (decimal): -1238727 or 3742189. OLE color: 3742189.
HSL color Cylindrical-coordinate representation of color #ED1939: hue angle of 350.94º 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 #ED1939 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 57 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.07 |
| HSL | 350.94º | 0.85% | 0.51% | - |
| HSV(B) | 350.94º | 0.89% | 0.93% | - |
| XYZ | 36.01 | 19 | 5.64 | - |
| YUV | 92.04 | 108.24 | 231.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 57 | 0 | 0.89 | 0.76 | 0.07 | 350.94 | 0.85 | 0.51 |
| Hex | ED | 19 | 39 | 0 | 59 | 4C | 7 | 15F | 55 | 33 |
| Octal | 355 | 31 | 71 | 0 | 131 | 114 | 7 | 537 | 125 | 63 |
| Binary | 11101101 | 11001 | 111001 | 0 | 1011001 | 1001100 | 111 | 101011111 | 1010101 | 110011 |
Color Harmonies of #ED1939
Complementary color
Monochromatic Colors of #ED1939
Black with #ED1939
Text Example
Text Example
White with #ED1939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1939; }
p { color: rgb(237,25,57); }
H1.HeaderClassName
{
color: #ED1939;
}
.AnyTagClassName
{
color: #ED1939;
}
</style>
background-color css
<style>
a { background-color: #ED1939; }
a { background-color: rgb(237,25,57); }
div.DivClassName
{
background-color: #ED1939;
}
.BgClassName
{
background-color: #ED1939;
}
</style>
border-color css
<style>
span { border-color: #ED1939; }
span { border-color: rgb(237,25,57); }
td.TdClassName
{
border-color: #ED1939;
}
.TagClassName
{
border-color: #ED1939;
}
</style>