Shades of Mahogany #DD3A3F
Tints of Mahogany #DD3A3F
RGB
CMYK
RGB Variations
Color information
#DD3A3F (or 0xDD3A3F) is known color: Mahogany. HEX triplet: DD, 3A and 3F. RGB value is (221,58,63). Sum of RGB (Red+Green+Blue) = 221+58+63=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A3F is #22C5C0. Grayscale: #6B6B6B. Windows color (decimal): -2278849 or 4143837. OLE color: 4143837.
HSL color Cylindrical-coordinate representation of color #DD3A3F: hue angle of 358.16º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3A3F is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 63 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.13 |
| HSL | 358.16º | 0.71% | 0.55% | - |
| HSV(B) | 358.16º | 0.74% | 0.87% | - |
| XYZ | 32.23 | 18.76 | 6.62 | - |
| YUV | 107.31 | 103 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 63 | 0 | 0.74 | 0.71 | 0.13 | 358.16 | 0.71 | 0.55 |
| Hex | DD | 3A | 3F | 0 | 4A | 47 | D | 166 | 47 | 37 |
| Octal | 335 | 72 | 77 | 0 | 112 | 107 | 15 | 546 | 107 | 67 |
| Binary | 11011101 | 111010 | 111111 | 0 | 1001010 | 1000111 | 1101 | 101100110 | 1000111 | 110111 |
Color Harmonies of #DD3A3F
Complementary color
Monochromatic Colors of #DD3A3F
Black with #DD3A3F
Text Example
Text Example
White with #DD3A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A3F; }
p { color: rgb(221,58,63); }
H1.HeaderClassName
{
color: #DD3A3F;
}
.AnyTagClassName
{
color: #DD3A3F;
}
</style>
background-color css
<style>
a { background-color: #DD3A3F; }
a { background-color: rgb(221,58,63); }
div.DivClassName
{
background-color: #DD3A3F;
}
.BgClassName
{
background-color: #DD3A3F;
}
</style>
border-color css
<style>
span { border-color: #DD3A3F; }
span { border-color: rgb(221,58,63); }
td.TdClassName
{
border-color: #DD3A3F;
}
.TagClassName
{
border-color: #DD3A3F;
}
</style>