Shades of Amaranth #DF3B45
Tints of Amaranth #DF3B45
RGB
CMYK
RGB Variations
Color information
#DF3B45 (or 0xDF3B45) is known color: Amaranth. HEX triplet: DF, 3B and 45. RGB value is (223,59,69). Sum of RGB (Red+Green+Blue) = 223+59+69=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3B45 is #20C4BA. Grayscale: #6D6D6D. Windows color (decimal): -2147515 or 4537311. OLE color: 4537311.
HSL color Cylindrical-coordinate representation of color #DF3B45: hue angle of 356.34º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3B45 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 69 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.13 |
| HSL | 356.34º | 0.72% | 0.55% | - |
| HSV(B) | 356.34º | 0.74% | 0.87% | - |
| XYZ | 33.07 | 19.25 | 7.6 | - |
| YUV | 109.18 | 105.33 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 69 | 0 | 0.74 | 0.69 | 0.13 | 356.34 | 0.72 | 0.55 |
| Hex | DF | 3B | 45 | 0 | 4A | 45 | D | 164 | 48 | 37 |
| Octal | 337 | 73 | 105 | 0 | 112 | 105 | 15 | 544 | 110 | 67 |
| Binary | 11011111 | 111011 | 1000101 | 0 | 1001010 | 1000101 | 1101 | 101100100 | 1001000 | 110111 |
Color Harmonies of #DF3B45
Complementary color
Monochromatic Colors of #DF3B45
Black with #DF3B45
Text Example
Text Example
White with #DF3B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3B45; }
p { color: rgb(223,59,69); }
H1.HeaderClassName
{
color: #DF3B45;
}
.AnyTagClassName
{
color: #DF3B45;
}
</style>
background-color css
<style>
a { background-color: #DF3B45; }
a { background-color: rgb(223,59,69); }
div.DivClassName
{
background-color: #DF3B45;
}
.BgClassName
{
background-color: #DF3B45;
}
</style>
border-color css
<style>
span { border-color: #DF3B45; }
span { border-color: rgb(223,59,69); }
td.TdClassName
{
border-color: #DF3B45;
}
.TagClassName
{
border-color: #DF3B45;
}
</style>