Shades of Amaranth #D93849
Tints of Amaranth #D93849
RGB
CMYK
RGB Variations
Color information
#D93849 (or 0xD93849) is known color: Amaranth. HEX triplet: D9, 38 and 49. RGB value is (217,56,73). Sum of RGB (Red+Green+Blue) = 217+56+73=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D93849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93849 is #26C7B6. Grayscale: #6A6A6A. Windows color (decimal): -2541495 or 4798681. OLE color: 4798681.
HSL color Cylindrical-coordinate representation of color #D93849: hue angle of 353.66º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93849 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 73 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.15 |
| HSL | 353.66º | 0.68% | 0.54% | - |
| HSV(B) | 353.66º | 0.74% | 0.85% | - |
| XYZ | 31.23 | 18.06 | 8.14 | - |
| YUV | 106.08 | 109.34 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 73 | 0 | 0.74 | 0.66 | 0.15 | 353.66 | 0.68 | 0.54 |
| Hex | D9 | 38 | 49 | 0 | 4A | 42 | F | 162 | 44 | 36 |
| Octal | 331 | 70 | 111 | 0 | 112 | 102 | 17 | 542 | 104 | 66 |
| Binary | 11011001 | 111000 | 1001001 | 0 | 1001010 | 1000010 | 1111 | 101100010 | 1000100 | 110110 |
Color Harmonies of #D93849
Complementary color
Monochromatic Colors of #D93849
Black with #D93849
Text Example
Text Example
White with #D93849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93849; }
p { color: rgb(217,56,73); }
H1.HeaderClassName
{
color: #D93849;
}
.AnyTagClassName
{
color: #D93849;
}
</style>
background-color css
<style>
a { background-color: #D93849; }
a { background-color: rgb(217,56,73); }
div.DivClassName
{
background-color: #D93849;
}
.BgClassName
{
background-color: #D93849;
}
</style>
border-color css
<style>
span { border-color: #D93849; }
span { border-color: rgb(217,56,73); }
td.TdClassName
{
border-color: #D93849;
}
.TagClassName
{
border-color: #D93849;
}
</style>