Shades of Amaranth #D72645
Tints of Amaranth #D72645
RGB
CMYK
RGB Variations
Color information
#D72645 (or 0xD72645) is known color: Amaranth. HEX triplet: D7, 26 and 45. RGB value is (215,38,69). Sum of RGB (Red+Green+Blue) = 215+38+69=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D72645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72645 is #28D9BA. Grayscale: #5E5E5E. Windows color (decimal): -2677179 or 4531927. OLE color: 4531927.
HSL color Cylindrical-coordinate representation of color #D72645: hue angle of 349.49º degrees, saturation: 0.7, 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 #D72645 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 69 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.16 |
| HSL | 349.49º | 0.7% | 0.5% | - |
| HSV(B) | 349.49º | 0.82% | 0.84% | - |
| XYZ | 29.79 | 16.26 | 7.2 | - |
| YUV | 94.46 | 113.64 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 69 | 0 | 0.82 | 0.68 | 0.16 | 349.49 | 0.7 | 0.5 |
| Hex | D7 | 26 | 45 | 0 | 52 | 44 | 10 | 15D | 46 | 32 |
| Octal | 327 | 46 | 105 | 0 | 122 | 104 | 20 | 535 | 106 | 62 |
| Binary | 11010111 | 100110 | 1000101 | 0 | 1010010 | 1000100 | 10000 | 101011101 | 1000110 | 110010 |
Color Harmonies of #D72645
Complementary color
Monochromatic Colors of #D72645
Black with #D72645
Text Example
Text Example
White with #D72645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72645; }
p { color: rgb(215,38,69); }
H1.HeaderClassName
{
color: #D72645;
}
.AnyTagClassName
{
color: #D72645;
}
</style>
background-color css
<style>
a { background-color: #D72645; }
a { background-color: rgb(215,38,69); }
div.DivClassName
{
background-color: #D72645;
}
.BgClassName
{
background-color: #D72645;
}
</style>
border-color css
<style>
span { border-color: #D72645; }
span { border-color: rgb(215,38,69); }
td.TdClassName
{
border-color: #D72645;
}
.TagClassName
{
border-color: #D72645;
}
</style>