Shades of Mahogany #DC3C43
Tints of Mahogany #DC3C43
RGB
CMYK
RGB Variations
Color information
#DC3C43 (or 0xDC3C43) is known color: Mahogany. HEX triplet: DC, 3C and 43. RGB value is (220,60,67). Sum of RGB (Red+Green+Blue) = 220+60+67=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C43 is #23C3BC. Grayscale: #6C6C6C. Windows color (decimal): -2343869 or 4406492. OLE color: 4406492.
HSL color Cylindrical-coordinate representation of color #DC3C43: hue angle of 357.38º 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 #DC3C43 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 67 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.14 |
| HSL | 357.38º | 0.7% | 0.55% | - |
| HSV(B) | 357.38º | 0.73% | 0.86% | - |
| XYZ | 32.14 | 18.85 | 7.25 | - |
| YUV | 108.64 | 104.51 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 67 | 0 | 0.73 | 0.70 | 0.14 | 357.38 | 0.7 | 0.55 |
| Hex | DC | 3C | 43 | 0 | 49 | 46 | E | 165 | 46 | 37 |
| Octal | 334 | 74 | 103 | 0 | 111 | 106 | 16 | 545 | 106 | 67 |
| Binary | 11011100 | 111100 | 1000011 | 0 | 1001001 | 1000110 | 1110 | 101100101 | 1000110 | 110111 |
Color Harmonies of #DC3C43
Complementary color
Monochromatic Colors of #DC3C43
Black with #DC3C43
Text Example
Text Example
White with #DC3C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3C43; }
p { color: rgb(220,60,67); }
H1.HeaderClassName
{
color: #DC3C43;
}
.AnyTagClassName
{
color: #DC3C43;
}
</style>
background-color css
<style>
a { background-color: #DC3C43; }
a { background-color: rgb(220,60,67); }
div.DivClassName
{
background-color: #DC3C43;
}
.BgClassName
{
background-color: #DC3C43;
}
</style>
border-color css
<style>
span { border-color: #DC3C43; }
span { border-color: rgb(220,60,67); }
td.TdClassName
{
border-color: #DC3C43;
}
.TagClassName
{
border-color: #DC3C43;
}
</style>