Shades of Amaranth #D73E4D
Tints of Amaranth #D73E4D
RGB
CMYK
RGB Variations
Color information
#D73E4D (or 0xD73E4D) is known color: Amaranth. HEX triplet: D7, 3E and 4D. RGB value is (215,62,77). Sum of RGB (Red+Green+Blue) = 215+62+77=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D73E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73E4D is #28C1B2. Grayscale: #6D6D6D. Windows color (decimal): -2671027 or 5062359. OLE color: 5062359.
HSL color Cylindrical-coordinate representation of color #D73E4D: hue angle of 354.12º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73E4D is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 62 | 77 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.16 |
| HSL | 354.12º | 0.66% | 0.54% | - |
| HSV(B) | 354.12º | 0.71% | 0.84% | - |
| XYZ | 31.09 | 18.43 | 8.94 | - |
| YUV | 109.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 62 | 77 | 0 | 0.71 | 0.64 | 0.16 | 354.12 | 0.66 | 0.54 |
| Hex | D7 | 3E | 4D | 0 | 47 | 40 | 10 | 162 | 42 | 36 |
| Octal | 327 | 76 | 115 | 0 | 107 | 100 | 20 | 542 | 102 | 66 |
| Binary | 11010111 | 111110 | 1001101 | 0 | 1000111 | 1000000 | 10000 | 101100010 | 1000010 | 110110 |
Color Harmonies of #D73E4D
Complementary color
Monochromatic Colors of #D73E4D
Black with #D73E4D
Text Example
Text Example
White with #D73E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73E4D; }
p { color: rgb(215,62,77); }
H1.HeaderClassName
{
color: #D73E4D;
}
.AnyTagClassName
{
color: #D73E4D;
}
</style>
background-color css
<style>
a { background-color: #D73E4D; }
a { background-color: rgb(215,62,77); }
div.DivClassName
{
background-color: #D73E4D;
}
.BgClassName
{
background-color: #D73E4D;
}
</style>
border-color css
<style>
span { border-color: #D73E4D; }
span { border-color: rgb(215,62,77); }
td.TdClassName
{
border-color: #D73E4D;
}
.TagClassName
{
border-color: #D73E4D;
}
</style>