Shades of Amaranth #DF264D
Tints of Amaranth #DF264D
RGB
CMYK
RGB Variations
Color information
#DF264D (or 0xDF264D) is known color: Amaranth. HEX triplet: DF, 26 and 4D. RGB value is (223,38,77). Sum of RGB (Red+Green+Blue) = 223+38+77=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF264D is #20D9B2. Grayscale: #616161. Windows color (decimal): -2152883 or 5056223. OLE color: 5056223.
HSL color Cylindrical-coordinate representation of color #DF264D: hue angle of 347.35º 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 #DF264D is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 77 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.13 |
| HSL | 347.35º | 0.74% | 0.51% | - |
| HSV(B) | 347.35º | 0.83% | 0.87% | - |
| XYZ | 32.46 | 17.61 | 8.71 | - |
| YUV | 97.76 | 116.29 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 77 | 0 | 0.83 | 0.65 | 0.13 | 347.35 | 0.74 | 0.51 |
| Hex | DF | 26 | 4D | 0 | 53 | 41 | D | 15B | 4A | 33 |
| Octal | 337 | 46 | 115 | 0 | 123 | 101 | 15 | 533 | 112 | 63 |
| Binary | 11011111 | 100110 | 1001101 | 0 | 1010011 | 1000001 | 1101 | 101011011 | 1001010 | 110011 |
Color Harmonies of #DF264D
Complementary color
Monochromatic Colors of #DF264D
Black with #DF264D
Text Example
Text Example
White with #DF264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF264D; }
p { color: rgb(223,38,77); }
H1.HeaderClassName
{
color: #DF264D;
}
.AnyTagClassName
{
color: #DF264D;
}
</style>
background-color css
<style>
a { background-color: #DF264D; }
a { background-color: rgb(223,38,77); }
div.DivClassName
{
background-color: #DF264D;
}
.BgClassName
{
background-color: #DF264D;
}
</style>
border-color css
<style>
span { border-color: #DF264D; }
span { border-color: rgb(223,38,77); }
td.TdClassName
{
border-color: #DF264D;
}
.TagClassName
{
border-color: #DF264D;
}
</style>