Shades of Mahogany #DF4143
Tints of Mahogany #DF4143
RGB
CMYK
RGB Variations
Color information
#DF4143 (or 0xDF4143) is known color: Mahogany. HEX triplet: DF, 41 and 43. RGB value is (223,65,67). Sum of RGB (Red+Green+Blue) = 223+65+67=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4143 is #20BEBC. Grayscale: #707070. Windows color (decimal): -2145981 or 4407775. OLE color: 4407775.
HSL color Cylindrical-coordinate representation of color #DF4143: hue angle of 359.24º 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 #DF4143 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 67 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.13 |
| HSL | 359.24º | 0.71% | 0.56% | - |
| HSV(B) | 359.24º | 0.71% | 0.87% | - |
| XYZ | 33.33 | 19.87 | 7.39 | - |
| YUV | 112.47 | 102.35 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 67 | 0 | 0.71 | 0.70 | 0.13 | 359.24 | 0.71 | 0.56 |
| Hex | DF | 41 | 43 | 0 | 47 | 46 | D | 167 | 47 | 38 |
| Octal | 337 | 101 | 103 | 0 | 107 | 106 | 15 | 547 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1000011 | 0 | 1000111 | 1000110 | 1101 | 101100111 | 1000111 | 111000 |
Color Harmonies of #DF4143
Complementary color
Monochromatic Colors of #DF4143
Black with #DF4143
Text Example
Text Example
White with #DF4143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4143; }
p { color: rgb(223,65,67); }
H1.HeaderClassName
{
color: #DF4143;
}
.AnyTagClassName
{
color: #DF4143;
}
</style>
background-color css
<style>
a { background-color: #DF4143; }
a { background-color: rgb(223,65,67); }
div.DivClassName
{
background-color: #DF4143;
}
.BgClassName
{
background-color: #DF4143;
}
</style>
border-color css
<style>
span { border-color: #DF4143; }
span { border-color: rgb(223,65,67); }
td.TdClassName
{
border-color: #DF4143;
}
.TagClassName
{
border-color: #DF4143;
}
</style>