Shades of Mahogany #DF4144
Tints of Mahogany #DF4144
RGB
CMYK
RGB Variations
Color information
#DF4144 (or 0xDF4144) is known color: Mahogany. HEX triplet: DF, 41 and 44. RGB value is (223,65,68). Sum of RGB (Red+Green+Blue) = 223+65+68=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4144 is #20BEBB. Grayscale: #707070. Windows color (decimal): -2145980 or 4473311. OLE color: 4473311.
HSL color Cylindrical-coordinate representation of color #DF4144: hue angle of 358.86º 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 #DF4144 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 68 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.13 |
| HSL | 358.86º | 0.71% | 0.56% | - |
| HSV(B) | 358.86º | 0.71% | 0.87% | - |
| XYZ | 33.37 | 19.89 | 7.55 | - |
| YUV | 112.58 | 102.85 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 68 | 0 | 0.71 | 0.70 | 0.13 | 358.86 | 0.71 | 0.56 |
| Hex | DF | 41 | 44 | 0 | 47 | 46 | D | 167 | 47 | 38 |
| Octal | 337 | 101 | 104 | 0 | 107 | 106 | 15 | 547 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1000100 | 0 | 1000111 | 1000110 | 1101 | 101100111 | 1000111 | 111000 |
Color Harmonies of #DF4144
Complementary color
Monochromatic Colors of #DF4144
Black with #DF4144
Text Example
Text Example
White with #DF4144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4144; }
p { color: rgb(223,65,68); }
H1.HeaderClassName
{
color: #DF4144;
}
.AnyTagClassName
{
color: #DF4144;
}
</style>
background-color css
<style>
a { background-color: #DF4144; }
a { background-color: rgb(223,65,68); }
div.DivClassName
{
background-color: #DF4144;
}
.BgClassName
{
background-color: #DF4144;
}
</style>
border-color css
<style>
span { border-color: #DF4144; }
span { border-color: rgb(223,65,68); }
td.TdClassName
{
border-color: #DF4144;
}
.TagClassName
{
border-color: #DF4144;
}
</style>