Shades of Amaranth #DF4250
Tints of Amaranth #DF4250
RGB
CMYK
RGB Variations
Color information
#DF4250 (or 0xDF4250) is known color: Amaranth. HEX triplet: DF, 42 and 50. RGB value is (223,66,80). Sum of RGB (Red+Green+Blue) = 223+66+80=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4250 is #20BDAF. Grayscale: #727272. Windows color (decimal): -2145712 or 5259999. OLE color: 5259999.
HSL color Cylindrical-coordinate representation of color #DF4250: hue angle of 354.65º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4250 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 80 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.13 |
| HSL | 354.65º | 0.71% | 0.57% | - |
| HSV(B) | 354.65º | 0.7% | 0.87% | - |
| XYZ | 33.83 | 20.16 | 9.7 | - |
| YUV | 114.54 | 108.51 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 80 | 0 | 0.70 | 0.64 | 0.13 | 354.65 | 0.71 | 0.57 |
| Hex | DF | 42 | 50 | 0 | 46 | 40 | D | 163 | 47 | 39 |
| Octal | 337 | 102 | 120 | 0 | 106 | 100 | 15 | 543 | 107 | 71 |
| Binary | 11011111 | 1000010 | 1010000 | 0 | 1000110 | 1000000 | 1101 | 101100011 | 1000111 | 111001 |
Color Harmonies of #DF4250
Complementary color
Monochromatic Colors of #DF4250
Black with #DF4250
Text Example
Text Example
White with #DF4250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4250; }
p { color: rgb(223,66,80); }
H1.HeaderClassName
{
color: #DF4250;
}
.AnyTagClassName
{
color: #DF4250;
}
</style>
background-color css
<style>
a { background-color: #DF4250; }
a { background-color: rgb(223,66,80); }
div.DivClassName
{
background-color: #DF4250;
}
.BgClassName
{
background-color: #DF4250;
}
</style>
border-color css
<style>
span { border-color: #DF4250; }
span { border-color: rgb(223,66,80); }
td.TdClassName
{
border-color: #DF4250;
}
.TagClassName
{
border-color: #DF4250;
}
</style>