Shades of Mahogany #DD3F43
Tints of Mahogany #DD3F43
RGB
CMYK
RGB Variations
Color information
#DD3F43 (or 0xDD3F43) is known color: Mahogany. HEX triplet: DD, 3F and 43. RGB value is (221,63,67). Sum of RGB (Red+Green+Blue) = 221+63+67=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F43 is #22C0BC. Grayscale: #6E6E6E. Windows color (decimal): -2277565 or 4407261. OLE color: 4407261.
HSL color Cylindrical-coordinate representation of color #DD3F43: hue angle of 358.48º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD3F43 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 67 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.13 |
| HSL | 358.48º | 0.7% | 0.56% | - |
| HSV(B) | 358.48º | 0.71% | 0.87% | - |
| XYZ | 32.61 | 19.33 | 7.32 | - |
| YUV | 110.7 | 103.35 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 67 | 0 | 0.71 | 0.70 | 0.13 | 358.48 | 0.7 | 0.56 |
| Hex | DD | 3F | 43 | 0 | 47 | 46 | D | 166 | 46 | 38 |
| Octal | 335 | 77 | 103 | 0 | 107 | 106 | 15 | 546 | 106 | 70 |
| Binary | 11011101 | 111111 | 1000011 | 0 | 1000111 | 1000110 | 1101 | 101100110 | 1000110 | 111000 |
Color Harmonies of #DD3F43
Complementary color
Monochromatic Colors of #DD3F43
Black with #DD3F43
Text Example
Text Example
White with #DD3F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F43; }
p { color: rgb(221,63,67); }
H1.HeaderClassName
{
color: #DD3F43;
}
.AnyTagClassName
{
color: #DD3F43;
}
</style>
background-color css
<style>
a { background-color: #DD3F43; }
a { background-color: rgb(221,63,67); }
div.DivClassName
{
background-color: #DD3F43;
}
.BgClassName
{
background-color: #DD3F43;
}
</style>
border-color css
<style>
span { border-color: #DD3F43; }
span { border-color: rgb(221,63,67); }
td.TdClassName
{
border-color: #DD3F43;
}
.TagClassName
{
border-color: #DD3F43;
}
</style>