Shades of Amaranth #DF3943
Tints of Amaranth #DF3943
RGB
CMYK
RGB Variations
Color information
#DF3943 (or 0xDF3943) is known color: Amaranth. HEX triplet: DF, 39 and 43. RGB value is (223,57,67). Sum of RGB (Red+Green+Blue) = 223+57+67=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3943 is #20C6BC. Grayscale: #6B6B6B. Windows color (decimal): -2148029 or 4405727. OLE color: 4405727.
HSL color Cylindrical-coordinate representation of color #DF3943: hue angle of 356.39º 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 #DF3943 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 67 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.13 |
| HSL | 356.39º | 0.72% | 0.55% | - |
| HSV(B) | 356.39º | 0.74% | 0.87% | - |
| XYZ | 32.91 | 19.02 | 7.25 | - |
| YUV | 107.77 | 105 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 67 | 0 | 0.74 | 0.70 | 0.13 | 356.39 | 0.72 | 0.55 |
| Hex | DF | 39 | 43 | 0 | 4A | 46 | D | 164 | 48 | 37 |
| Octal | 337 | 71 | 103 | 0 | 112 | 106 | 15 | 544 | 110 | 67 |
| Binary | 11011111 | 111001 | 1000011 | 0 | 1001010 | 1000110 | 1101 | 101100100 | 1001000 | 110111 |
Color Harmonies of #DF3943
Complementary color
Monochromatic Colors of #DF3943
Black with #DF3943
Text Example
Text Example
White with #DF3943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3943; }
p { color: rgb(223,57,67); }
H1.HeaderClassName
{
color: #DF3943;
}
.AnyTagClassName
{
color: #DF3943;
}
</style>
background-color css
<style>
a { background-color: #DF3943; }
a { background-color: rgb(223,57,67); }
div.DivClassName
{
background-color: #DF3943;
}
.BgClassName
{
background-color: #DF3943;
}
</style>
border-color css
<style>
span { border-color: #DF3943; }
span { border-color: rgb(223,57,67); }
td.TdClassName
{
border-color: #DF3943;
}
.TagClassName
{
border-color: #DF3943;
}
</style>