Shades of Amaranth #DD404B
Tints of Amaranth #DD404B
RGB
CMYK
RGB Variations
Color information
#DD404B (or 0xDD404B) is known color: Amaranth. HEX triplet: DD, 40 and 4B. RGB value is (221,64,75). Sum of RGB (Red+Green+Blue) = 221+64+75=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD404B is #22BFB4. Grayscale: #707070. Windows color (decimal): -2277301 or 4931805. OLE color: 4931805.
HSL color Cylindrical-coordinate representation of color #DD404B: hue angle of 355.8º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD404B is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 75 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.13 |
| HSL | 355.8º | 0.7% | 0.56% | - |
| HSV(B) | 355.8º | 0.71% | 0.87% | - |
| XYZ | 32.92 | 19.55 | 8.69 | - |
| YUV | 112.2 | 107.01 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 75 | 0 | 0.71 | 0.66 | 0.13 | 355.8 | 0.7 | 0.56 |
| Hex | DD | 40 | 4B | 0 | 47 | 42 | D | 164 | 46 | 38 |
| Octal | 335 | 100 | 113 | 0 | 107 | 102 | 15 | 544 | 106 | 70 |
| Binary | 11011101 | 1000000 | 1001011 | 0 | 1000111 | 1000010 | 1101 | 101100100 | 1000110 | 111000 |
Color Harmonies of #DD404B
Complementary color
Monochromatic Colors of #DD404B
Black with #DD404B
Text Example
Text Example
White with #DD404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD404B; }
p { color: rgb(221,64,75); }
H1.HeaderClassName
{
color: #DD404B;
}
.AnyTagClassName
{
color: #DD404B;
}
</style>
background-color css
<style>
a { background-color: #DD404B; }
a { background-color: rgb(221,64,75); }
div.DivClassName
{
background-color: #DD404B;
}
.BgClassName
{
background-color: #DD404B;
}
</style>
border-color css
<style>
span { border-color: #DD404B; }
span { border-color: rgb(221,64,75); }
td.TdClassName
{
border-color: #DD404B;
}
.TagClassName
{
border-color: #DD404B;
}
</style>