Shades of Mahogany #DD4246
Tints of Mahogany #DD4246
RGB
CMYK
RGB Variations
Color information
#DD4246 (or 0xDD4246) is known color: Mahogany. HEX triplet: DD, 42 and 46. RGB value is (221,66,70). Sum of RGB (Red+Green+Blue) = 221+66+70=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4246 is #22BDB9. Grayscale: #707070. Windows color (decimal): -2276794 or 4604637. OLE color: 4604637.
HSL color Cylindrical-coordinate representation of color #DD4246: hue angle of 358.45º 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 #DD4246 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 70 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.13 |
| HSL | 358.45º | 0.7% | 0.56% | - |
| HSV(B) | 358.45º | 0.7% | 0.87% | - |
| XYZ | 32.87 | 19.71 | 7.87 | - |
| YUV | 112.8 | 103.85 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 70 | 0 | 0.70 | 0.68 | 0.13 | 358.45 | 0.7 | 0.56 |
| Hex | DD | 42 | 46 | 0 | 46 | 44 | D | 166 | 46 | 38 |
| Octal | 335 | 102 | 106 | 0 | 106 | 104 | 15 | 546 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1000110 | 0 | 1000110 | 1000100 | 1101 | 101100110 | 1000110 | 111000 |
Color Harmonies of #DD4246
Complementary color
Monochromatic Colors of #DD4246
Black with #DD4246
Text Example
Text Example
White with #DD4246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4246; }
p { color: rgb(221,66,70); }
H1.HeaderClassName
{
color: #DD4246;
}
.AnyTagClassName
{
color: #DD4246;
}
</style>
background-color css
<style>
a { background-color: #DD4246; }
a { background-color: rgb(221,66,70); }
div.DivClassName
{
background-color: #DD4246;
}
.BgClassName
{
background-color: #DD4246;
}
</style>
border-color css
<style>
span { border-color: #DD4246; }
span { border-color: rgb(221,66,70); }
td.TdClassName
{
border-color: #DD4246;
}
.TagClassName
{
border-color: #DD4246;
}
</style>