Shades of Amaranth #ED3544
Tints of Amaranth #ED3544
RGB
CMYK
RGB Variations
Color information
#ED3544 (or 0xED3544) is known color: Amaranth. HEX triplet: ED, 35 and 44. RGB value is (237,53,68). Sum of RGB (Red+Green+Blue) = 237+53+68=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3544 is #12CABB. Grayscale: #6D6D6D. Windows color (decimal): -1231548 or 4470253. OLE color: 4470253.
HSL color Cylindrical-coordinate representation of color #ED3544: hue angle of 355.11º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3544 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 68 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.07 |
| HSL | 355.11º | 0.84% | 0.57% | - |
| HSV(B) | 355.11º | 0.78% | 0.93% | - |
| XYZ | 37.24 | 20.97 | 7.55 | - |
| YUV | 109.73 | 104.46 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 68 | 0 | 0.78 | 0.71 | 0.07 | 355.11 | 0.84 | 0.57 |
| Hex | ED | 35 | 44 | 0 | 4E | 47 | 7 | 163 | 54 | 39 |
| Octal | 355 | 65 | 104 | 0 | 116 | 107 | 7 | 543 | 124 | 71 |
| Binary | 11101101 | 110101 | 1000100 | 0 | 1001110 | 1000111 | 111 | 101100011 | 1010100 | 111001 |
Color Harmonies of #ED3544
Complementary color
Monochromatic Colors of #ED3544
Black with #ED3544
Text Example
Text Example
White with #ED3544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3544; }
p { color: rgb(237,53,68); }
H1.HeaderClassName
{
color: #ED3544;
}
.AnyTagClassName
{
color: #ED3544;
}
</style>
background-color css
<style>
a { background-color: #ED3544; }
a { background-color: rgb(237,53,68); }
div.DivClassName
{
background-color: #ED3544;
}
.BgClassName
{
background-color: #ED3544;
}
</style>
border-color css
<style>
span { border-color: #ED3544; }
span { border-color: rgb(237,53,68); }
td.TdClassName
{
border-color: #ED3544;
}
.TagClassName
{
border-color: #ED3544;
}
</style>