Shades of Mahogany #DC383D
Tints of Mahogany #DC383D
RGB
CMYK
RGB Variations
Color information
#DC383D (or 0xDC383D) is known color: Mahogany. HEX triplet: DC, 38 and 3D. RGB value is (220,56,61). Sum of RGB (Red+Green+Blue) = 220+56+61=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC383D is #23C7C2. Grayscale: #696969. Windows color (decimal): -2344899 or 4012252. OLE color: 4012252.
HSL color Cylindrical-coordinate representation of color #DC383D: hue angle of 358.17º 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 #DC383D is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 61 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.14 |
| HSL | 358.17º | 0.7% | 0.54% | - |
| HSV(B) | 358.17º | 0.75% | 0.86% | - |
| XYZ | 31.77 | 18.38 | 6.29 | - |
| YUV | 105.61 | 102.83 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 61 | 0 | 0.75 | 0.72 | 0.14 | 358.17 | 0.7 | 0.54 |
| Hex | DC | 38 | 3D | 0 | 4B | 48 | E | 166 | 46 | 36 |
| Octal | 334 | 70 | 75 | 0 | 113 | 110 | 16 | 546 | 106 | 66 |
| Binary | 11011100 | 111000 | 111101 | 0 | 1001011 | 1001000 | 1110 | 101100110 | 1000110 | 110110 |
Color Harmonies of #DC383D
Complementary color
Monochromatic Colors of #DC383D
Black with #DC383D
Text Example
Text Example
White with #DC383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC383D; }
p { color: rgb(220,56,61); }
H1.HeaderClassName
{
color: #DC383D;
}
.AnyTagClassName
{
color: #DC383D;
}
</style>
background-color css
<style>
a { background-color: #DC383D; }
a { background-color: rgb(220,56,61); }
div.DivClassName
{
background-color: #DC383D;
}
.BgClassName
{
background-color: #DC383D;
}
</style>
border-color css
<style>
span { border-color: #DC383D; }
span { border-color: rgb(220,56,61); }
td.TdClassName
{
border-color: #DC383D;
}
.TagClassName
{
border-color: #DC383D;
}
</style>