Shades of Amaranth #ED3748
Tints of Amaranth #ED3748
RGB
CMYK
RGB Variations
Color information
#ED3748 (or 0xED3748) is known color: Amaranth. HEX triplet: ED, 37 and 48. RGB value is (237,55,72). Sum of RGB (Red+Green+Blue) = 237+55+72=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3748 is #12C8B7. Grayscale: #6F6F6F. Windows color (decimal): -1231032 or 4732909. OLE color: 4732909.
HSL color Cylindrical-coordinate representation of color #ED3748: hue angle of 354.4º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED3748 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 72 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.07 |
| HSL | 354.4º | 0.83% | 0.57% | - |
| HSV(B) | 354.4º | 0.77% | 0.93% | - |
| XYZ | 37.46 | 21.2 | 8.25 | - |
| YUV | 111.36 | 105.8 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 72 | 0 | 0.77 | 0.70 | 0.07 | 354.4 | 0.83 | 0.57 |
| Hex | ED | 37 | 48 | 0 | 4D | 46 | 7 | 162 | 53 | 39 |
| Octal | 355 | 67 | 110 | 0 | 115 | 106 | 7 | 542 | 123 | 71 |
| Binary | 11101101 | 110111 | 1001000 | 0 | 1001101 | 1000110 | 111 | 101100010 | 1010011 | 111001 |
Color Harmonies of #ED3748
Complementary color
Monochromatic Colors of #ED3748
Black with #ED3748
Text Example
Text Example
White with #ED3748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3748; }
p { color: rgb(237,55,72); }
H1.HeaderClassName
{
color: #ED3748;
}
.AnyTagClassName
{
color: #ED3748;
}
</style>
background-color css
<style>
a { background-color: #ED3748; }
a { background-color: rgb(237,55,72); }
div.DivClassName
{
background-color: #ED3748;
}
.BgClassName
{
background-color: #ED3748;
}
</style>
border-color css
<style>
span { border-color: #ED3748; }
span { border-color: rgb(237,55,72); }
td.TdClassName
{
border-color: #ED3748;
}
.TagClassName
{
border-color: #ED3748;
}
</style>