Shades of Amaranth #D92E47
Tints of Amaranth #D92E47
RGB
CMYK
RGB Variations
Color information
#D92E47 (or 0xD92E47) is known color: Amaranth. HEX triplet: D9, 2E and 47. RGB value is (217,46,71). Sum of RGB (Red+Green+Blue) = 217+46+71=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92E47 is #26D1B8. Grayscale: #646464. Windows color (decimal): -2544057 or 4665049. OLE color: 4665049.
HSL color Cylindrical-coordinate representation of color #D92E47: hue angle of 351.23º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92E47 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 46 | 71 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.15 |
| HSL | 351.23º | 0.69% | 0.52% | - |
| HSV(B) | 351.23º | 0.79% | 0.85% | - |
| XYZ | 30.73 | 17.16 | 7.65 | - |
| YUV | 99.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 46 | 71 | 0 | 0.79 | 0.67 | 0.15 | 351.23 | 0.69 | 0.52 |
| Hex | D9 | 2E | 47 | 0 | 4F | 43 | F | 15F | 45 | 34 |
| Octal | 331 | 56 | 107 | 0 | 117 | 103 | 17 | 537 | 105 | 64 |
| Binary | 11011001 | 101110 | 1000111 | 0 | 1001111 | 1000011 | 1111 | 101011111 | 1000101 | 110100 |
Color Harmonies of #D92E47
Complementary color
Monochromatic Colors of #D92E47
Black with #D92E47
Text Example
Text Example
White with #D92E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92E47; }
p { color: rgb(217,46,71); }
H1.HeaderClassName
{
color: #D92E47;
}
.AnyTagClassName
{
color: #D92E47;
}
</style>
background-color css
<style>
a { background-color: #D92E47; }
a { background-color: rgb(217,46,71); }
div.DivClassName
{
background-color: #D92E47;
}
.BgClassName
{
background-color: #D92E47;
}
</style>
border-color css
<style>
span { border-color: #D92E47; }
span { border-color: rgb(217,46,71); }
td.TdClassName
{
border-color: #D92E47;
}
.TagClassName
{
border-color: #D92E47;
}
</style>