Shades of Amaranth #D82C4C
Tints of Amaranth #D82C4C
RGB
CMYK
RGB Variations
Color information
#D82C4C (or 0xD82C4C) is known color: Amaranth. HEX triplet: D8, 2C and 4C. RGB value is (216,44,76). Sum of RGB (Red+Green+Blue) = 216+44+76=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C4C is #27D3B3. Grayscale: #636363. Windows color (decimal): -2610100 or 4992216. OLE color: 4992216.
HSL color Cylindrical-coordinate representation of color #D82C4C: hue angle of 348.84º 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 #D82C4C is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 76 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.15 |
| HSL | 348.84º | 0.69% | 0.51% | - |
| HSV(B) | 348.84º | 0.8% | 0.85% | - |
| XYZ | 30.52 | 16.92 | 8.49 | - |
| YUV | 99.08 | 114.98 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 76 | 0 | 0.80 | 0.65 | 0.15 | 348.84 | 0.69 | 0.51 |
| Hex | D8 | 2C | 4C | 0 | 50 | 41 | F | 15D | 45 | 33 |
| Octal | 330 | 54 | 114 | 0 | 120 | 101 | 17 | 535 | 105 | 63 |
| Binary | 11011000 | 101100 | 1001100 | 0 | 1010000 | 1000001 | 1111 | 101011101 | 1000101 | 110011 |
Color Harmonies of #D82C4C
Complementary color
Monochromatic Colors of #D82C4C
Black with #D82C4C
Text Example
Text Example
White with #D82C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C4C; }
p { color: rgb(216,44,76); }
H1.HeaderClassName
{
color: #D82C4C;
}
.AnyTagClassName
{
color: #D82C4C;
}
</style>
background-color css
<style>
a { background-color: #D82C4C; }
a { background-color: rgb(216,44,76); }
div.DivClassName
{
background-color: #D82C4C;
}
.BgClassName
{
background-color: #D82C4C;
}
</style>
border-color css
<style>
span { border-color: #D82C4C; }
span { border-color: rgb(216,44,76); }
td.TdClassName
{
border-color: #D82C4C;
}
.TagClassName
{
border-color: #D82C4C;
}
</style>