Shades of Alizarin #ED3040
Tints of Alizarin #ED3040
RGB
CMYK
RGB Variations
Color information
#ED3040 (or 0xED3040) is known color: Alizarin. HEX triplet: ED, 30 and 40. RGB value is (237,48,64). Sum of RGB (Red+Green+Blue) = 237+48+64=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3040 is #12CFBF. Grayscale: #6A6A6A. Windows color (decimal): -1232832 or 4206829. OLE color: 4206829.
HSL color Cylindrical-coordinate representation of color #ED3040: hue angle of 354.92º 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 #ED3040 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 64 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.07 |
| HSL | 354.92º | 0.84% | 0.56% | - |
| HSV(B) | 354.92º | 0.8% | 0.93% | - |
| XYZ | 36.91 | 20.49 | 6.86 | - |
| YUV | 106.34 | 104.12 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 64 | 0 | 0.80 | 0.73 | 0.07 | 354.92 | 0.84 | 0.56 |
| Hex | ED | 30 | 40 | 0 | 50 | 49 | 7 | 163 | 54 | 38 |
| Octal | 355 | 60 | 100 | 0 | 120 | 111 | 7 | 543 | 124 | 70 |
| Binary | 11101101 | 110000 | 1000000 | 0 | 1010000 | 1001001 | 111 | 101100011 | 1010100 | 111000 |
Color Harmonies of #ED3040
Complementary color
Monochromatic Colors of #ED3040
Black with #ED3040
Text Example
Text Example
White with #ED3040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3040; }
p { color: rgb(237,48,64); }
H1.HeaderClassName
{
color: #ED3040;
}
.AnyTagClassName
{
color: #ED3040;
}
</style>
background-color css
<style>
a { background-color: #ED3040; }
a { background-color: rgb(237,48,64); }
div.DivClassName
{
background-color: #ED3040;
}
.BgClassName
{
background-color: #ED3040;
}
</style>
border-color css
<style>
span { border-color: #ED3040; }
span { border-color: rgb(237,48,64); }
td.TdClassName
{
border-color: #ED3040;
}
.TagClassName
{
border-color: #ED3040;
}
</style>