Shades of Amaranth #D72548
Tints of Amaranth #D72548
RGB
CMYK
RGB Variations
Color information
#D72548 (or 0xD72548) is known color: Amaranth. HEX triplet: D7, 25 and 48. RGB value is (215,37,72). Sum of RGB (Red+Green+Blue) = 215+37+72=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D72548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72548 is #28DAB7. Grayscale: #5E5E5E. Windows color (decimal): -2677432 or 4728279. OLE color: 4728279.
HSL color Cylindrical-coordinate representation of color #D72548: hue angle of 348.2º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72548 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 37 | 72 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.16 |
| HSL | 348.2º | 0.71% | 0.49% | - |
| HSV(B) | 348.2º | 0.83% | 0.84% | - |
| XYZ | 29.86 | 16.24 | 7.69 | - |
| YUV | 94.21 | 115.47 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 72 | 0 | 0.83 | 0.67 | 0.16 | 348.2 | 0.71 | 0.49 |
| Hex | D7 | 25 | 48 | 0 | 53 | 43 | 10 | 15C | 47 | 31 |
| Octal | 327 | 45 | 110 | 0 | 123 | 103 | 20 | 534 | 107 | 61 |
| Binary | 11010111 | 100101 | 1001000 | 0 | 1010011 | 1000011 | 10000 | 101011100 | 1000111 | 110001 |
Color Harmonies of #D72548
Complementary color
Monochromatic Colors of #D72548
Black with #D72548
Text Example
Text Example
White with #D72548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72548; }
p { color: rgb(215,37,72); }
H1.HeaderClassName
{
color: #D72548;
}
.AnyTagClassName
{
color: #D72548;
}
</style>
background-color css
<style>
a { background-color: #D72548; }
a { background-color: rgb(215,37,72); }
div.DivClassName
{
background-color: #D72548;
}
.BgClassName
{
background-color: #D72548;
}
</style>
border-color css
<style>
span { border-color: #D72548; }
span { border-color: rgb(215,37,72); }
td.TdClassName
{
border-color: #D72548;
}
.TagClassName
{
border-color: #D72548;
}
</style>