Shades of Amaranth #D72745
Tints of Amaranth #D72745
RGB
CMYK
RGB Variations
Color information
#D72745 (or 0xD72745) is known color: Amaranth. HEX triplet: D7, 27 and 45. RGB value is (215,39,69). Sum of RGB (Red+Green+Blue) = 215+39+69=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D72745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72745 is #28D8BA. Grayscale: #5F5F5F. Windows color (decimal): -2676923 or 4532183. OLE color: 4532183.
HSL color Cylindrical-coordinate representation of color #D72745: hue angle of 349.77º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72745 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 69 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.16 |
| HSL | 349.77º | 0.69% | 0.5% | - |
| HSV(B) | 349.77º | 0.82% | 0.84% | - |
| XYZ | 29.82 | 16.33 | 7.21 | - |
| YUV | 95.04 | 113.31 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 69 | 0 | 0.82 | 0.68 | 0.16 | 349.77 | 0.69 | 0.5 |
| Hex | D7 | 27 | 45 | 0 | 52 | 44 | 10 | 15E | 45 | 32 |
| Octal | 327 | 47 | 105 | 0 | 122 | 104 | 20 | 536 | 105 | 62 |
| Binary | 11010111 | 100111 | 1000101 | 0 | 1010010 | 1000100 | 10000 | 101011110 | 1000101 | 110010 |
Color Harmonies of #D72745
Complementary color
Monochromatic Colors of #D72745
Black with #D72745
Text Example
Text Example
White with #D72745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72745; }
p { color: rgb(215,39,69); }
H1.HeaderClassName
{
color: #D72745;
}
.AnyTagClassName
{
color: #D72745;
}
</style>
background-color css
<style>
a { background-color: #D72745; }
a { background-color: rgb(215,39,69); }
div.DivClassName
{
background-color: #D72745;
}
.BgClassName
{
background-color: #D72745;
}
</style>
border-color css
<style>
span { border-color: #D72745; }
span { border-color: rgb(215,39,69); }
td.TdClassName
{
border-color: #D72745;
}
.TagClassName
{
border-color: #D72745;
}
</style>