Shades of Alizarin #ED3039
Tints of Alizarin #ED3039
RGB
CMYK
RGB Variations
Color information
#ED3039 (or 0xED3039) is known color: Alizarin. HEX triplet: ED, 30 and 39. RGB value is (237,48,57). Sum of RGB (Red+Green+Blue) = 237+48+57=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3039 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3039 is #12CFC6. Grayscale: #696969. Windows color (decimal): -1232839 or 3748077. OLE color: 3748077.
HSL color Cylindrical-coordinate representation of color #ED3039: hue angle of 357.14º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED3039 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 57 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.07 |
| HSL | 357.14º | 0.84% | 0.56% | - |
| HSV(B) | 357.14º | 0.8% | 0.93% | - |
| XYZ | 36.72 | 20.41 | 5.88 | - |
| YUV | 105.54 | 100.62 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 57 | 0 | 0.80 | 0.76 | 0.07 | 357.14 | 0.84 | 0.56 |
| Hex | ED | 30 | 39 | 0 | 50 | 4C | 7 | 165 | 54 | 38 |
| Octal | 355 | 60 | 71 | 0 | 120 | 114 | 7 | 545 | 124 | 70 |
| Binary | 11101101 | 110000 | 111001 | 0 | 1010000 | 1001100 | 111 | 101100101 | 1010100 | 111000 |
Color Harmonies of #ED3039
Complementary color
Monochromatic Colors of #ED3039
Black with #ED3039
Text Example
Text Example
White with #ED3039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3039; }
p { color: rgb(237,48,57); }
H1.HeaderClassName
{
color: #ED3039;
}
.AnyTagClassName
{
color: #ED3039;
}
</style>
background-color css
<style>
a { background-color: #ED3039; }
a { background-color: rgb(237,48,57); }
div.DivClassName
{
background-color: #ED3039;
}
.BgClassName
{
background-color: #ED3039;
}
</style>
border-color css
<style>
span { border-color: #ED3039; }
span { border-color: rgb(237,48,57); }
td.TdClassName
{
border-color: #ED3039;
}
.TagClassName
{
border-color: #ED3039;
}
</style>