Shades of Amaranth #D82746
Tints of Amaranth #D82746
RGB
CMYK
RGB Variations
Color information
#D82746 (or 0xD82746) is known color: Amaranth. HEX triplet: D8, 27 and 46. RGB value is (216,39,70). Sum of RGB (Red+Green+Blue) = 216+39+70=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D82746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82746 is #27D8B9. Grayscale: #5F5F5F. Windows color (decimal): -2611386 or 4597720. OLE color: 4597720.
HSL color Cylindrical-coordinate representation of color #D82746: hue angle of 349.49º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D82746 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 39 | 70 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.15 |
| HSL | 349.49º | 0.69% | 0.5% | - |
| HSV(B) | 349.49º | 0.82% | 0.85% | - |
| XYZ | 30.15 | 16.49 | 7.39 | - |
| YUV | 95.46 | 113.64 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 70 | 0 | 0.82 | 0.68 | 0.15 | 349.49 | 0.69 | 0.5 |
| Hex | D8 | 27 | 46 | 0 | 52 | 44 | F | 15D | 45 | 32 |
| Octal | 330 | 47 | 106 | 0 | 122 | 104 | 17 | 535 | 105 | 62 |
| Binary | 11011000 | 100111 | 1000110 | 0 | 1010010 | 1000100 | 1111 | 101011101 | 1000101 | 110010 |
Color Harmonies of #D82746
Complementary color
Monochromatic Colors of #D82746
Black with #D82746
Text Example
Text Example
White with #D82746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82746; }
p { color: rgb(216,39,70); }
H1.HeaderClassName
{
color: #D82746;
}
.AnyTagClassName
{
color: #D82746;
}
</style>
background-color css
<style>
a { background-color: #D82746; }
a { background-color: rgb(216,39,70); }
div.DivClassName
{
background-color: #D82746;
}
.BgClassName
{
background-color: #D82746;
}
</style>
border-color css
<style>
span { border-color: #D82746; }
span { border-color: rgb(216,39,70); }
td.TdClassName
{
border-color: #D82746;
}
.TagClassName
{
border-color: #D82746;
}
</style>