Shades of Alizarin #ED1935
Tints of Alizarin #ED1935
RGB
CMYK
RGB Variations
Color information
#ED1935 (or 0xED1935) is known color: Alizarin. HEX triplet: ED, 19 and 35. RGB value is (237,25,53). Sum of RGB (Red+Green+Blue) = 237+25+53=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1935 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1935 is #12E6CA. Grayscale: #5B5B5B. Windows color (decimal): -1238731 or 3480045. OLE color: 3480045.
HSL color Cylindrical-coordinate representation of color #ED1935: hue angle of 352.08º 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 #ED1935 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 53 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.07 |
| HSL | 352.08º | 0.85% | 0.51% | - |
| HSV(B) | 352.08º | 0.89% | 0.93% | - |
| XYZ | 35.92 | 18.96 | 5.13 | - |
| YUV | 91.58 | 106.24 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 53 | 0 | 0.89 | 0.78 | 0.07 | 352.08 | 0.85 | 0.51 |
| Hex | ED | 19 | 35 | 0 | 59 | 4E | 7 | 160 | 55 | 33 |
| Octal | 355 | 31 | 65 | 0 | 131 | 116 | 7 | 540 | 125 | 63 |
| Binary | 11101101 | 11001 | 110101 | 0 | 1011001 | 1001110 | 111 | 101100000 | 1010101 | 110011 |
Color Harmonies of #ED1935
Complementary color
Monochromatic Colors of #ED1935
Black with #ED1935
Text Example
Text Example
White with #ED1935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1935; }
p { color: rgb(237,25,53); }
H1.HeaderClassName
{
color: #ED1935;
}
.AnyTagClassName
{
color: #ED1935;
}
</style>
background-color css
<style>
a { background-color: #ED1935; }
a { background-color: rgb(237,25,53); }
div.DivClassName
{
background-color: #ED1935;
}
.BgClassName
{
background-color: #ED1935;
}
</style>
border-color css
<style>
span { border-color: #ED1935; }
span { border-color: rgb(237,25,53); }
td.TdClassName
{
border-color: #ED1935;
}
.TagClassName
{
border-color: #ED1935;
}
</style>