Shades of Amaranth #D71D50
Tints of Amaranth #D71D50
RGB
CMYK
RGB Variations
Color information
#D71D50 (or 0xD71D50) is known color: Amaranth. HEX triplet: D7, 1D and 50. RGB value is (215,29,80). Sum of RGB (Red+Green+Blue) = 215+29+80=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71D50 is #28E2AF. Grayscale: #5A5A5A. Windows color (decimal): -2679472 or 5250519. OLE color: 5250519.
HSL color Cylindrical-coordinate representation of color #D71D50: hue angle of 343.55º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71D50 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 80 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.16 |
| HSL | 343.55º | 0.76% | 0.48% | - |
| HSV(B) | 343.55º | 0.87% | 0.84% | - |
| XYZ | 29.91 | 15.9 | 9.08 | - |
| YUV | 90.43 | 122.12 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 80 | 0 | 0.87 | 0.63 | 0.16 | 343.55 | 0.76 | 0.48 |
| Hex | D7 | 1D | 50 | 0 | 57 | 3F | 10 | 158 | 4C | 30 |
| Octal | 327 | 35 | 120 | 0 | 127 | 77 | 20 | 530 | 114 | 60 |
| Binary | 11010111 | 11101 | 1010000 | 0 | 1010111 | 111111 | 10000 | 101011000 | 1001100 | 110000 |
Color Harmonies of #D71D50
Complementary color
Monochromatic Colors of #D71D50
Black with #D71D50
Text Example
Text Example
White with #D71D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71D50; }
p { color: rgb(215,29,80); }
H1.HeaderClassName
{
color: #D71D50;
}
.AnyTagClassName
{
color: #D71D50;
}
</style>
background-color css
<style>
a { background-color: #D71D50; }
a { background-color: rgb(215,29,80); }
div.DivClassName
{
background-color: #D71D50;
}
.BgClassName
{
background-color: #D71D50;
}
</style>
border-color css
<style>
span { border-color: #D71D50; }
span { border-color: rgb(215,29,80); }
td.TdClassName
{
border-color: #D71D50;
}
.TagClassName
{
border-color: #D71D50;
}
</style>