Shades of Amaranth #DF374A
Tints of Amaranth #DF374A
RGB
CMYK
RGB Variations
Color information
#DF374A (or 0xDF374A) is known color: Amaranth. HEX triplet: DF, 37 and 4A. RGB value is (223,55,74). Sum of RGB (Red+Green+Blue) = 223+55+74=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF374A is #20C8B5. Grayscale: #6B6B6B. Windows color (decimal): -2148534 or 4863967. OLE color: 4863967.
HSL color Cylindrical-coordinate representation of color #DF374A: hue angle of 353.21º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF374A is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 74 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.13 |
| HSL | 353.21º | 0.72% | 0.55% | - |
| HSV(B) | 353.21º | 0.75% | 0.87% | - |
| XYZ | 33.03 | 18.91 | 8.39 | - |
| YUV | 107.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 74 | 0 | 0.75 | 0.67 | 0.13 | 353.21 | 0.72 | 0.55 |
| Hex | DF | 37 | 4A | 0 | 4B | 43 | D | 161 | 48 | 37 |
| Octal | 337 | 67 | 112 | 0 | 113 | 103 | 15 | 541 | 110 | 67 |
| Binary | 11011111 | 110111 | 1001010 | 0 | 1001011 | 1000011 | 1101 | 101100001 | 1001000 | 110111 |
Color Harmonies of #DF374A
Complementary color
Monochromatic Colors of #DF374A
Black with #DF374A
Text Example
Text Example
White with #DF374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF374A; }
p { color: rgb(223,55,74); }
H1.HeaderClassName
{
color: #DF374A;
}
.AnyTagClassName
{
color: #DF374A;
}
</style>
background-color css
<style>
a { background-color: #DF374A; }
a { background-color: rgb(223,55,74); }
div.DivClassName
{
background-color: #DF374A;
}
.BgClassName
{
background-color: #DF374A;
}
</style>
border-color css
<style>
span { border-color: #DF374A; }
span { border-color: rgb(223,55,74); }
td.TdClassName
{
border-color: #DF374A;
}
.TagClassName
{
border-color: #DF374A;
}
</style>