Shades of Mahogany #DC3739
Tints of Mahogany #DC3739
RGB
CMYK
RGB Variations
Color information
#DC3739 (or 0xDC3739) is known color: Mahogany. HEX triplet: DC, 37 and 39. RGB value is (220,55,57). Sum of RGB (Red+Green+Blue) = 220+55+57=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3739 is #23C8C6. Grayscale: #686868. Windows color (decimal): -2345159 or 3749852. OLE color: 3749852.
HSL color Cylindrical-coordinate representation of color #DC3739: hue angle of 359.27º 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 #DC3739 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 57 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.14 |
| HSL | 359.27º | 0.7% | 0.54% | - |
| HSV(B) | 359.27º | 0.75% | 0.86% | - |
| XYZ | 31.62 | 18.24 | 5.73 | - |
| YUV | 104.56 | 101.16 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 57 | 0 | 0.75 | 0.74 | 0.14 | 359.27 | 0.7 | 0.54 |
| Hex | DC | 37 | 39 | 0 | 4B | 4A | E | 167 | 46 | 36 |
| Octal | 334 | 67 | 71 | 0 | 113 | 112 | 16 | 547 | 106 | 66 |
| Binary | 11011100 | 110111 | 111001 | 0 | 1001011 | 1001010 | 1110 | 101100111 | 1000110 | 110110 |
Color Harmonies of #DC3739
Complementary color
Monochromatic Colors of #DC3739
Black with #DC3739
Text Example
Text Example
White with #DC3739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3739; }
p { color: rgb(220,55,57); }
H1.HeaderClassName
{
color: #DC3739;
}
.AnyTagClassName
{
color: #DC3739;
}
</style>
background-color css
<style>
a { background-color: #DC3739; }
a { background-color: rgb(220,55,57); }
div.DivClassName
{
background-color: #DC3739;
}
.BgClassName
{
background-color: #DC3739;
}
</style>
border-color css
<style>
span { border-color: #DC3739; }
span { border-color: rgb(220,55,57); }
td.TdClassName
{
border-color: #DC3739;
}
.TagClassName
{
border-color: #DC3739;
}
</style>