Shades of Mahogany #DC383F
Tints of Mahogany #DC383F
RGB
CMYK
RGB Variations
Color information
#DC383F (or 0xDC383F) is known color: Mahogany. HEX triplet: DC, 38 and 3F. RGB value is (220,56,63). Sum of RGB (Red+Green+Blue) = 220+56+63=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC383F is #23C7C0. Grayscale: #696969. Windows color (decimal): -2344897 or 4143324. OLE color: 4143324.
HSL color Cylindrical-coordinate representation of color #DC383F: hue angle of 357.44º 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 #DC383F is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 63 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.14 |
| HSL | 357.44º | 0.7% | 0.54% | - |
| HSV(B) | 357.44º | 0.75% | 0.86% | - |
| XYZ | 31.83 | 18.4 | 6.58 | - |
| YUV | 105.83 | 103.83 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 63 | 0 | 0.75 | 0.71 | 0.14 | 357.44 | 0.7 | 0.54 |
| Hex | DC | 38 | 3F | 0 | 4B | 47 | E | 165 | 46 | 36 |
| Octal | 334 | 70 | 77 | 0 | 113 | 107 | 16 | 545 | 106 | 66 |
| Binary | 11011100 | 111000 | 111111 | 0 | 1001011 | 1000111 | 1110 | 101100101 | 1000110 | 110110 |
Color Harmonies of #DC383F
Complementary color
Monochromatic Colors of #DC383F
Black with #DC383F
Text Example
Text Example
White with #DC383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC383F; }
p { color: rgb(220,56,63); }
H1.HeaderClassName
{
color: #DC383F;
}
.AnyTagClassName
{
color: #DC383F;
}
</style>
background-color css
<style>
a { background-color: #DC383F; }
a { background-color: rgb(220,56,63); }
div.DivClassName
{
background-color: #DC383F;
}
.BgClassName
{
background-color: #DC383F;
}
</style>
border-color css
<style>
span { border-color: #DC383F; }
span { border-color: rgb(220,56,63); }
td.TdClassName
{
border-color: #DC383F;
}
.TagClassName
{
border-color: #DC383F;
}
</style>