Shades of Amaranth #ED4548
Tints of Amaranth #ED4548
RGB
CMYK
RGB Variations
Color information
#ED4548 (or 0xED4548) is known color: Amaranth. HEX triplet: ED, 45 and 48. RGB value is (237,69,72). Sum of RGB (Red+Green+Blue) = 237+69+72=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4548 is #12BAB7. Grayscale: #777777. Windows color (decimal): -1227448 or 4736493. OLE color: 4736493.
HSL color Cylindrical-coordinate representation of color #ED4548: hue angle of 358.93º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED4548 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 72 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.07 |
| HSL | 358.93º | 0.82% | 0.6% | - |
| HSV(B) | 358.93º | 0.71% | 0.93% | - |
| XYZ | 38.22 | 22.73 | 8.5 | - |
| YUV | 119.57 | 101.16 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 72 | 0 | 0.71 | 0.70 | 0.07 | 358.93 | 0.82 | 0.6 |
| Hex | ED | 45 | 48 | 0 | 47 | 46 | 7 | 167 | 52 | 3C |
| Octal | 355 | 105 | 110 | 0 | 107 | 106 | 7 | 547 | 122 | 74 |
| Binary | 11101101 | 1000101 | 1001000 | 0 | 1000111 | 1000110 | 111 | 101100111 | 1010010 | 111100 |
Color Harmonies of #ED4548
Complementary color
Monochromatic Colors of #ED4548
Black with #ED4548
Text Example
Text Example
White with #ED4548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4548; }
p { color: rgb(237,69,72); }
H1.HeaderClassName
{
color: #ED4548;
}
.AnyTagClassName
{
color: #ED4548;
}
</style>
background-color css
<style>
a { background-color: #ED4548; }
a { background-color: rgb(237,69,72); }
div.DivClassName
{
background-color: #ED4548;
}
.BgClassName
{
background-color: #ED4548;
}
</style>
border-color css
<style>
span { border-color: #ED4548; }
span { border-color: rgb(237,69,72); }
td.TdClassName
{
border-color: #ED4548;
}
.TagClassName
{
border-color: #ED4548;
}
</style>