Shades of Mahogany #DD3839
Tints of Mahogany #DD3839
RGB
CMYK
RGB Variations
Color information
#DD3839 (or 0xDD3839) is known color: Mahogany. HEX triplet: DD, 38 and 39. RGB value is (221,56,57). Sum of RGB (Red+Green+Blue) = 221+56+57=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3839 is #22C7C6. Grayscale: #696969. Windows color (decimal): -2279367 or 3750109. OLE color: 3750109.
HSL color Cylindrical-coordinate representation of color #DD3839: hue angle of 359.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3839 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 57 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.13 |
| HSL | 359.64º | 0.71% | 0.54% | - |
| HSV(B) | 359.64º | 0.75% | 0.87% | - |
| XYZ | 31.97 | 18.5 | 5.76 | - |
| YUV | 105.45 | 100.66 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 57 | 0 | 0.75 | 0.74 | 0.13 | 359.64 | 0.71 | 0.54 |
| Hex | DD | 38 | 39 | 0 | 4B | 4A | D | 168 | 47 | 36 |
| Octal | 335 | 70 | 71 | 0 | 113 | 112 | 15 | 550 | 107 | 66 |
| Binary | 11011101 | 111000 | 111001 | 0 | 1001011 | 1001010 | 1101 | 101101000 | 1000111 | 110110 |
Color Harmonies of #DD3839
Complementary color
Monochromatic Colors of #DD3839
Black with #DD3839
Text Example
Text Example
White with #DD3839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3839; }
p { color: rgb(221,56,57); }
H1.HeaderClassName
{
color: #DD3839;
}
.AnyTagClassName
{
color: #DD3839;
}
</style>
background-color css
<style>
a { background-color: #DD3839; }
a { background-color: rgb(221,56,57); }
div.DivClassName
{
background-color: #DD3839;
}
.BgClassName
{
background-color: #DD3839;
}
</style>
border-color css
<style>
span { border-color: #DD3839; }
span { border-color: rgb(221,56,57); }
td.TdClassName
{
border-color: #DD3839;
}
.TagClassName
{
border-color: #DD3839;
}
</style>