Shades of Amaranth #DF3B48
Tints of Amaranth #DF3B48
RGB
CMYK
RGB Variations
Color information
#DF3B48 (or 0xDF3B48) is known color: Amaranth. HEX triplet: DF, 3B and 48. RGB value is (223,59,72). Sum of RGB (Red+Green+Blue) = 223+59+72=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3B48 is #20C4B7. Grayscale: #6D6D6D. Windows color (decimal): -2147512 or 4733919. OLE color: 4733919.
HSL color Cylindrical-coordinate representation of color #DF3B48: hue angle of 355.24º 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 #DF3B48 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 72 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.13 |
| HSL | 355.24º | 0.72% | 0.55% | - |
| HSV(B) | 355.24º | 0.74% | 0.87% | - |
| XYZ | 33.17 | 19.28 | 8.11 | - |
| YUV | 109.52 | 106.83 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 72 | 0 | 0.74 | 0.68 | 0.13 | 355.24 | 0.72 | 0.55 |
| Hex | DF | 3B | 48 | 0 | 4A | 44 | D | 163 | 48 | 37 |
| Octal | 337 | 73 | 110 | 0 | 112 | 104 | 15 | 543 | 110 | 67 |
| Binary | 11011111 | 111011 | 1001000 | 0 | 1001010 | 1000100 | 1101 | 101100011 | 1001000 | 110111 |
Color Harmonies of #DF3B48
Complementary color
Monochromatic Colors of #DF3B48
Black with #DF3B48
Text Example
Text Example
White with #DF3B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3B48; }
p { color: rgb(223,59,72); }
H1.HeaderClassName
{
color: #DF3B48;
}
.AnyTagClassName
{
color: #DF3B48;
}
</style>
background-color css
<style>
a { background-color: #DF3B48; }
a { background-color: rgb(223,59,72); }
div.DivClassName
{
background-color: #DF3B48;
}
.BgClassName
{
background-color: #DF3B48;
}
</style>
border-color css
<style>
span { border-color: #DF3B48; }
span { border-color: rgb(223,59,72); }
td.TdClassName
{
border-color: #DF3B48;
}
.TagClassName
{
border-color: #DF3B48;
}
</style>