Shades of Amaranth #D92F51
Tints of Amaranth #D92F51
RGB
CMYK
RGB Variations
Color information
#D92F51 (or 0xD92F51) is known color: Amaranth. HEX triplet: D9, 2F and 51. RGB value is (217,47,81). Sum of RGB (Red+Green+Blue) = 217+47+81=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F51 is #26D0AE. Grayscale: #656565. Windows color (decimal): -2543791 or 5320665. OLE color: 5320665.
HSL color Cylindrical-coordinate representation of color #D92F51: hue angle of 348º 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 #D92F51 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 81 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.15 |
| HSL | 348º | 0.69% | 0.52% | - |
| HSV(B) | 348º | 0.78% | 0.85% | - |
| XYZ | 31.12 | 17.38 | 9.5 | - |
| YUV | 101.71 | 116.32 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 81 | 0 | 0.78 | 0.63 | 0.15 | 348 | 0.69 | 0.52 |
| Hex | D9 | 2F | 51 | 0 | 4E | 3F | F | 15C | 45 | 34 |
| Octal | 331 | 57 | 121 | 0 | 116 | 77 | 17 | 534 | 105 | 64 |
| Binary | 11011001 | 101111 | 1010001 | 0 | 1001110 | 111111 | 1111 | 101011100 | 1000101 | 110100 |
Color Harmonies of #D92F51
Complementary color
Monochromatic Colors of #D92F51
Black with #D92F51
Text Example
Text Example
White with #D92F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F51; }
p { color: rgb(217,47,81); }
H1.HeaderClassName
{
color: #D92F51;
}
.AnyTagClassName
{
color: #D92F51;
}
</style>
background-color css
<style>
a { background-color: #D92F51; }
a { background-color: rgb(217,47,81); }
div.DivClassName
{
background-color: #D92F51;
}
.BgClassName
{
background-color: #D92F51;
}
</style>
border-color css
<style>
span { border-color: #D92F51; }
span { border-color: rgb(217,47,81); }
td.TdClassName
{
border-color: #D92F51;
}
.TagClassName
{
border-color: #D92F51;
}
</style>