Shades of Amaranth #D92F47
Tints of Amaranth #D92F47
RGB
CMYK
RGB Variations
Color information
#D92F47 (or 0xD92F47) is known color: Amaranth. HEX triplet: D9, 2F and 47. RGB value is (217,47,71). Sum of RGB (Red+Green+Blue) = 217+47+71=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92F47 is #26D0B8. Grayscale: #646464. Windows color (decimal): -2543801 or 4665305. OLE color: 4665305.
HSL color Cylindrical-coordinate representation of color #D92F47: hue angle of 351.53º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D92F47 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 71 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.15 |
| HSL | 351.53º | 0.69% | 0.52% | - |
| HSV(B) | 351.53º | 0.78% | 0.85% | - |
| XYZ | 30.77 | 17.24 | 7.67 | - |
| YUV | 100.57 | 111.32 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 71 | 0 | 0.78 | 0.67 | 0.15 | 351.53 | 0.69 | 0.52 |
| Hex | D9 | 2F | 47 | 0 | 4E | 43 | F | 160 | 45 | 34 |
| Octal | 331 | 57 | 107 | 0 | 116 | 103 | 17 | 540 | 105 | 64 |
| Binary | 11011001 | 101111 | 1000111 | 0 | 1001110 | 1000011 | 1111 | 101100000 | 1000101 | 110100 |
Color Harmonies of #D92F47
Complementary color
Monochromatic Colors of #D92F47
Black with #D92F47
Text Example
Text Example
White with #D92F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F47; }
p { color: rgb(217,47,71); }
H1.HeaderClassName
{
color: #D92F47;
}
.AnyTagClassName
{
color: #D92F47;
}
</style>
background-color css
<style>
a { background-color: #D92F47; }
a { background-color: rgb(217,47,71); }
div.DivClassName
{
background-color: #D92F47;
}
.BgClassName
{
background-color: #D92F47;
}
</style>
border-color css
<style>
span { border-color: #D92F47; }
span { border-color: rgb(217,47,71); }
td.TdClassName
{
border-color: #D92F47;
}
.TagClassName
{
border-color: #D92F47;
}
</style>