Shades of Mahogany #DF4041
Tints of Mahogany #DF4041
RGB
CMYK
RGB Variations
Color information
#DF4041 (or 0xDF4041) is known color: Mahogany. HEX triplet: DF, 40 and 41. RGB value is (223,64,65). Sum of RGB (Red+Green+Blue) = 223+64+65=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4041 is #20BFBE. Grayscale: #6F6F6F. Windows color (decimal): -2146239 or 4276447. OLE color: 4276447.
HSL color Cylindrical-coordinate representation of color #DF4041: hue angle of 359.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4041 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 65 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.13 |
| HSL | 359.62º | 0.71% | 0.56% | - |
| HSV(B) | 359.62º | 0.71% | 0.87% | - |
| XYZ | 33.22 | 19.74 | 7.06 | - |
| YUV | 111.66 | 101.68 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 65 | 0 | 0.71 | 0.71 | 0.13 | 359.62 | 0.71 | 0.56 |
| Hex | DF | 40 | 41 | 0 | 47 | 47 | D | 168 | 47 | 38 |
| Octal | 337 | 100 | 101 | 0 | 107 | 107 | 15 | 550 | 107 | 70 |
| Binary | 11011111 | 1000000 | 1000001 | 0 | 1000111 | 1000111 | 1101 | 101101000 | 1000111 | 111000 |
Color Harmonies of #DF4041
Complementary color
Monochromatic Colors of #DF4041
Black with #DF4041
Text Example
Text Example
White with #DF4041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4041; }
p { color: rgb(223,64,65); }
H1.HeaderClassName
{
color: #DF4041;
}
.AnyTagClassName
{
color: #DF4041;
}
</style>
background-color css
<style>
a { background-color: #DF4041; }
a { background-color: rgb(223,64,65); }
div.DivClassName
{
background-color: #DF4041;
}
.BgClassName
{
background-color: #DF4041;
}
</style>
border-color css
<style>
span { border-color: #DF4041; }
span { border-color: rgb(223,64,65); }
td.TdClassName
{
border-color: #DF4041;
}
.TagClassName
{
border-color: #DF4041;
}
</style>