Shades of Amaranth #DF2C51
Tints of Amaranth #DF2C51
RGB
CMYK
RGB Variations
Color information
#DF2C51 (or 0xDF2C51) is known color: Amaranth. HEX triplet: DF, 2C and 51. RGB value is (223,44,81). Sum of RGB (Red+Green+Blue) = 223+44+81=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2C51 is #20D3AE. Grayscale: #656565. Windows color (decimal): -2151343 or 5319903. OLE color: 5319903.
HSL color Cylindrical-coordinate representation of color #DF2C51: hue angle of 347.6º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2C51 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 81 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.13 |
| HSL | 347.6º | 0.74% | 0.52% | - |
| HSV(B) | 347.6º | 0.8% | 0.87% | - |
| XYZ | 32.82 | 18.08 | 9.55 | - |
| YUV | 101.74 | 116.3 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 81 | 0 | 0.80 | 0.64 | 0.13 | 347.6 | 0.74 | 0.52 |
| Hex | DF | 2C | 51 | 0 | 50 | 40 | D | 15C | 4A | 34 |
| Octal | 337 | 54 | 121 | 0 | 120 | 100 | 15 | 534 | 112 | 64 |
| Binary | 11011111 | 101100 | 1010001 | 0 | 1010000 | 1000000 | 1101 | 101011100 | 1001010 | 110100 |
Color Harmonies of #DF2C51
Complementary color
Monochromatic Colors of #DF2C51
Black with #DF2C51
Text Example
Text Example
White with #DF2C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2C51; }
p { color: rgb(223,44,81); }
H1.HeaderClassName
{
color: #DF2C51;
}
.AnyTagClassName
{
color: #DF2C51;
}
</style>
background-color css
<style>
a { background-color: #DF2C51; }
a { background-color: rgb(223,44,81); }
div.DivClassName
{
background-color: #DF2C51;
}
.BgClassName
{
background-color: #DF2C51;
}
</style>
border-color css
<style>
span { border-color: #DF2C51; }
span { border-color: rgb(223,44,81); }
td.TdClassName
{
border-color: #DF2C51;
}
.TagClassName
{
border-color: #DF2C51;
}
</style>