Shades of Mahogany #DC383B
Tints of Mahogany #DC383B
RGB
CMYK
RGB Variations
Color information
#DC383B (or 0xDC383B) is known color: Mahogany. HEX triplet: DC, 38 and 3B. RGB value is (220,56,59). Sum of RGB (Red+Green+Blue) = 220+56+59=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC383B is #23C7C4. Grayscale: #696969. Windows color (decimal): -2344901 or 3881180. OLE color: 3881180.
HSL color Cylindrical-coordinate representation of color #DC383B: hue angle of 358.9º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC383B is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 59 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.14 |
| HSL | 358.9º | 0.7% | 0.54% | - |
| HSV(B) | 358.9º | 0.75% | 0.86% | - |
| XYZ | 31.72 | 18.36 | 6.01 | - |
| YUV | 105.38 | 101.83 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 59 | 0 | 0.75 | 0.73 | 0.14 | 358.9 | 0.7 | 0.54 |
| Hex | DC | 38 | 3B | 0 | 4B | 49 | E | 167 | 46 | 36 |
| Octal | 334 | 70 | 73 | 0 | 113 | 111 | 16 | 547 | 106 | 66 |
| Binary | 11011100 | 111000 | 111011 | 0 | 1001011 | 1001001 | 1110 | 101100111 | 1000110 | 110110 |
Color Harmonies of #DC383B
Complementary color
Monochromatic Colors of #DC383B
Black with #DC383B
Text Example
Text Example
White with #DC383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC383B; }
p { color: rgb(220,56,59); }
H1.HeaderClassName
{
color: #DC383B;
}
.AnyTagClassName
{
color: #DC383B;
}
</style>
background-color css
<style>
a { background-color: #DC383B; }
a { background-color: rgb(220,56,59); }
div.DivClassName
{
background-color: #DC383B;
}
.BgClassName
{
background-color: #DC383B;
}
</style>
border-color css
<style>
span { border-color: #DC383B; }
span { border-color: rgb(220,56,59); }
td.TdClassName
{
border-color: #DC383B;
}
.TagClassName
{
border-color: #DC383B;
}
</style>