Shades of Amaranth #DF304C
Tints of Amaranth #DF304C
RGB
CMYK
RGB Variations
Color information
#DF304C (or 0xDF304C) is known color: Amaranth. HEX triplet: DF, 30 and 4C. RGB value is (223,48,76). Sum of RGB (Red+Green+Blue) = 223+48+76=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF304C is #20CFB3. Grayscale: #676767. Windows color (decimal): -2150324 or 4993247. OLE color: 4993247.
HSL color Cylindrical-coordinate representation of color #DF304C: hue angle of 350.4º 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 #DF304C is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 76 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.13 |
| HSL | 350.4º | 0.73% | 0.53% | - |
| HSV(B) | 350.4º | 0.78% | 0.87% | - |
| XYZ | 32.79 | 18.32 | 8.65 | - |
| YUV | 103.52 | 112.48 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 76 | 0 | 0.78 | 0.66 | 0.13 | 350.4 | 0.73 | 0.53 |
| Hex | DF | 30 | 4C | 0 | 4E | 42 | D | 15E | 49 | 35 |
| Octal | 337 | 60 | 114 | 0 | 116 | 102 | 15 | 536 | 111 | 65 |
| Binary | 11011111 | 110000 | 1001100 | 0 | 1001110 | 1000010 | 1101 | 101011110 | 1001001 | 110101 |
Color Harmonies of #DF304C
Complementary color
Monochromatic Colors of #DF304C
Black with #DF304C
Text Example
Text Example
White with #DF304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF304C; }
p { color: rgb(223,48,76); }
H1.HeaderClassName
{
color: #DF304C;
}
.AnyTagClassName
{
color: #DF304C;
}
</style>
background-color css
<style>
a { background-color: #DF304C; }
a { background-color: rgb(223,48,76); }
div.DivClassName
{
background-color: #DF304C;
}
.BgClassName
{
background-color: #DF304C;
}
</style>
border-color css
<style>
span { border-color: #DF304C; }
span { border-color: rgb(223,48,76); }
td.TdClassName
{
border-color: #DF304C;
}
.TagClassName
{
border-color: #DF304C;
}
</style>