Shades of Mahogany #DD3C3E
Tints of Mahogany #DD3C3E
RGB
CMYK
RGB Variations
Color information
#DD3C3E (or 0xDD3C3E) is known color: Mahogany. HEX triplet: DD, 3C and 3E. RGB value is (221,60,62). Sum of RGB (Red+Green+Blue) = 221+60+62=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C3E is #22C3C1. Grayscale: #6C6C6C. Windows color (decimal): -2278338 or 4078813. OLE color: 4078813.
HSL color Cylindrical-coordinate representation of color #DD3C3E: hue angle of 359.25º 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 #DD3C3E is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 62 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.13 |
| HSL | 359.25º | 0.7% | 0.55% | - |
| HSV(B) | 359.25º | 0.73% | 0.87% | - |
| XYZ | 32.3 | 18.95 | 6.51 | - |
| YUV | 108.37 | 101.84 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 62 | 0 | 0.73 | 0.72 | 0.13 | 359.25 | 0.7 | 0.55 |
| Hex | DD | 3C | 3E | 0 | 49 | 48 | D | 167 | 46 | 37 |
| Octal | 335 | 74 | 76 | 0 | 111 | 110 | 15 | 547 | 106 | 67 |
| Binary | 11011101 | 111100 | 111110 | 0 | 1001001 | 1001000 | 1101 | 101100111 | 1000110 | 110111 |
Color Harmonies of #DD3C3E
Complementary color
Monochromatic Colors of #DD3C3E
Black with #DD3C3E
Text Example
Text Example
White with #DD3C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C3E; }
p { color: rgb(221,60,62); }
H1.HeaderClassName
{
color: #DD3C3E;
}
.AnyTagClassName
{
color: #DD3C3E;
}
</style>
background-color css
<style>
a { background-color: #DD3C3E; }
a { background-color: rgb(221,60,62); }
div.DivClassName
{
background-color: #DD3C3E;
}
.BgClassName
{
background-color: #DD3C3E;
}
</style>
border-color css
<style>
span { border-color: #DD3C3E; }
span { border-color: rgb(221,60,62); }
td.TdClassName
{
border-color: #DD3C3E;
}
.TagClassName
{
border-color: #DD3C3E;
}
</style>