Shades of Amaranth #DF264E
Tints of Amaranth #DF264E
RGB
CMYK
RGB Variations
Color information
#DF264E (or 0xDF264E) is known color: Amaranth. HEX triplet: DF, 26 and 4E. RGB value is (223,38,78). Sum of RGB (Red+Green+Blue) = 223+38+78=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF264E is #20D9B1. Grayscale: #616161. Windows color (decimal): -2152882 or 5121759. OLE color: 5121759.
HSL color Cylindrical-coordinate representation of color #DF264E: hue angle of 347.03º 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 #DF264E is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 78 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.13 |
| HSL | 347.03º | 0.74% | 0.51% | - |
| HSV(B) | 347.03º | 0.83% | 0.87% | - |
| XYZ | 32.5 | 17.62 | 8.9 | - |
| YUV | 97.88 | 116.79 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 78 | 0 | 0.83 | 0.65 | 0.13 | 347.03 | 0.74 | 0.51 |
| Hex | DF | 26 | 4E | 0 | 53 | 41 | D | 15B | 4A | 33 |
| Octal | 337 | 46 | 116 | 0 | 123 | 101 | 15 | 533 | 112 | 63 |
| Binary | 11011111 | 100110 | 1001110 | 0 | 1010011 | 1000001 | 1101 | 101011011 | 1001010 | 110011 |
Color Harmonies of #DF264E
Complementary color
Monochromatic Colors of #DF264E
Black with #DF264E
Text Example
Text Example
White with #DF264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF264E; }
p { color: rgb(223,38,78); }
H1.HeaderClassName
{
color: #DF264E;
}
.AnyTagClassName
{
color: #DF264E;
}
</style>
background-color css
<style>
a { background-color: #DF264E; }
a { background-color: rgb(223,38,78); }
div.DivClassName
{
background-color: #DF264E;
}
.BgClassName
{
background-color: #DF264E;
}
</style>
border-color css
<style>
span { border-color: #DF264E; }
span { border-color: rgb(223,38,78); }
td.TdClassName
{
border-color: #DF264E;
}
.TagClassName
{
border-color: #DF264E;
}
</style>