Shades of Amaranth #D8374D
Tints of Amaranth #D8374D
RGB
CMYK
RGB Variations
Color information
#D8374D (or 0xD8374D) is known color: Amaranth. HEX triplet: D8, 37 and 4D. RGB value is (216,55,77). Sum of RGB (Red+Green+Blue) = 216+55+77=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D8374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8374D is #27C8B2. Grayscale: #696969. Windows color (decimal): -2607283 or 5060568. OLE color: 5060568.
HSL color Cylindrical-coordinate representation of color #D8374D: hue angle of 351.8º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8374D is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 55 | 77 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.15 |
| HSL | 351.8º | 0.67% | 0.53% | - |
| HSV(B) | 351.8º | 0.75% | 0.85% | - |
| XYZ | 31.02 | 17.87 | 8.83 | - |
| YUV | 105.65 | 111.84 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 55 | 77 | 0 | 0.75 | 0.64 | 0.15 | 351.8 | 0.67 | 0.53 |
| Hex | D8 | 37 | 4D | 0 | 4B | 40 | F | 160 | 43 | 35 |
| Octal | 330 | 67 | 115 | 0 | 113 | 100 | 17 | 540 | 103 | 65 |
| Binary | 11011000 | 110111 | 1001101 | 0 | 1001011 | 1000000 | 1111 | 101100000 | 1000011 | 110101 |
Color Harmonies of #D8374D
Complementary color
Monochromatic Colors of #D8374D
Black with #D8374D
Text Example
Text Example
White with #D8374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8374D; }
p { color: rgb(216,55,77); }
H1.HeaderClassName
{
color: #D8374D;
}
.AnyTagClassName
{
color: #D8374D;
}
</style>
background-color css
<style>
a { background-color: #D8374D; }
a { background-color: rgb(216,55,77); }
div.DivClassName
{
background-color: #D8374D;
}
.BgClassName
{
background-color: #D8374D;
}
</style>
border-color css
<style>
span { border-color: #D8374D; }
span { border-color: rgb(216,55,77); }
td.TdClassName
{
border-color: #D8374D;
}
.TagClassName
{
border-color: #D8374D;
}
</style>