Shades of Mahogany #DC3C3D
Tints of Mahogany #DC3C3D
RGB
CMYK
RGB Variations
Color information
#DC3C3D (or 0xDC3C3D) is known color: Mahogany. HEX triplet: DC, 3C and 3D. RGB value is (220,60,61). Sum of RGB (Red+Green+Blue) = 220+60+61=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C3D is #23C3C2. Grayscale: #6C6C6C. Windows color (decimal): -2343875 or 4013276. OLE color: 4013276.
HSL color Cylindrical-coordinate representation of color #DC3C3D: hue angle of 359.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3C3D is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 61 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.14 |
| HSL | 359.63º | 0.7% | 0.55% | - |
| HSV(B) | 359.63º | 0.73% | 0.86% | - |
| XYZ | 31.97 | 18.78 | 6.36 | - |
| YUV | 107.95 | 101.51 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 61 | 0 | 0.73 | 0.72 | 0.14 | 359.63 | 0.7 | 0.55 |
| Hex | DC | 3C | 3D | 0 | 49 | 48 | E | 168 | 46 | 37 |
| Octal | 334 | 74 | 75 | 0 | 111 | 110 | 16 | 550 | 106 | 67 |
| Binary | 11011100 | 111100 | 111101 | 0 | 1001001 | 1001000 | 1110 | 101101000 | 1000110 | 110111 |
Color Harmonies of #DC3C3D
Complementary color
Monochromatic Colors of #DC3C3D
Black with #DC3C3D
Text Example
Text Example
White with #DC3C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3C3D; }
p { color: rgb(220,60,61); }
H1.HeaderClassName
{
color: #DC3C3D;
}
.AnyTagClassName
{
color: #DC3C3D;
}
</style>
background-color css
<style>
a { background-color: #DC3C3D; }
a { background-color: rgb(220,60,61); }
div.DivClassName
{
background-color: #DC3C3D;
}
.BgClassName
{
background-color: #DC3C3D;
}
</style>
border-color css
<style>
span { border-color: #DC3C3D; }
span { border-color: rgb(220,60,61); }
td.TdClassName
{
border-color: #DC3C3D;
}
.TagClassName
{
border-color: #DC3C3D;
}
</style>