Shades of Amaranth #DF374B
Tints of Amaranth #DF374B
RGB
CMYK
RGB Variations
Color information
#DF374B (or 0xDF374B) is known color: Amaranth. HEX triplet: DF, 37 and 4B. RGB value is (223,55,75). Sum of RGB (Red+Green+Blue) = 223+55+75=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF374B is #20C8B4. Grayscale: #6B6B6B. Windows color (decimal): -2148533 or 4929503. OLE color: 4929503.
HSL color Cylindrical-coordinate representation of color #DF374B: hue angle of 352.86º 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 #DF374B is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 75 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.13 |
| HSL | 352.86º | 0.72% | 0.55% | - |
| HSV(B) | 352.86º | 0.75% | 0.87% | - |
| XYZ | 33.07 | 18.93 | 8.57 | - |
| YUV | 107.51 | 109.66 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 75 | 0 | 0.75 | 0.66 | 0.13 | 352.86 | 0.72 | 0.55 |
| Hex | DF | 37 | 4B | 0 | 4B | 42 | D | 161 | 48 | 37 |
| Octal | 337 | 67 | 113 | 0 | 113 | 102 | 15 | 541 | 110 | 67 |
| Binary | 11011111 | 110111 | 1001011 | 0 | 1001011 | 1000010 | 1101 | 101100001 | 1001000 | 110111 |
Color Harmonies of #DF374B
Complementary color
Monochromatic Colors of #DF374B
Black with #DF374B
Text Example
Text Example
White with #DF374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF374B; }
p { color: rgb(223,55,75); }
H1.HeaderClassName
{
color: #DF374B;
}
.AnyTagClassName
{
color: #DF374B;
}
</style>
background-color css
<style>
a { background-color: #DF374B; }
a { background-color: rgb(223,55,75); }
div.DivClassName
{
background-color: #DF374B;
}
.BgClassName
{
background-color: #DF374B;
}
</style>
border-color css
<style>
span { border-color: #DF374B; }
span { border-color: rgb(223,55,75); }
td.TdClassName
{
border-color: #DF374B;
}
.TagClassName
{
border-color: #DF374B;
}
</style>