Shades of Mahogany #DC3C41
Tints of Mahogany #DC3C41
RGB
CMYK
RGB Variations
Color information
#DC3C41 (or 0xDC3C41) is known color: Mahogany. HEX triplet: DC, 3C and 41. RGB value is (220,60,65). Sum of RGB (Red+Green+Blue) = 220+60+65=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C41 is #23C3BE. Grayscale: #6C6C6C. Windows color (decimal): -2343871 or 4275420. OLE color: 4275420.
HSL color Cylindrical-coordinate representation of color #DC3C41: hue angle of 358.12º 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 #DC3C41 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 65 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.14 |
| HSL | 358.13º | 0.7% | 0.55% | - |
| HSV(B) | 358.13º | 0.73% | 0.86% | - |
| XYZ | 32.09 | 18.83 | 6.94 | - |
| YUV | 108.41 | 103.51 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 65 | 0 | 0.73 | 0.70 | 0.14 | 358.13 | 0.7 | 0.55 |
| Hex | DC | 3C | 41 | 0 | 49 | 46 | E | 166 | 46 | 37 |
| Octal | 334 | 74 | 101 | 0 | 111 | 106 | 16 | 546 | 106 | 67 |
| Binary | 11011100 | 111100 | 1000001 | 0 | 1001001 | 1000110 | 1110 | 101100110 | 1000110 | 110111 |
Color Harmonies of #DC3C41
Complementary color
Monochromatic Colors of #DC3C41
Black with #DC3C41
Text Example
Text Example
White with #DC3C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3C41; }
p { color: rgb(220,60,65); }
H1.HeaderClassName
{
color: #DC3C41;
}
.AnyTagClassName
{
color: #DC3C41;
}
</style>
background-color css
<style>
a { background-color: #DC3C41; }
a { background-color: rgb(220,60,65); }
div.DivClassName
{
background-color: #DC3C41;
}
.BgClassName
{
background-color: #DC3C41;
}
</style>
border-color css
<style>
span { border-color: #DC3C41; }
span { border-color: rgb(220,60,65); }
td.TdClassName
{
border-color: #DC3C41;
}
.TagClassName
{
border-color: #DC3C41;
}
</style>