Shades of Amaranth #DF274D
Tints of Amaranth #DF274D
RGB
CMYK
RGB Variations
Color information
#DF274D (or 0xDF274D) is known color: Amaranth. HEX triplet: DF, 27 and 4D. RGB value is (223,39,77). Sum of RGB (Red+Green+Blue) = 223+39+77=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF274D is #20D8B2. Grayscale: #626262. Windows color (decimal): -2152627 or 5056479. OLE color: 5056479.
HSL color Cylindrical-coordinate representation of color #DF274D: hue angle of 347.61º 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 #DF274D is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 77 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.13 |
| HSL | 347.61º | 0.74% | 0.51% | - |
| HSV(B) | 347.61º | 0.83% | 0.87% | - |
| XYZ | 32.5 | 17.67 | 8.72 | - |
| YUV | 98.35 | 115.96 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 77 | 0 | 0.83 | 0.65 | 0.13 | 347.61 | 0.74 | 0.51 |
| Hex | DF | 27 | 4D | 0 | 53 | 41 | D | 15C | 4A | 33 |
| Octal | 337 | 47 | 115 | 0 | 123 | 101 | 15 | 534 | 112 | 63 |
| Binary | 11011111 | 100111 | 1001101 | 0 | 1010011 | 1000001 | 1101 | 101011100 | 1001010 | 110011 |
Color Harmonies of #DF274D
Complementary color
Monochromatic Colors of #DF274D
Black with #DF274D
Text Example
Text Example
White with #DF274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF274D; }
p { color: rgb(223,39,77); }
H1.HeaderClassName
{
color: #DF274D;
}
.AnyTagClassName
{
color: #DF274D;
}
</style>
background-color css
<style>
a { background-color: #DF274D; }
a { background-color: rgb(223,39,77); }
div.DivClassName
{
background-color: #DF274D;
}
.BgClassName
{
background-color: #DF274D;
}
</style>
border-color css
<style>
span { border-color: #DF274D; }
span { border-color: rgb(223,39,77); }
td.TdClassName
{
border-color: #DF274D;
}
.TagClassName
{
border-color: #DF274D;
}
</style>