Shades of Amaranth #DF374D
Tints of Amaranth #DF374D
RGB
CMYK
RGB Variations
Color information
#DF374D (or 0xDF374D) is known color: Amaranth. HEX triplet: DF, 37 and 4D. RGB value is (223,55,77). Sum of RGB (Red+Green+Blue) = 223+55+77=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF374D is #20C8B2. Grayscale: #6B6B6B. Windows color (decimal): -2148531 or 5060575. OLE color: 5060575.
HSL color Cylindrical-coordinate representation of color #DF374D: hue angle of 352.14º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF374D is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 77 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.13 |
| HSL | 352.14º | 0.72% | 0.55% | - |
| HSV(B) | 352.14º | 0.75% | 0.87% | - |
| XYZ | 33.14 | 18.96 | 8.93 | - |
| YUV | 107.74 | 110.66 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 77 | 0 | 0.75 | 0.65 | 0.13 | 352.14 | 0.72 | 0.55 |
| Hex | DF | 37 | 4D | 0 | 4B | 41 | D | 160 | 48 | 37 |
| Octal | 337 | 67 | 115 | 0 | 113 | 101 | 15 | 540 | 110 | 67 |
| Binary | 11011111 | 110111 | 1001101 | 0 | 1001011 | 1000001 | 1101 | 101100000 | 1001000 | 110111 |
Color Harmonies of #DF374D
Complementary color
Monochromatic Colors of #DF374D
Black with #DF374D
Text Example
Text Example
White with #DF374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF374D; }
p { color: rgb(223,55,77); }
H1.HeaderClassName
{
color: #DF374D;
}
.AnyTagClassName
{
color: #DF374D;
}
</style>
background-color css
<style>
a { background-color: #DF374D; }
a { background-color: rgb(223,55,77); }
div.DivClassName
{
background-color: #DF374D;
}
.BgClassName
{
background-color: #DF374D;
}
</style>
border-color css
<style>
span { border-color: #DF374D; }
span { border-color: rgb(223,55,77); }
td.TdClassName
{
border-color: #DF374D;
}
.TagClassName
{
border-color: #DF374D;
}
</style>