Shades of Amaranth #DF3B43
Tints of Amaranth #DF3B43
RGB
CMYK
RGB Variations
Color information
#DF3B43 (or 0xDF3B43) is known color: Amaranth. HEX triplet: DF, 3B and 43. RGB value is (223,59,67). Sum of RGB (Red+Green+Blue) = 223+59+67=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3B43 is #20C4BC. Grayscale: #6D6D6D. Windows color (decimal): -2147517 or 4406239. OLE color: 4406239.
HSL color Cylindrical-coordinate representation of color #DF3B43: hue angle of 357.07º 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 #DF3B43 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 67 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.13 |
| HSL | 357.07º | 0.72% | 0.55% | - |
| HSV(B) | 357.07º | 0.74% | 0.87% | - |
| XYZ | 33.01 | 19.22 | 7.28 | - |
| YUV | 108.95 | 104.33 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 67 | 0 | 0.74 | 0.70 | 0.13 | 357.07 | 0.72 | 0.55 |
| Hex | DF | 3B | 43 | 0 | 4A | 46 | D | 165 | 48 | 37 |
| Octal | 337 | 73 | 103 | 0 | 112 | 106 | 15 | 545 | 110 | 67 |
| Binary | 11011111 | 111011 | 1000011 | 0 | 1001010 | 1000110 | 1101 | 101100101 | 1001000 | 110111 |
Color Harmonies of #DF3B43
Complementary color
Monochromatic Colors of #DF3B43
Black with #DF3B43
Text Example
Text Example
White with #DF3B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3B43; }
p { color: rgb(223,59,67); }
H1.HeaderClassName
{
color: #DF3B43;
}
.AnyTagClassName
{
color: #DF3B43;
}
</style>
background-color css
<style>
a { background-color: #DF3B43; }
a { background-color: rgb(223,59,67); }
div.DivClassName
{
background-color: #DF3B43;
}
.BgClassName
{
background-color: #DF3B43;
}
</style>
border-color css
<style>
span { border-color: #DF3B43; }
span { border-color: rgb(223,59,67); }
td.TdClassName
{
border-color: #DF3B43;
}
.TagClassName
{
border-color: #DF3B43;
}
</style>