Shades of Amaranth #D7374D
Tints of Amaranth #D7374D
RGB
CMYK
RGB Variations
Color information
#D7374D (or 0xD7374D) is known color: Amaranth. HEX triplet: D7, 37 and 4D. RGB value is (215,55,77). Sum of RGB (Red+Green+Blue) = 215+55+77=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D7374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7374D is #28C8B2. Grayscale: #696969. Windows color (decimal): -2672819 or 5060567. OLE color: 5060567.
HSL color Cylindrical-coordinate representation of color #D7374D: hue angle of 351.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D7374D is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 77 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.16 |
| HSL | 351.75º | 0.67% | 0.53% | - |
| HSV(B) | 351.75º | 0.74% | 0.84% | - |
| XYZ | 30.73 | 17.72 | 8.82 | - |
| YUV | 105.35 | 112.01 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 77 | 0 | 0.74 | 0.64 | 0.16 | 351.75 | 0.67 | 0.53 |
| Hex | D7 | 37 | 4D | 0 | 4A | 40 | 10 | 160 | 43 | 35 |
| Octal | 327 | 67 | 115 | 0 | 112 | 100 | 20 | 540 | 103 | 65 |
| Binary | 11010111 | 110111 | 1001101 | 0 | 1001010 | 1000000 | 10000 | 101100000 | 1000011 | 110101 |
Color Harmonies of #D7374D
Complementary color
Monochromatic Colors of #D7374D
Black with #D7374D
Text Example
Text Example
White with #D7374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7374D; }
p { color: rgb(215,55,77); }
H1.HeaderClassName
{
color: #D7374D;
}
.AnyTagClassName
{
color: #D7374D;
}
</style>
background-color css
<style>
a { background-color: #D7374D; }
a { background-color: rgb(215,55,77); }
div.DivClassName
{
background-color: #D7374D;
}
.BgClassName
{
background-color: #D7374D;
}
</style>
border-color css
<style>
span { border-color: #D7374D; }
span { border-color: rgb(215,55,77); }
td.TdClassName
{
border-color: #D7374D;
}
.TagClassName
{
border-color: #D7374D;
}
</style>