Shades of Mahogany #DF3C3D
Tints of Mahogany #DF3C3D
RGB
CMYK
RGB Variations
Color information
#DF3C3D (or 0xDF3C3D) is known color: Mahogany. HEX triplet: DF, 3C and 3D. RGB value is (223,60,61). Sum of RGB (Red+Green+Blue) = 223+60+61=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3C3D is #20C3C2. Grayscale: #6D6D6D. Windows color (decimal): -2147267 or 4013279. OLE color: 4013279.
HSL color Cylindrical-coordinate representation of color #DF3C3D: hue angle of 359.63º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3C3D is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 61 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.13 |
| HSL | 359.63º | 0.72% | 0.55% | - |
| HSV(B) | 359.63º | 0.73% | 0.87% | - |
| XYZ | 32.89 | 19.26 | 6.4 | - |
| YUV | 108.85 | 101 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 61 | 0 | 0.73 | 0.73 | 0.13 | 359.63 | 0.72 | 0.55 |
| Hex | DF | 3C | 3D | 0 | 49 | 49 | D | 168 | 48 | 37 |
| Octal | 337 | 74 | 75 | 0 | 111 | 111 | 15 | 550 | 110 | 67 |
| Binary | 11011111 | 111100 | 111101 | 0 | 1001001 | 1001001 | 1101 | 101101000 | 1001000 | 110111 |
Color Harmonies of #DF3C3D
Complementary color
Monochromatic Colors of #DF3C3D
Black with #DF3C3D
Text Example
Text Example
White with #DF3C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3C3D; }
p { color: rgb(223,60,61); }
H1.HeaderClassName
{
color: #DF3C3D;
}
.AnyTagClassName
{
color: #DF3C3D;
}
</style>
background-color css
<style>
a { background-color: #DF3C3D; }
a { background-color: rgb(223,60,61); }
div.DivClassName
{
background-color: #DF3C3D;
}
.BgClassName
{
background-color: #DF3C3D;
}
</style>
border-color css
<style>
span { border-color: #DF3C3D; }
span { border-color: rgb(223,60,61); }
td.TdClassName
{
border-color: #DF3C3D;
}
.TagClassName
{
border-color: #DF3C3D;
}
</style>