Shades of Mahogany #DD3C3F
Tints of Mahogany #DD3C3F
RGB
CMYK
RGB Variations
Color information
#DD3C3F (or 0xDD3C3F) is known color: Mahogany. HEX triplet: DD, 3C and 3F. RGB value is (221,60,63). Sum of RGB (Red+Green+Blue) = 221+60+63=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C3F is #22C3C0. Grayscale: #6C6C6C. Windows color (decimal): -2278337 or 4144349. OLE color: 4144349.
HSL color Cylindrical-coordinate representation of color #DD3C3F: hue angle of 358.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD3C3F is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 63 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.13 |
| HSL | 358.88º | 0.7% | 0.55% | - |
| HSV(B) | 358.88º | 0.73% | 0.87% | - |
| XYZ | 32.33 | 18.96 | 6.66 | - |
| YUV | 108.48 | 102.34 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 63 | 0 | 0.73 | 0.71 | 0.13 | 358.88 | 0.7 | 0.55 |
| Hex | DD | 3C | 3F | 0 | 49 | 47 | D | 167 | 46 | 37 |
| Octal | 335 | 74 | 77 | 0 | 111 | 107 | 15 | 547 | 106 | 67 |
| Binary | 11011101 | 111100 | 111111 | 0 | 1001001 | 1000111 | 1101 | 101100111 | 1000110 | 110111 |
Color Harmonies of #DD3C3F
Complementary color
Monochromatic Colors of #DD3C3F
Black with #DD3C3F
Text Example
Text Example
White with #DD3C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C3F; }
p { color: rgb(221,60,63); }
H1.HeaderClassName
{
color: #DD3C3F;
}
.AnyTagClassName
{
color: #DD3C3F;
}
</style>
background-color css
<style>
a { background-color: #DD3C3F; }
a { background-color: rgb(221,60,63); }
div.DivClassName
{
background-color: #DD3C3F;
}
.BgClassName
{
background-color: #DD3C3F;
}
</style>
border-color css
<style>
span { border-color: #DD3C3F; }
span { border-color: rgb(221,60,63); }
td.TdClassName
{
border-color: #DD3C3F;
}
.TagClassName
{
border-color: #DD3C3F;
}
</style>