Shades of Amaranth #D92E4C
Tints of Amaranth #D92E4C
RGB
CMYK
RGB Variations
Color information
#D92E4C (or 0xD92E4C) is known color: Amaranth. HEX triplet: D9, 2E and 4C. RGB value is (217,46,76). Sum of RGB (Red+Green+Blue) = 217+46+76=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92E4C is #26D1B3. Grayscale: #646464. Windows color (decimal): -2544052 or 4992729. OLE color: 4992729.
HSL color Cylindrical-coordinate representation of color #D92E4C: hue angle of 349.47º 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 #D92E4C is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 46 | 76 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.15 |
| HSL | 349.47º | 0.69% | 0.52% | - |
| HSV(B) | 349.47º | 0.79% | 0.85% | - |
| XYZ | 30.9 | 17.23 | 8.53 | - |
| YUV | 100.55 | 114.15 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 46 | 76 | 0 | 0.79 | 0.65 | 0.15 | 349.47 | 0.69 | 0.52 |
| Hex | D9 | 2E | 4C | 0 | 4F | 41 | F | 15D | 45 | 34 |
| Octal | 331 | 56 | 114 | 0 | 117 | 101 | 17 | 535 | 105 | 64 |
| Binary | 11011001 | 101110 | 1001100 | 0 | 1001111 | 1000001 | 1111 | 101011101 | 1000101 | 110100 |
Color Harmonies of #D92E4C
Complementary color
Monochromatic Colors of #D92E4C
Black with #D92E4C
Text Example
Text Example
White with #D92E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92E4C; }
p { color: rgb(217,46,76); }
H1.HeaderClassName
{
color: #D92E4C;
}
.AnyTagClassName
{
color: #D92E4C;
}
</style>
background-color css
<style>
a { background-color: #D92E4C; }
a { background-color: rgb(217,46,76); }
div.DivClassName
{
background-color: #D92E4C;
}
.BgClassName
{
background-color: #D92E4C;
}
</style>
border-color css
<style>
span { border-color: #D92E4C; }
span { border-color: rgb(217,46,76); }
td.TdClassName
{
border-color: #D92E4C;
}
.TagClassName
{
border-color: #D92E4C;
}
</style>