Shades of Mahogany #DD393A
Tints of Mahogany #DD393A
RGB
CMYK
RGB Variations
Color information
#DD393A (or 0xDD393A) is known color: Mahogany. HEX triplet: DD, 39 and 3A. RGB value is (221,57,58). Sum of RGB (Red+Green+Blue) = 221+57+58=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD393A is #22C6C5. Grayscale: #6A6A6A. Windows color (decimal): -2279110 or 3815901. OLE color: 3815901.
HSL color Cylindrical-coordinate representation of color #DD393A: hue angle of 359.63º 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 #DD393A is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 58 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.13 |
| HSL | 359.63º | 0.71% | 0.55% | - |
| HSV(B) | 359.63º | 0.74% | 0.87% | - |
| XYZ | 32.05 | 18.6 | 5.9 | - |
| YUV | 106.15 | 100.83 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 58 | 0 | 0.74 | 0.74 | 0.13 | 359.63 | 0.71 | 0.55 |
| Hex | DD | 39 | 3A | 0 | 4A | 4A | D | 168 | 47 | 37 |
| Octal | 335 | 71 | 72 | 0 | 112 | 112 | 15 | 550 | 107 | 67 |
| Binary | 11011101 | 111001 | 111010 | 0 | 1001010 | 1001010 | 1101 | 101101000 | 1000111 | 110111 |
Color Harmonies of #DD393A
Complementary color
Monochromatic Colors of #DD393A
Black with #DD393A
Text Example
Text Example
White with #DD393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD393A; }
p { color: rgb(221,57,58); }
H1.HeaderClassName
{
color: #DD393A;
}
.AnyTagClassName
{
color: #DD393A;
}
</style>
background-color css
<style>
a { background-color: #DD393A; }
a { background-color: rgb(221,57,58); }
div.DivClassName
{
background-color: #DD393A;
}
.BgClassName
{
background-color: #DD393A;
}
</style>
border-color css
<style>
span { border-color: #DD393A; }
span { border-color: rgb(221,57,58); }
td.TdClassName
{
border-color: #DD393A;
}
.TagClassName
{
border-color: #DD393A;
}
</style>