Shades of Amaranth #DF254C
Tints of Amaranth #DF254C
RGB
CMYK
RGB Variations
Color information
#DF254C (or 0xDF254C) is known color: Amaranth. HEX triplet: DF, 25 and 4C. RGB value is (223,37,76). Sum of RGB (Red+Green+Blue) = 223+37+76=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF254C is #20DAB3. Grayscale: #616161. Windows color (decimal): -2153140 or 4990431. OLE color: 4990431.
HSL color Cylindrical-coordinate representation of color #DF254C: hue angle of 347.42º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF254C is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 76 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.13 |
| HSL | 347.42º | 0.74% | 0.51% | - |
| HSV(B) | 347.42º | 0.83% | 0.87% | - |
| XYZ | 32.4 | 17.53 | 8.51 | - |
| YUV | 97.06 | 116.12 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 76 | 0 | 0.83 | 0.66 | 0.13 | 347.42 | 0.74 | 0.51 |
| Hex | DF | 25 | 4C | 0 | 53 | 42 | D | 15B | 4A | 33 |
| Octal | 337 | 45 | 114 | 0 | 123 | 102 | 15 | 533 | 112 | 63 |
| Binary | 11011111 | 100101 | 1001100 | 0 | 1010011 | 1000010 | 1101 | 101011011 | 1001010 | 110011 |
Color Harmonies of #DF254C
Complementary color
Monochromatic Colors of #DF254C
Black with #DF254C
Text Example
Text Example
White with #DF254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF254C; }
p { color: rgb(223,37,76); }
H1.HeaderClassName
{
color: #DF254C;
}
.AnyTagClassName
{
color: #DF254C;
}
</style>
background-color css
<style>
a { background-color: #DF254C; }
a { background-color: rgb(223,37,76); }
div.DivClassName
{
background-color: #DF254C;
}
.BgClassName
{
background-color: #DF254C;
}
</style>
border-color css
<style>
span { border-color: #DF254C; }
span { border-color: rgb(223,37,76); }
td.TdClassName
{
border-color: #DF254C;
}
.TagClassName
{
border-color: #DF254C;
}
</style>