Shades of Amaranth #DF1F4F
Tints of Amaranth #DF1F4F
RGB
CMYK
RGB Variations
Color information
#DF1F4F (or 0xDF1F4F) is known color: Amaranth. HEX triplet: DF, 1F and 4F. RGB value is (223,31,79). Sum of RGB (Red+Green+Blue) = 223+31+79=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1F4F is #20E0B0. Grayscale: #5D5D5D. Windows color (decimal): -2154673 or 5185503. OLE color: 5185503.
HSL color Cylindrical-coordinate representation of color #DF1F4F: hue angle of 345º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF1F4F is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 31 | 79 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.13 |
| HSL | 345º | 0.76% | 0.5% | - |
| HSV(B) | 345º | 0.86% | 0.87% | - |
| XYZ | 32.33 | 17.23 | 9.02 | - |
| YUV | 93.88 | 119.61 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 79 | 0 | 0.86 | 0.65 | 0.13 | 345 | 0.76 | 0.5 |
| Hex | DF | 1F | 4F | 0 | 56 | 41 | D | 159 | 4C | 32 |
| Octal | 337 | 37 | 117 | 0 | 126 | 101 | 15 | 531 | 114 | 62 |
| Binary | 11011111 | 11111 | 1001111 | 0 | 1010110 | 1000001 | 1101 | 101011001 | 1001100 | 110010 |
Color Harmonies of #DF1F4F
Complementary color
Monochromatic Colors of #DF1F4F
Black with #DF1F4F
Text Example
Text Example
White with #DF1F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1F4F; }
p { color: rgb(223,31,79); }
H1.HeaderClassName
{
color: #DF1F4F;
}
.AnyTagClassName
{
color: #DF1F4F;
}
</style>
background-color css
<style>
a { background-color: #DF1F4F; }
a { background-color: rgb(223,31,79); }
div.DivClassName
{
background-color: #DF1F4F;
}
.BgClassName
{
background-color: #DF1F4F;
}
</style>
border-color css
<style>
span { border-color: #DF1F4F; }
span { border-color: rgb(223,31,79); }
td.TdClassName
{
border-color: #DF1F4F;
}
.TagClassName
{
border-color: #DF1F4F;
}
</style>