Shades of Mahogany #DD3A3C
Tints of Mahogany #DD3A3C
RGB
CMYK
RGB Variations
Color information
#DD3A3C (or 0xDD3A3C) is known color: Mahogany. HEX triplet: DD, 3A and 3C. RGB value is (221,58,60). Sum of RGB (Red+Green+Blue) = 221+58+60=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A3C is #22C5C3. Grayscale: #6B6B6B. Windows color (decimal): -2278852 or 3947229. OLE color: 3947229.
HSL color Cylindrical-coordinate representation of color #DD3A3C: hue angle of 359.26º 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 #DD3A3C is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 60 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.13 |
| HSL | 359.26º | 0.71% | 0.55% | - |
| HSV(B) | 359.26º | 0.74% | 0.87% | - |
| XYZ | 32.15 | 18.72 | 6.19 | - |
| YUV | 106.97 | 101.5 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 60 | 0 | 0.74 | 0.73 | 0.13 | 359.26 | 0.71 | 0.55 |
| Hex | DD | 3A | 3C | 0 | 4A | 49 | D | 167 | 47 | 37 |
| Octal | 335 | 72 | 74 | 0 | 112 | 111 | 15 | 547 | 107 | 67 |
| Binary | 11011101 | 111010 | 111100 | 0 | 1001010 | 1001001 | 1101 | 101100111 | 1000111 | 110111 |
Color Harmonies of #DD3A3C
Complementary color
Monochromatic Colors of #DD3A3C
Black with #DD3A3C
Text Example
Text Example
White with #DD3A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A3C; }
p { color: rgb(221,58,60); }
H1.HeaderClassName
{
color: #DD3A3C;
}
.AnyTagClassName
{
color: #DD3A3C;
}
</style>
background-color css
<style>
a { background-color: #DD3A3C; }
a { background-color: rgb(221,58,60); }
div.DivClassName
{
background-color: #DD3A3C;
}
.BgClassName
{
background-color: #DD3A3C;
}
</style>
border-color css
<style>
span { border-color: #DD3A3C; }
span { border-color: rgb(221,58,60); }
td.TdClassName
{
border-color: #DD3A3C;
}
.TagClassName
{
border-color: #DD3A3C;
}
</style>