Shades of Amaranth #DD4248
Tints of Amaranth #DD4248
RGB
CMYK
RGB Variations
Color information
#DD4248 (or 0xDD4248) is known color: Amaranth. HEX triplet: DD, 42 and 48. RGB value is (221,66,72). Sum of RGB (Red+Green+Blue) = 221+66+72=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4248 is #22BDB7. Grayscale: #717171. Windows color (decimal): -2276792 or 4735709. OLE color: 4735709.
HSL color Cylindrical-coordinate representation of color #DD4248: hue angle of 357.68º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4248 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 72 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.13 |
| HSL | 357.68º | 0.7% | 0.56% | - |
| HSV(B) | 357.68º | 0.7% | 0.87% | - |
| XYZ | 32.94 | 19.74 | 8.2 | - |
| YUV | 113.03 | 104.85 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 72 | 0 | 0.70 | 0.67 | 0.13 | 357.68 | 0.7 | 0.56 |
| Hex | DD | 42 | 48 | 0 | 46 | 43 | D | 166 | 46 | 38 |
| Octal | 335 | 102 | 110 | 0 | 106 | 103 | 15 | 546 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1001000 | 0 | 1000110 | 1000011 | 1101 | 101100110 | 1000110 | 111000 |
Color Harmonies of #DD4248
Complementary color
Monochromatic Colors of #DD4248
Black with #DD4248
Text Example
Text Example
White with #DD4248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4248; }
p { color: rgb(221,66,72); }
H1.HeaderClassName
{
color: #DD4248;
}
.AnyTagClassName
{
color: #DD4248;
}
</style>
background-color css
<style>
a { background-color: #DD4248; }
a { background-color: rgb(221,66,72); }
div.DivClassName
{
background-color: #DD4248;
}
.BgClassName
{
background-color: #DD4248;
}
</style>
border-color css
<style>
span { border-color: #DD4248; }
span { border-color: rgb(221,66,72); }
td.TdClassName
{
border-color: #DD4248;
}
.TagClassName
{
border-color: #DD4248;
}
</style>