Shades of Amaranth #D82449
Tints of Amaranth #D82449
RGB
CMYK
RGB Variations
Color information
#D82449 (or 0xD82449) is known color: Amaranth. HEX triplet: D8, 24 and 49. RGB value is (216,36,73). Sum of RGB (Red+Green+Blue) = 216+36+73=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D82449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82449 is #27DBB6. Grayscale: #5E5E5E. Windows color (decimal): -2612151 or 4793560. OLE color: 4793560.
HSL color Cylindrical-coordinate representation of color #D82449: hue angle of 347.67º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82449 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 73 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.15 |
| HSL | 347.67º | 0.71% | 0.49% | - |
| HSV(B) | 347.67º | 0.83% | 0.85% | - |
| XYZ | 30.15 | 16.34 | 7.87 | - |
| YUV | 94.04 | 116.13 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 73 | 0 | 0.83 | 0.66 | 0.15 | 347.67 | 0.71 | 0.49 |
| Hex | D8 | 24 | 49 | 0 | 53 | 42 | F | 15C | 47 | 31 |
| Octal | 330 | 44 | 111 | 0 | 123 | 102 | 17 | 534 | 107 | 61 |
| Binary | 11011000 | 100100 | 1001001 | 0 | 1010011 | 1000010 | 1111 | 101011100 | 1000111 | 110001 |
Color Harmonies of #D82449
Complementary color
Monochromatic Colors of #D82449
Black with #D82449
Text Example
Text Example
White with #D82449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82449; }
p { color: rgb(216,36,73); }
H1.HeaderClassName
{
color: #D82449;
}
.AnyTagClassName
{
color: #D82449;
}
</style>
background-color css
<style>
a { background-color: #D82449; }
a { background-color: rgb(216,36,73); }
div.DivClassName
{
background-color: #D82449;
}
.BgClassName
{
background-color: #D82449;
}
</style>
border-color css
<style>
span { border-color: #D82449; }
span { border-color: rgb(216,36,73); }
td.TdClassName
{
border-color: #D82449;
}
.TagClassName
{
border-color: #D82449;
}
</style>