Shades of Amaranth #D92F46
Tints of Amaranth #D92F46
RGB
CMYK
RGB Variations
Color information
#D92F46 (or 0xD92F46) is known color: Amaranth. HEX triplet: D9, 2F and 46. RGB value is (217,47,70). Sum of RGB (Red+Green+Blue) = 217+47+70=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92F46 is #26D0B9. Grayscale: #646464. Windows color (decimal): -2543802 or 4599769. OLE color: 4599769.
HSL color Cylindrical-coordinate representation of color #D92F46: hue angle of 351.88º 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 #D92F46 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 70 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.15 |
| HSL | 351.88º | 0.69% | 0.52% | - |
| HSV(B) | 351.88º | 0.78% | 0.85% | - |
| XYZ | 30.74 | 17.23 | 7.5 | - |
| YUV | 100.45 | 110.82 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 70 | 0 | 0.78 | 0.68 | 0.15 | 351.88 | 0.69 | 0.52 |
| Hex | D9 | 2F | 46 | 0 | 4E | 44 | F | 160 | 45 | 34 |
| Octal | 331 | 57 | 106 | 0 | 116 | 104 | 17 | 540 | 105 | 64 |
| Binary | 11011001 | 101111 | 1000110 | 0 | 1001110 | 1000100 | 1111 | 101100000 | 1000101 | 110100 |
Color Harmonies of #D92F46
Complementary color
Monochromatic Colors of #D92F46
Black with #D92F46
Text Example
Text Example
White with #D92F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F46; }
p { color: rgb(217,47,70); }
H1.HeaderClassName
{
color: #D92F46;
}
.AnyTagClassName
{
color: #D92F46;
}
</style>
background-color css
<style>
a { background-color: #D92F46; }
a { background-color: rgb(217,47,70); }
div.DivClassName
{
background-color: #D92F46;
}
.BgClassName
{
background-color: #D92F46;
}
</style>
border-color css
<style>
span { border-color: #D92F46; }
span { border-color: rgb(217,47,70); }
td.TdClassName
{
border-color: #D92F46;
}
.TagClassName
{
border-color: #D92F46;
}
</style>