Shades of Alizarin #ED1E39
Tints of Alizarin #ED1E39
RGB
CMYK
RGB Variations
Color information
#ED1E39 (or 0xED1E39) is known color: Alizarin. HEX triplet: ED, 1E and 39. RGB value is (237,30,57). Sum of RGB (Red+Green+Blue) = 237+30+57=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1E39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1E39 is #12E1C6. Grayscale: #5F5F5F. Windows color (decimal): -1237447 or 3743469. OLE color: 3743469.
HSL color Cylindrical-coordinate representation of color #ED1E39: hue angle of 352.17º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1E39 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 30 | 57 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.07 |
| HSL | 352.17º | 0.85% | 0.52% | - |
| HSV(B) | 352.17º | 0.87% | 0.93% | - |
| XYZ | 36.13 | 19.23 | 5.68 | - |
| YUV | 94.97 | 106.58 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 30 | 57 | 0 | 0.87 | 0.76 | 0.07 | 352.17 | 0.85 | 0.52 |
| Hex | ED | 1E | 39 | 0 | 57 | 4C | 7 | 160 | 55 | 34 |
| Octal | 355 | 36 | 71 | 0 | 127 | 114 | 7 | 540 | 125 | 64 |
| Binary | 11101101 | 11110 | 111001 | 0 | 1010111 | 1001100 | 111 | 101100000 | 1010101 | 110100 |
Color Harmonies of #ED1E39
Complementary color
Monochromatic Colors of #ED1E39
Black with #ED1E39
Text Example
Text Example
White with #ED1E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1E39; }
p { color: rgb(237,30,57); }
H1.HeaderClassName
{
color: #ED1E39;
}
.AnyTagClassName
{
color: #ED1E39;
}
</style>
background-color css
<style>
a { background-color: #ED1E39; }
a { background-color: rgb(237,30,57); }
div.DivClassName
{
background-color: #ED1E39;
}
.BgClassName
{
background-color: #ED1E39;
}
</style>
border-color css
<style>
span { border-color: #ED1E39; }
span { border-color: rgb(237,30,57); }
td.TdClassName
{
border-color: #ED1E39;
}
.TagClassName
{
border-color: #ED1E39;
}
</style>