Shades of Amaranth #DD394B
Tints of Amaranth #DD394B
RGB
CMYK
RGB Variations
Color information
#DD394B (or 0xDD394B) is known color: Amaranth. HEX triplet: DD, 39 and 4B. RGB value is (221,57,75). Sum of RGB (Red+Green+Blue) = 221+57+75=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD394B is #22C6B4. Grayscale: #6C6C6C. Windows color (decimal): -2279093 or 4930013. OLE color: 4930013.
HSL color Cylindrical-coordinate representation of color #DD394B: hue angle of 353.41º degrees, saturation: 0.71, 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 #DD394B is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 75 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.13 |
| HSL | 353.41º | 0.71% | 0.55% | - |
| HSV(B) | 353.41º | 0.74% | 0.87% | - |
| XYZ | 32.55 | 18.81 | 8.57 | - |
| YUV | 108.09 | 109.33 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 75 | 0 | 0.74 | 0.66 | 0.13 | 353.41 | 0.71 | 0.55 |
| Hex | DD | 39 | 4B | 0 | 4A | 42 | D | 161 | 47 | 37 |
| Octal | 335 | 71 | 113 | 0 | 112 | 102 | 15 | 541 | 107 | 67 |
| Binary | 11011101 | 111001 | 1001011 | 0 | 1001010 | 1000010 | 1101 | 101100001 | 1000111 | 110111 |
Color Harmonies of #DD394B
Complementary color
Monochromatic Colors of #DD394B
Black with #DD394B
Text Example
Text Example
White with #DD394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD394B; }
p { color: rgb(221,57,75); }
H1.HeaderClassName
{
color: #DD394B;
}
.AnyTagClassName
{
color: #DD394B;
}
</style>
background-color css
<style>
a { background-color: #DD394B; }
a { background-color: rgb(221,57,75); }
div.DivClassName
{
background-color: #DD394B;
}
.BgClassName
{
background-color: #DD394B;
}
</style>
border-color css
<style>
span { border-color: #DD394B; }
span { border-color: rgb(221,57,75); }
td.TdClassName
{
border-color: #DD394B;
}
.TagClassName
{
border-color: #DD394B;
}
</style>