Shades of Amaranth #DF3750
Tints of Amaranth #DF3750
RGB
CMYK
RGB Variations
Color information
#DF3750 (or 0xDF3750) is known color: Amaranth. HEX triplet: DF, 37 and 50. RGB value is (223,55,80). Sum of RGB (Red+Green+Blue) = 223+55+80=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3750 is #20C8AF. Grayscale: #6C6C6C. Windows color (decimal): -2148528 or 5257183. OLE color: 5257183.
HSL color Cylindrical-coordinate representation of color #DF3750: hue angle of 351.07º 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 #DF3750 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 80 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.13 |
| HSL | 351.07º | 0.72% | 0.55% | - |
| HSV(B) | 351.07º | 0.75% | 0.87% | - |
| XYZ | 33.25 | 19 | 9.5 | - |
| YUV | 108.08 | 112.16 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 80 | 0 | 0.75 | 0.64 | 0.13 | 351.07 | 0.72 | 0.55 |
| Hex | DF | 37 | 50 | 0 | 4B | 40 | D | 15F | 48 | 37 |
| Octal | 337 | 67 | 120 | 0 | 113 | 100 | 15 | 537 | 110 | 67 |
| Binary | 11011111 | 110111 | 1010000 | 0 | 1001011 | 1000000 | 1101 | 101011111 | 1001000 | 110111 |
Color Harmonies of #DF3750
Complementary color
Monochromatic Colors of #DF3750
Black with #DF3750
Text Example
Text Example
White with #DF3750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3750; }
p { color: rgb(223,55,80); }
H1.HeaderClassName
{
color: #DF3750;
}
.AnyTagClassName
{
color: #DF3750;
}
</style>
background-color css
<style>
a { background-color: #DF3750; }
a { background-color: rgb(223,55,80); }
div.DivClassName
{
background-color: #DF3750;
}
.BgClassName
{
background-color: #DF3750;
}
</style>
border-color css
<style>
span { border-color: #DF3750; }
span { border-color: rgb(223,55,80); }
td.TdClassName
{
border-color: #DF3750;
}
.TagClassName
{
border-color: #DF3750;
}
</style>