Shades of Mahogany #DD3C41
Tints of Mahogany #DD3C41
RGB
CMYK
RGB Variations
Color information
#DD3C41 (or 0xDD3C41) is known color: Mahogany. HEX triplet: DD, 3C and 41. RGB value is (221,60,65). Sum of RGB (Red+Green+Blue) = 221+60+65=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C41 is #22C3BE. Grayscale: #6C6C6C. Windows color (decimal): -2278335 or 4275421. OLE color: 4275421.
HSL color Cylindrical-coordinate representation of color #DD3C41: hue angle of 358.14º 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 #DD3C41 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 65 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.13 |
| HSL | 358.14º | 0.7% | 0.55% | - |
| HSV(B) | 358.14º | 0.73% | 0.87% | - |
| XYZ | 32.39 | 18.99 | 6.96 | - |
| YUV | 108.71 | 103.34 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 65 | 0 | 0.73 | 0.71 | 0.13 | 358.14 | 0.7 | 0.55 |
| Hex | DD | 3C | 41 | 0 | 49 | 47 | D | 166 | 46 | 37 |
| Octal | 335 | 74 | 101 | 0 | 111 | 107 | 15 | 546 | 106 | 67 |
| Binary | 11011101 | 111100 | 1000001 | 0 | 1001001 | 1000111 | 1101 | 101100110 | 1000110 | 110111 |
Color Harmonies of #DD3C41
Complementary color
Monochromatic Colors of #DD3C41
Black with #DD3C41
Text Example
Text Example
White with #DD3C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C41; }
p { color: rgb(221,60,65); }
H1.HeaderClassName
{
color: #DD3C41;
}
.AnyTagClassName
{
color: #DD3C41;
}
</style>
background-color css
<style>
a { background-color: #DD3C41; }
a { background-color: rgb(221,60,65); }
div.DivClassName
{
background-color: #DD3C41;
}
.BgClassName
{
background-color: #DD3C41;
}
</style>
border-color css
<style>
span { border-color: #DD3C41; }
span { border-color: rgb(221,60,65); }
td.TdClassName
{
border-color: #DD3C41;
}
.TagClassName
{
border-color: #DD3C41;
}
</style>