Shades of Amaranth #DD4148
Tints of Amaranth #DD4148
RGB
CMYK
RGB Variations
Color information
#DD4148 (or 0xDD4148) is known color: Amaranth. HEX triplet: DD, 41 and 48. RGB value is (221,65,72). Sum of RGB (Red+Green+Blue) = 221+65+72=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4148 is #22BEB7. Grayscale: #707070. Windows color (decimal): -2277048 or 4735453. OLE color: 4735453.
HSL color Cylindrical-coordinate representation of color #DD4148: hue angle of 357.31º 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 #DD4148 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 72 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.13 |
| HSL | 357.31º | 0.7% | 0.56% | - |
| HSV(B) | 357.31º | 0.71% | 0.87% | - |
| XYZ | 32.88 | 19.62 | 8.19 | - |
| YUV | 112.44 | 105.18 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 72 | 0 | 0.71 | 0.67 | 0.13 | 357.31 | 0.7 | 0.56 |
| Hex | DD | 41 | 48 | 0 | 47 | 43 | D | 165 | 46 | 38 |
| Octal | 335 | 101 | 110 | 0 | 107 | 103 | 15 | 545 | 106 | 70 |
| Binary | 11011101 | 1000001 | 1001000 | 0 | 1000111 | 1000011 | 1101 | 101100101 | 1000110 | 111000 |
Color Harmonies of #DD4148
Complementary color
Monochromatic Colors of #DD4148
Black with #DD4148
Text Example
Text Example
White with #DD4148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4148; }
p { color: rgb(221,65,72); }
H1.HeaderClassName
{
color: #DD4148;
}
.AnyTagClassName
{
color: #DD4148;
}
</style>
background-color css
<style>
a { background-color: #DD4148; }
a { background-color: rgb(221,65,72); }
div.DivClassName
{
background-color: #DD4148;
}
.BgClassName
{
background-color: #DD4148;
}
</style>
border-color css
<style>
span { border-color: #DD4148; }
span { border-color: rgb(221,65,72); }
td.TdClassName
{
border-color: #DD4148;
}
.TagClassName
{
border-color: #DD4148;
}
</style>