Shades of Mahogany #DD3D3E
Tints of Mahogany #DD3D3E
RGB
CMYK
RGB Variations
Color information
#DD3D3E (or 0xDD3D3E) is known color: Mahogany. HEX triplet: DD, 3D and 3E. RGB value is (221,61,62). Sum of RGB (Red+Green+Blue) = 221+61+62=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3D3E is #22C2C1. Grayscale: #6D6D6D. Windows color (decimal): -2278082 or 4079069. OLE color: 4079069.
HSL color Cylindrical-coordinate representation of color #DD3D3E: hue angle of 359.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3D3E is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 62 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.13 |
| HSL | 359.63º | 0.7% | 0.55% | - |
| HSV(B) | 359.63º | 0.72% | 0.87% | - |
| XYZ | 32.36 | 19.06 | 6.53 | - |
| YUV | 108.95 | 101.51 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 62 | 0 | 0.72 | 0.72 | 0.13 | 359.63 | 0.7 | 0.55 |
| Hex | DD | 3D | 3E | 0 | 48 | 48 | D | 168 | 46 | 37 |
| Octal | 335 | 75 | 76 | 0 | 110 | 110 | 15 | 550 | 106 | 67 |
| Binary | 11011101 | 111101 | 111110 | 0 | 1001000 | 1001000 | 1101 | 101101000 | 1000110 | 110111 |
Color Harmonies of #DD3D3E
Complementary color
Monochromatic Colors of #DD3D3E
Black with #DD3D3E
Text Example
Text Example
White with #DD3D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D3E; }
p { color: rgb(221,61,62); }
H1.HeaderClassName
{
color: #DD3D3E;
}
.AnyTagClassName
{
color: #DD3D3E;
}
</style>
background-color css
<style>
a { background-color: #DD3D3E; }
a { background-color: rgb(221,61,62); }
div.DivClassName
{
background-color: #DD3D3E;
}
.BgClassName
{
background-color: #DD3D3E;
}
</style>
border-color css
<style>
span { border-color: #DD3D3E; }
span { border-color: rgb(221,61,62); }
td.TdClassName
{
border-color: #DD3D3E;
}
.TagClassName
{
border-color: #DD3D3E;
}
</style>