Shades of Amaranth #D9234D
Tints of Amaranth #D9234D
RGB
CMYK
RGB Variations
Color information
#D9234D (or 0xD9234D) is known color: Amaranth. HEX triplet: D9, 23 and 4D. RGB value is (217,35,77). Sum of RGB (Red+Green+Blue) = 217+35+77=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D9234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9234D is #26DCB2. Grayscale: #5E5E5E. Windows color (decimal): -2546867 or 5055449. OLE color: 5055449.
HSL color Cylindrical-coordinate representation of color #D9234D: hue angle of 346.15º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D9234D is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 77 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.15 |
| HSL | 346.15º | 0.72% | 0.49% | - |
| HSV(B) | 346.15º | 0.84% | 0.85% | - |
| XYZ | 30.56 | 16.49 | 8.59 | - |
| YUV | 94.21 | 118.3 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 77 | 0 | 0.84 | 0.65 | 0.15 | 346.15 | 0.72 | 0.49 |
| Hex | D9 | 23 | 4D | 0 | 54 | 41 | F | 15A | 48 | 31 |
| Octal | 331 | 43 | 115 | 0 | 124 | 101 | 17 | 532 | 110 | 61 |
| Binary | 11011001 | 100011 | 1001101 | 0 | 1010100 | 1000001 | 1111 | 101011010 | 1001000 | 110001 |
Color Harmonies of #D9234D
Complementary color
Monochromatic Colors of #D9234D
Black with #D9234D
Text Example
Text Example
White with #D9234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9234D; }
p { color: rgb(217,35,77); }
H1.HeaderClassName
{
color: #D9234D;
}
.AnyTagClassName
{
color: #D9234D;
}
</style>
background-color css
<style>
a { background-color: #D9234D; }
a { background-color: rgb(217,35,77); }
div.DivClassName
{
background-color: #D9234D;
}
.BgClassName
{
background-color: #D9234D;
}
</style>
border-color css
<style>
span { border-color: #D9234D; }
span { border-color: rgb(217,35,77); }
td.TdClassName
{
border-color: #D9234D;
}
.TagClassName
{
border-color: #D9234D;
}
</style>