Shades of Amaranth #DF3B49
Tints of Amaranth #DF3B49
RGB
CMYK
RGB Variations
Color information
#DF3B49 (or 0xDF3B49) is known color: Amaranth. HEX triplet: DF, 3B and 49. RGB value is (223,59,73). Sum of RGB (Red+Green+Blue) = 223+59+73=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3B49 is #20C4B6. Grayscale: #6D6D6D. Windows color (decimal): -2147511 or 4799455. OLE color: 4799455.
HSL color Cylindrical-coordinate representation of color #DF3B49: hue angle of 354.88º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3B49 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 73 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.13 |
| HSL | 354.88º | 0.72% | 0.55% | - |
| HSV(B) | 354.88º | 0.74% | 0.87% | - |
| XYZ | 33.2 | 19.3 | 8.28 | - |
| YUV | 109.63 | 107.33 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 73 | 0 | 0.74 | 0.67 | 0.13 | 354.88 | 0.72 | 0.55 |
| Hex | DF | 3B | 49 | 0 | 4A | 43 | D | 163 | 48 | 37 |
| Octal | 337 | 73 | 111 | 0 | 112 | 103 | 15 | 543 | 110 | 67 |
| Binary | 11011111 | 111011 | 1001001 | 0 | 1001010 | 1000011 | 1101 | 101100011 | 1001000 | 110111 |
Color Harmonies of #DF3B49
Complementary color
Monochromatic Colors of #DF3B49
Black with #DF3B49
Text Example
Text Example
White with #DF3B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3B49; }
p { color: rgb(223,59,73); }
H1.HeaderClassName
{
color: #DF3B49;
}
.AnyTagClassName
{
color: #DF3B49;
}
</style>
background-color css
<style>
a { background-color: #DF3B49; }
a { background-color: rgb(223,59,73); }
div.DivClassName
{
background-color: #DF3B49;
}
.BgClassName
{
background-color: #DF3B49;
}
</style>
border-color css
<style>
span { border-color: #DF3B49; }
span { border-color: rgb(223,59,73); }
td.TdClassName
{
border-color: #DF3B49;
}
.TagClassName
{
border-color: #DF3B49;
}
</style>