Shades of Mahogany #DD383A
Tints of Mahogany #DD383A
RGB
CMYK
RGB Variations
Color information
#DD383A (or 0xDD383A) is known color: Mahogany. HEX triplet: DD, 38 and 3A. RGB value is (221,56,58). Sum of RGB (Red+Green+Blue) = 221+56+58=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD383A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD383A is #22C7C5. Grayscale: #696969. Windows color (decimal): -2279366 or 3815645. OLE color: 3815645.
HSL color Cylindrical-coordinate representation of color #DD383A: hue angle of 359.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD383A is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 58 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.13 |
| HSL | 359.27º | 0.71% | 0.54% | - |
| HSV(B) | 359.27º | 0.75% | 0.87% | - |
| XYZ | 32 | 18.51 | 5.89 | - |
| YUV | 105.56 | 101.16 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 58 | 0 | 0.75 | 0.74 | 0.13 | 359.27 | 0.71 | 0.54 |
| Hex | DD | 38 | 3A | 0 | 4B | 4A | D | 167 | 47 | 36 |
| Octal | 335 | 70 | 72 | 0 | 113 | 112 | 15 | 547 | 107 | 66 |
| Binary | 11011101 | 111000 | 111010 | 0 | 1001011 | 1001010 | 1101 | 101100111 | 1000111 | 110110 |
Color Harmonies of #DD383A
Complementary color
Monochromatic Colors of #DD383A
Black with #DD383A
Text Example
Text Example
White with #DD383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD383A; }
p { color: rgb(221,56,58); }
H1.HeaderClassName
{
color: #DD383A;
}
.AnyTagClassName
{
color: #DD383A;
}
</style>
background-color css
<style>
a { background-color: #DD383A; }
a { background-color: rgb(221,56,58); }
div.DivClassName
{
background-color: #DD383A;
}
.BgClassName
{
background-color: #DD383A;
}
</style>
border-color css
<style>
span { border-color: #DD383A; }
span { border-color: rgb(221,56,58); }
td.TdClassName
{
border-color: #DD383A;
}
.TagClassName
{
border-color: #DD383A;
}
</style>