Shades of Amaranth #DF3651
Tints of Amaranth #DF3651
RGB
CMYK
RGB Variations
Color information
#DF3651 (or 0xDF3651) is known color: Amaranth. HEX triplet: DF, 36 and 51. RGB value is (223,54,81). Sum of RGB (Red+Green+Blue) = 223+54+81=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3651 is #20C9AE. Grayscale: #6B6B6B. Windows color (decimal): -2148783 or 5322463. OLE color: 5322463.
HSL color Cylindrical-coordinate representation of color #DF3651: hue angle of 350.41º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF3651 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 81 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.13 |
| HSL | 350.41º | 0.73% | 0.54% | - |
| HSV(B) | 350.41º | 0.76% | 0.87% | - |
| XYZ | 33.24 | 18.92 | 9.68 | - |
| YUV | 107.61 | 112.99 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 81 | 0 | 0.76 | 0.64 | 0.13 | 350.41 | 0.73 | 0.54 |
| Hex | DF | 36 | 51 | 0 | 4C | 40 | D | 15E | 49 | 36 |
| Octal | 337 | 66 | 121 | 0 | 114 | 100 | 15 | 536 | 111 | 66 |
| Binary | 11011111 | 110110 | 1010001 | 0 | 1001100 | 1000000 | 1101 | 101011110 | 1001001 | 110110 |
Color Harmonies of #DF3651
Complementary color
Monochromatic Colors of #DF3651
Black with #DF3651
Text Example
Text Example
White with #DF3651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3651; }
p { color: rgb(223,54,81); }
H1.HeaderClassName
{
color: #DF3651;
}
.AnyTagClassName
{
color: #DF3651;
}
</style>
background-color css
<style>
a { background-color: #DF3651; }
a { background-color: rgb(223,54,81); }
div.DivClassName
{
background-color: #DF3651;
}
.BgClassName
{
background-color: #DF3651;
}
</style>
border-color css
<style>
span { border-color: #DF3651; }
span { border-color: rgb(223,54,81); }
td.TdClassName
{
border-color: #DF3651;
}
.TagClassName
{
border-color: #DF3651;
}
</style>