Shades of Amaranth #DF314C
Tints of Amaranth #DF314C
RGB
CMYK
RGB Variations
Color information
#DF314C (or 0xDF314C) is known color: Amaranth. HEX triplet: DF, 31 and 4C. RGB value is (223,49,76). Sum of RGB (Red+Green+Blue) = 223+49+76=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF314C is #20CEB3. Grayscale: #686868. Windows color (decimal): -2150068 or 4993503. OLE color: 4993503.
HSL color Cylindrical-coordinate representation of color #DF314C: hue angle of 350.69º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF314C is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 76 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.13 |
| HSL | 350.69º | 0.73% | 0.53% | - |
| HSV(B) | 350.69º | 0.78% | 0.87% | - |
| XYZ | 32.83 | 18.41 | 8.66 | - |
| YUV | 104.1 | 112.15 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 76 | 0 | 0.78 | 0.66 | 0.13 | 350.69 | 0.73 | 0.53 |
| Hex | DF | 31 | 4C | 0 | 4E | 42 | D | 15F | 49 | 35 |
| Octal | 337 | 61 | 114 | 0 | 116 | 102 | 15 | 537 | 111 | 65 |
| Binary | 11011111 | 110001 | 1001100 | 0 | 1001110 | 1000010 | 1101 | 101011111 | 1001001 | 110101 |
Color Harmonies of #DF314C
Complementary color
Monochromatic Colors of #DF314C
Black with #DF314C
Text Example
Text Example
White with #DF314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF314C; }
p { color: rgb(223,49,76); }
H1.HeaderClassName
{
color: #DF314C;
}
.AnyTagClassName
{
color: #DF314C;
}
</style>
background-color css
<style>
a { background-color: #DF314C; }
a { background-color: rgb(223,49,76); }
div.DivClassName
{
background-color: #DF314C;
}
.BgClassName
{
background-color: #DF314C;
}
</style>
border-color css
<style>
span { border-color: #DF314C; }
span { border-color: rgb(223,49,76); }
td.TdClassName
{
border-color: #DF314C;
}
.TagClassName
{
border-color: #DF314C;
}
</style>