Shades of Amaranth #D9374A
Tints of Amaranth #D9374A
RGB
CMYK
RGB Variations
Color information
#D9374A (or 0xD9374A) is known color: Amaranth. HEX triplet: D9, 37 and 4A. RGB value is (217,55,74). Sum of RGB (Red+Green+Blue) = 217+55+74=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9374A is #26C8B5. Grayscale: #696969. Windows color (decimal): -2541750 or 4863961. OLE color: 4863961.
HSL color Cylindrical-coordinate representation of color #D9374A: hue angle of 352.96º degrees, saturation: 0.68, 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 #D9374A is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 74 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.15 |
| HSL | 352.96º | 0.68% | 0.53% | - |
| HSV(B) | 352.96º | 0.75% | 0.85% | - |
| XYZ | 31.22 | 17.98 | 8.3 | - |
| YUV | 105.6 | 110.17 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 74 | 0 | 0.75 | 0.66 | 0.15 | 352.96 | 0.68 | 0.53 |
| Hex | D9 | 37 | 4A | 0 | 4B | 42 | F | 161 | 44 | 35 |
| Octal | 331 | 67 | 112 | 0 | 113 | 102 | 17 | 541 | 104 | 65 |
| Binary | 11011001 | 110111 | 1001010 | 0 | 1001011 | 1000010 | 1111 | 101100001 | 1000100 | 110101 |
Color Harmonies of #D9374A
Complementary color
Monochromatic Colors of #D9374A
Black with #D9374A
Text Example
Text Example
White with #D9374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9374A; }
p { color: rgb(217,55,74); }
H1.HeaderClassName
{
color: #D9374A;
}
.AnyTagClassName
{
color: #D9374A;
}
</style>
background-color css
<style>
a { background-color: #D9374A; }
a { background-color: rgb(217,55,74); }
div.DivClassName
{
background-color: #D9374A;
}
.BgClassName
{
background-color: #D9374A;
}
</style>
border-color css
<style>
span { border-color: #D9374A; }
span { border-color: rgb(217,55,74); }
td.TdClassName
{
border-color: #D9374A;
}
.TagClassName
{
border-color: #D9374A;
}
</style>