Shades of Mahogany #DD3A3E
Tints of Mahogany #DD3A3E
RGB
CMYK
RGB Variations
Color information
#DD3A3E (or 0xDD3A3E) is known color: Mahogany. HEX triplet: DD, 3A and 3E. RGB value is (221,58,62). Sum of RGB (Red+Green+Blue) = 221+58+62=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A3E is #22C5C1. Grayscale: #6B6B6B. Windows color (decimal): -2278850 or 4078301. OLE color: 4078301.
HSL color Cylindrical-coordinate representation of color #DD3A3E: hue angle of 358.53º 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 #DD3A3E is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 62 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.13 |
| HSL | 358.53º | 0.71% | 0.55% | - |
| HSV(B) | 358.53º | 0.74% | 0.87% | - |
| XYZ | 32.2 | 18.75 | 6.48 | - |
| YUV | 107.19 | 102.5 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 62 | 0 | 0.74 | 0.72 | 0.13 | 358.53 | 0.71 | 0.55 |
| Hex | DD | 3A | 3E | 0 | 4A | 48 | D | 167 | 47 | 37 |
| Octal | 335 | 72 | 76 | 0 | 112 | 110 | 15 | 547 | 107 | 67 |
| Binary | 11011101 | 111010 | 111110 | 0 | 1001010 | 1001000 | 1101 | 101100111 | 1000111 | 110111 |
Color Harmonies of #DD3A3E
Complementary color
Monochromatic Colors of #DD3A3E
Black with #DD3A3E
Text Example
Text Example
White with #DD3A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A3E; }
p { color: rgb(221,58,62); }
H1.HeaderClassName
{
color: #DD3A3E;
}
.AnyTagClassName
{
color: #DD3A3E;
}
</style>
background-color css
<style>
a { background-color: #DD3A3E; }
a { background-color: rgb(221,58,62); }
div.DivClassName
{
background-color: #DD3A3E;
}
.BgClassName
{
background-color: #DD3A3E;
}
</style>
border-color css
<style>
span { border-color: #DD3A3E; }
span { border-color: rgb(221,58,62); }
td.TdClassName
{
border-color: #DD3A3E;
}
.TagClassName
{
border-color: #DD3A3E;
}
</style>