Shades of Mahogany #DF3D3F
Tints of Mahogany #DF3D3F
RGB
CMYK
RGB Variations
Color information
#DF3D3F (or 0xDF3D3F) is known color: Mahogany. HEX triplet: DF, 3D and 3F. RGB value is (223,61,63). Sum of RGB (Red+Green+Blue) = 223+61+63=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3D3F is #20C2C0. Grayscale: #6D6D6D. Windows color (decimal): -2147009 or 4144607. OLE color: 4144607.
HSL color Cylindrical-coordinate representation of color #DF3D3F: hue angle of 359.26º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3D3F is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 63 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.13 |
| HSL | 359.26º | 0.72% | 0.56% | - |
| HSV(B) | 359.26º | 0.73% | 0.87% | - |
| XYZ | 33 | 19.38 | 6.71 | - |
| YUV | 109.67 | 101.67 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 63 | 0 | 0.73 | 0.72 | 0.13 | 359.26 | 0.72 | 0.56 |
| Hex | DF | 3D | 3F | 0 | 49 | 48 | D | 167 | 48 | 38 |
| Octal | 337 | 75 | 77 | 0 | 111 | 110 | 15 | 547 | 110 | 70 |
| Binary | 11011111 | 111101 | 111111 | 0 | 1001001 | 1001000 | 1101 | 101100111 | 1001000 | 111000 |
Color Harmonies of #DF3D3F
Complementary color
Monochromatic Colors of #DF3D3F
Black with #DF3D3F
Text Example
Text Example
White with #DF3D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D3F; }
p { color: rgb(223,61,63); }
H1.HeaderClassName
{
color: #DF3D3F;
}
.AnyTagClassName
{
color: #DF3D3F;
}
</style>
background-color css
<style>
a { background-color: #DF3D3F; }
a { background-color: rgb(223,61,63); }
div.DivClassName
{
background-color: #DF3D3F;
}
.BgClassName
{
background-color: #DF3D3F;
}
</style>
border-color css
<style>
span { border-color: #DF3D3F; }
span { border-color: rgb(223,61,63); }
td.TdClassName
{
border-color: #DF3D3F;
}
.TagClassName
{
border-color: #DF3D3F;
}
</style>