Shades of Mahogany #DD393D
Tints of Mahogany #DD393D
RGB
CMYK
RGB Variations
Color information
#DD393D (or 0xDD393D) is known color: Mahogany. HEX triplet: DD, 39 and 3D. RGB value is (221,57,61). Sum of RGB (Red+Green+Blue) = 221+57+61=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD393D is #22C6C2. Grayscale: #6A6A6A. Windows color (decimal): -2279107 or 4012509. OLE color: 4012509.
HSL color Cylindrical-coordinate representation of color #DD393D: hue angle of 358.54º 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 #DD393D is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 61 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.13 |
| HSL | 358.54º | 0.71% | 0.55% | - |
| HSV(B) | 358.54º | 0.74% | 0.87% | - |
| XYZ | 32.12 | 18.64 | 6.32 | - |
| YUV | 106.49 | 102.33 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 61 | 0 | 0.74 | 0.72 | 0.13 | 358.54 | 0.71 | 0.55 |
| Hex | DD | 39 | 3D | 0 | 4A | 48 | D | 167 | 47 | 37 |
| Octal | 335 | 71 | 75 | 0 | 112 | 110 | 15 | 547 | 107 | 67 |
| Binary | 11011101 | 111001 | 111101 | 0 | 1001010 | 1001000 | 1101 | 101100111 | 1000111 | 110111 |
Color Harmonies of #DD393D
Complementary color
Monochromatic Colors of #DD393D
Black with #DD393D
Text Example
Text Example
White with #DD393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD393D; }
p { color: rgb(221,57,61); }
H1.HeaderClassName
{
color: #DD393D;
}
.AnyTagClassName
{
color: #DD393D;
}
</style>
background-color css
<style>
a { background-color: #DD393D; }
a { background-color: rgb(221,57,61); }
div.DivClassName
{
background-color: #DD393D;
}
.BgClassName
{
background-color: #DD393D;
}
</style>
border-color css
<style>
span { border-color: #DD393D; }
span { border-color: rgb(221,57,61); }
td.TdClassName
{
border-color: #DD393D;
}
.TagClassName
{
border-color: #DD393D;
}
</style>