Shades of Amaranth #ED3847
Tints of Amaranth #ED3847
RGB
CMYK
RGB Variations
Color information
#ED3847 (or 0xED3847) is known color: Amaranth. HEX triplet: ED, 38 and 47. RGB value is (237,56,71). Sum of RGB (Red+Green+Blue) = 237+56+71=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3847 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3847 is #12C7B8. Grayscale: #6F6F6F. Windows color (decimal): -1230777 or 4667629. OLE color: 4667629.
HSL color Cylindrical-coordinate representation of color #ED3847: hue angle of 355.03º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED3847 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 71 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.07 |
| HSL | 355.03º | 0.83% | 0.57% | - |
| HSV(B) | 355.03º | 0.76% | 0.93% | - |
| XYZ | 37.48 | 21.29 | 8.09 | - |
| YUV | 111.83 | 104.97 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 71 | 0 | 0.76 | 0.70 | 0.07 | 355.03 | 0.83 | 0.57 |
| Hex | ED | 38 | 47 | 0 | 4C | 46 | 7 | 163 | 53 | 39 |
| Octal | 355 | 70 | 107 | 0 | 114 | 106 | 7 | 543 | 123 | 71 |
| Binary | 11101101 | 111000 | 1000111 | 0 | 1001100 | 1000110 | 111 | 101100011 | 1010011 | 111001 |
Color Harmonies of #ED3847
Complementary color
Monochromatic Colors of #ED3847
Black with #ED3847
Text Example
Text Example
White with #ED3847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3847; }
p { color: rgb(237,56,71); }
H1.HeaderClassName
{
color: #ED3847;
}
.AnyTagClassName
{
color: #ED3847;
}
</style>
background-color css
<style>
a { background-color: #ED3847; }
a { background-color: rgb(237,56,71); }
div.DivClassName
{
background-color: #ED3847;
}
.BgClassName
{
background-color: #ED3847;
}
</style>
border-color css
<style>
span { border-color: #ED3847; }
span { border-color: rgb(237,56,71); }
td.TdClassName
{
border-color: #ED3847;
}
.TagClassName
{
border-color: #ED3847;
}
</style>