Shades of Amaranth #DF274C
Tints of Amaranth #DF274C
RGB
CMYK
RGB Variations
Color information
#DF274C (or 0xDF274C) is known color: Amaranth. HEX triplet: DF, 27 and 4C. RGB value is (223,39,76). Sum of RGB (Red+Green+Blue) = 223+39+76=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF274C is #20D8B3. Grayscale: #626262. Windows color (decimal): -2152628 or 4990943. OLE color: 4990943.
HSL color Cylindrical-coordinate representation of color #DF274C: hue angle of 347.93º 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 #DF274C is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 76 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.13 |
| HSL | 347.93º | 0.74% | 0.51% | - |
| HSV(B) | 347.93º | 0.83% | 0.87% | - |
| XYZ | 32.46 | 17.66 | 8.54 | - |
| YUV | 98.23 | 115.46 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 76 | 0 | 0.83 | 0.66 | 0.13 | 347.93 | 0.74 | 0.51 |
| Hex | DF | 27 | 4C | 0 | 53 | 42 | D | 15C | 4A | 33 |
| Octal | 337 | 47 | 114 | 0 | 123 | 102 | 15 | 534 | 112 | 63 |
| Binary | 11011111 | 100111 | 1001100 | 0 | 1010011 | 1000010 | 1101 | 101011100 | 1001010 | 110011 |
Color Harmonies of #DF274C
Complementary color
Monochromatic Colors of #DF274C
Black with #DF274C
Text Example
Text Example
White with #DF274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF274C; }
p { color: rgb(223,39,76); }
H1.HeaderClassName
{
color: #DF274C;
}
.AnyTagClassName
{
color: #DF274C;
}
</style>
background-color css
<style>
a { background-color: #DF274C; }
a { background-color: rgb(223,39,76); }
div.DivClassName
{
background-color: #DF274C;
}
.BgClassName
{
background-color: #DF274C;
}
</style>
border-color css
<style>
span { border-color: #DF274C; }
span { border-color: rgb(223,39,76); }
td.TdClassName
{
border-color: #DF274C;
}
.TagClassName
{
border-color: #DF274C;
}
</style>