Shades of Amaranth #DF3748
Tints of Amaranth #DF3748
RGB
CMYK
RGB Variations
Color information
#DF3748 (or 0xDF3748) is known color: Amaranth. HEX triplet: DF, 37 and 48. RGB value is (223,55,72). Sum of RGB (Red+Green+Blue) = 223+55+72=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3748 is #20C8B7. Grayscale: #6B6B6B. Windows color (decimal): -2148536 or 4732895. OLE color: 4732895.
HSL color Cylindrical-coordinate representation of color #DF3748: hue angle of 353.93º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF3748 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 72 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.13 |
| HSL | 353.93º | 0.72% | 0.55% | - |
| HSV(B) | 353.93º | 0.75% | 0.87% | - |
| XYZ | 32.97 | 18.89 | 8.04 | - |
| YUV | 107.17 | 108.16 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 72 | 0 | 0.75 | 0.68 | 0.13 | 353.93 | 0.72 | 0.55 |
| Hex | DF | 37 | 48 | 0 | 4B | 44 | D | 162 | 48 | 37 |
| Octal | 337 | 67 | 110 | 0 | 113 | 104 | 15 | 542 | 110 | 67 |
| Binary | 11011111 | 110111 | 1001000 | 0 | 1001011 | 1000100 | 1101 | 101100010 | 1001000 | 110111 |
Color Harmonies of #DF3748
Complementary color
Monochromatic Colors of #DF3748
Black with #DF3748
Text Example
Text Example
White with #DF3748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3748; }
p { color: rgb(223,55,72); }
H1.HeaderClassName
{
color: #DF3748;
}
.AnyTagClassName
{
color: #DF3748;
}
</style>
background-color css
<style>
a { background-color: #DF3748; }
a { background-color: rgb(223,55,72); }
div.DivClassName
{
background-color: #DF3748;
}
.BgClassName
{
background-color: #DF3748;
}
</style>
border-color css
<style>
span { border-color: #DF3748; }
span { border-color: rgb(223,55,72); }
td.TdClassName
{
border-color: #DF3748;
}
.TagClassName
{
border-color: #DF3748;
}
</style>