Shades of Mahogany #DD3E40
Tints of Mahogany #DD3E40
RGB
CMYK
RGB Variations
Color information
#DD3E40 (or 0xDD3E40) is known color: Mahogany. HEX triplet: DD, 3E and 40. RGB value is (221,62,64). Sum of RGB (Red+Green+Blue) = 221+62+64=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E40 is #22C1BF. Grayscale: #6D6D6D. Windows color (decimal): -2277824 or 4210397. OLE color: 4210397.
HSL color Cylindrical-coordinate representation of color #DD3E40: 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.72%. Process color model (Four color, CMYK) of #DD3E40 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 64 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.13 |
| HSL | 359.25º | 0.7% | 0.55% | - |
| HSV(B) | 359.25º | 0.72% | 0.87% | - |
| XYZ | 32.47 | 19.19 | 6.84 | - |
| YUV | 109.77 | 102.18 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 64 | 0 | 0.72 | 0.71 | 0.13 | 359.25 | 0.7 | 0.55 |
| Hex | DD | 3E | 40 | 0 | 48 | 47 | D | 167 | 46 | 37 |
| Octal | 335 | 76 | 100 | 0 | 110 | 107 | 15 | 547 | 106 | 67 |
| Binary | 11011101 | 111110 | 1000000 | 0 | 1001000 | 1000111 | 1101 | 101100111 | 1000110 | 110111 |
Color Harmonies of #DD3E40
Complementary color
Monochromatic Colors of #DD3E40
Black with #DD3E40
Text Example
Text Example
White with #DD3E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E40; }
p { color: rgb(221,62,64); }
H1.HeaderClassName
{
color: #DD3E40;
}
.AnyTagClassName
{
color: #DD3E40;
}
</style>
background-color css
<style>
a { background-color: #DD3E40; }
a { background-color: rgb(221,62,64); }
div.DivClassName
{
background-color: #DD3E40;
}
.BgClassName
{
background-color: #DD3E40;
}
</style>
border-color css
<style>
span { border-color: #DD3E40; }
span { border-color: rgb(221,62,64); }
td.TdClassName
{
border-color: #DD3E40;
}
.TagClassName
{
border-color: #DD3E40;
}
</style>