Shades of Amaranth #D92C51
Tints of Amaranth #D92C51
RGB
CMYK
RGB Variations
Color information
#D92C51 (or 0xD92C51) is known color: Amaranth. HEX triplet: D9, 2C and 51. RGB value is (217,44,81). Sum of RGB (Red+Green+Blue) = 217+44+81=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92C51 is #26D3AE. Grayscale: #636363. Windows color (decimal): -2544559 or 5319897. OLE color: 5319897.
HSL color Cylindrical-coordinate representation of color #D92C51: hue angle of 347.17º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92C51 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 44 | 81 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.15 |
| HSL | 347.17º | 0.69% | 0.51% | - |
| HSV(B) | 347.17º | 0.8% | 0.85% | - |
| XYZ | 31 | 17.15 | 9.46 | - |
| YUV | 99.95 | 117.31 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 81 | 0 | 0.80 | 0.63 | 0.15 | 347.17 | 0.69 | 0.51 |
| Hex | D9 | 2C | 51 | 0 | 50 | 3F | F | 15B | 45 | 33 |
| Octal | 331 | 54 | 121 | 0 | 120 | 77 | 17 | 533 | 105 | 63 |
| Binary | 11011001 | 101100 | 1010001 | 0 | 1010000 | 111111 | 1111 | 101011011 | 1000101 | 110011 |
Color Harmonies of #D92C51
Complementary color
Monochromatic Colors of #D92C51
Black with #D92C51
Text Example
Text Example
White with #D92C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92C51; }
p { color: rgb(217,44,81); }
H1.HeaderClassName
{
color: #D92C51;
}
.AnyTagClassName
{
color: #D92C51;
}
</style>
background-color css
<style>
a { background-color: #D92C51; }
a { background-color: rgb(217,44,81); }
div.DivClassName
{
background-color: #D92C51;
}
.BgClassName
{
background-color: #D92C51;
}
</style>
border-color css
<style>
span { border-color: #D92C51; }
span { border-color: rgb(217,44,81); }
td.TdClassName
{
border-color: #D92C51;
}
.TagClassName
{
border-color: #D92C51;
}
</style>