Shades of Amaranth #DF3751
Tints of Amaranth #DF3751
RGB
CMYK
RGB Variations
Color information
#DF3751 (or 0xDF3751) is known color: Amaranth. HEX triplet: DF, 37 and 51. RGB value is (223,55,81). Sum of RGB (Red+Green+Blue) = 223+55+81=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3751 is #20C8AE. Grayscale: #6C6C6C. Windows color (decimal): -2148527 or 5322719. OLE color: 5322719.
HSL color Cylindrical-coordinate representation of color #DF3751: hue angle of 350.71º 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 #DF3751 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 81 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.13 |
| HSL | 350.71º | 0.72% | 0.55% | - |
| HSV(B) | 350.71º | 0.75% | 0.87% | - |
| XYZ | 33.28 | 19.01 | 9.7 | - |
| YUV | 108.2 | 112.66 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 81 | 0 | 0.75 | 0.64 | 0.13 | 350.71 | 0.72 | 0.55 |
| Hex | DF | 37 | 51 | 0 | 4B | 40 | D | 15F | 48 | 37 |
| Octal | 337 | 67 | 121 | 0 | 113 | 100 | 15 | 537 | 110 | 67 |
| Binary | 11011111 | 110111 | 1010001 | 0 | 1001011 | 1000000 | 1101 | 101011111 | 1001000 | 110111 |
Color Harmonies of #DF3751
Complementary color
Monochromatic Colors of #DF3751
Black with #DF3751
Text Example
Text Example
White with #DF3751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3751; }
p { color: rgb(223,55,81); }
H1.HeaderClassName
{
color: #DF3751;
}
.AnyTagClassName
{
color: #DF3751;
}
</style>
background-color css
<style>
a { background-color: #DF3751; }
a { background-color: rgb(223,55,81); }
div.DivClassName
{
background-color: #DF3751;
}
.BgClassName
{
background-color: #DF3751;
}
</style>
border-color css
<style>
span { border-color: #DF3751; }
span { border-color: rgb(223,55,81); }
td.TdClassName
{
border-color: #DF3751;
}
.TagClassName
{
border-color: #DF3751;
}
</style>