Shades of Amaranth #D9274D
Tints of Amaranth #D9274D
RGB
CMYK
RGB Variations
Color information
#D9274D (or 0xD9274D) is known color: Amaranth. HEX triplet: D9, 27 and 4D. RGB value is (217,39,77). Sum of RGB (Red+Green+Blue) = 217+39+77=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9274D is #26D8B2. Grayscale: #606060. Windows color (decimal): -2545843 or 5056473. OLE color: 5056473.
HSL color Cylindrical-coordinate representation of color #D9274D: hue angle of 347.19º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9274D is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 77 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.15 |
| HSL | 347.19º | 0.7% | 0.5% | - |
| HSV(B) | 347.19º | 0.82% | 0.85% | - |
| XYZ | 30.68 | 16.74 | 8.64 | - |
| YUV | 96.55 | 116.97 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 77 | 0 | 0.82 | 0.65 | 0.15 | 347.19 | 0.7 | 0.5 |
| Hex | D9 | 27 | 4D | 0 | 52 | 41 | F | 15B | 46 | 32 |
| Octal | 331 | 47 | 115 | 0 | 122 | 101 | 17 | 533 | 106 | 62 |
| Binary | 11011001 | 100111 | 1001101 | 0 | 1010010 | 1000001 | 1111 | 101011011 | 1000110 | 110010 |
Color Harmonies of #D9274D
Complementary color
Monochromatic Colors of #D9274D
Black with #D9274D
Text Example
Text Example
White with #D9274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9274D; }
p { color: rgb(217,39,77); }
H1.HeaderClassName
{
color: #D9274D;
}
.AnyTagClassName
{
color: #D9274D;
}
</style>
background-color css
<style>
a { background-color: #D9274D; }
a { background-color: rgb(217,39,77); }
div.DivClassName
{
background-color: #D9274D;
}
.BgClassName
{
background-color: #D9274D;
}
</style>
border-color css
<style>
span { border-color: #D9274D; }
span { border-color: rgb(217,39,77); }
td.TdClassName
{
border-color: #D9274D;
}
.TagClassName
{
border-color: #D9274D;
}
</style>