Shades of Amaranth #DF2A45
Tints of Amaranth #DF2A45
RGB
CMYK
RGB Variations
Color information
#DF2A45 (or 0xDF2A45) is known color: Amaranth. HEX triplet: DF, 2A and 45. RGB value is (223,42,69). Sum of RGB (Red+Green+Blue) = 223+42+69=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2A45 is #20D5BA. Grayscale: #636363. Windows color (decimal): -2151867 or 4532959. OLE color: 4532959.
HSL color Cylindrical-coordinate representation of color #DF2A45: hue angle of 351.05º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2A45 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 69 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.13 |
| HSL | 351.05º | 0.74% | 0.52% | - |
| HSV(B) | 351.05º | 0.81% | 0.87% | - |
| XYZ | 32.33 | 17.77 | 7.36 | - |
| YUV | 99.2 | 110.97 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 69 | 0 | 0.81 | 0.69 | 0.13 | 351.05 | 0.74 | 0.52 |
| Hex | DF | 2A | 45 | 0 | 51 | 45 | D | 15F | 4A | 34 |
| Octal | 337 | 52 | 105 | 0 | 121 | 105 | 15 | 537 | 112 | 64 |
| Binary | 11011111 | 101010 | 1000101 | 0 | 1010001 | 1000101 | 1101 | 101011111 | 1001010 | 110100 |
Color Harmonies of #DF2A45
Complementary color
Monochromatic Colors of #DF2A45
Black with #DF2A45
Text Example
Text Example
White with #DF2A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2A45; }
p { color: rgb(223,42,69); }
H1.HeaderClassName
{
color: #DF2A45;
}
.AnyTagClassName
{
color: #DF2A45;
}
</style>
background-color css
<style>
a { background-color: #DF2A45; }
a { background-color: rgb(223,42,69); }
div.DivClassName
{
background-color: #DF2A45;
}
.BgClassName
{
background-color: #DF2A45;
}
</style>
border-color css
<style>
span { border-color: #DF2A45; }
span { border-color: rgb(223,42,69); }
td.TdClassName
{
border-color: #DF2A45;
}
.TagClassName
{
border-color: #DF2A45;
}
</style>