Shades of Amaranth #DF234D
Tints of Amaranth #DF234D
RGB
CMYK
RGB Variations
Color information
#DF234D (or 0xDF234D) is known color: Amaranth. HEX triplet: DF, 23 and 4D. RGB value is (223,35,77). Sum of RGB (Red+Green+Blue) = 223+35+77=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF234D is #20DCB2. Grayscale: #606060. Windows color (decimal): -2153651 or 5055455. OLE color: 5055455.
HSL color Cylindrical-coordinate representation of color #DF234D: hue angle of 346.6º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF234D is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 77 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.13 |
| HSL | 346.6º | 0.75% | 0.51% | - |
| HSV(B) | 346.6º | 0.84% | 0.87% | - |
| XYZ | 32.37 | 17.43 | 8.68 | - |
| YUV | 96 | 117.28 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 77 | 0 | 0.84 | 0.65 | 0.13 | 346.6 | 0.75 | 0.51 |
| Hex | DF | 23 | 4D | 0 | 54 | 41 | D | 15B | 4B | 33 |
| Octal | 337 | 43 | 115 | 0 | 124 | 101 | 15 | 533 | 113 | 63 |
| Binary | 11011111 | 100011 | 1001101 | 0 | 1010100 | 1000001 | 1101 | 101011011 | 1001011 | 110011 |
Color Harmonies of #DF234D
Complementary color
Monochromatic Colors of #DF234D
Black with #DF234D
Text Example
Text Example
White with #DF234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF234D; }
p { color: rgb(223,35,77); }
H1.HeaderClassName
{
color: #DF234D;
}
.AnyTagClassName
{
color: #DF234D;
}
</style>
background-color css
<style>
a { background-color: #DF234D; }
a { background-color: rgb(223,35,77); }
div.DivClassName
{
background-color: #DF234D;
}
.BgClassName
{
background-color: #DF234D;
}
</style>
border-color css
<style>
span { border-color: #DF234D; }
span { border-color: rgb(223,35,77); }
td.TdClassName
{
border-color: #DF234D;
}
.TagClassName
{
border-color: #DF234D;
}
</style>