Shades of Mahogany #DF3E42
Tints of Mahogany #DF3E42
RGB
CMYK
RGB Variations
Color information
#DF3E42 (or 0xDF3E42) is known color: Mahogany. HEX triplet: DF, 3E and 42. RGB value is (223,62,66). Sum of RGB (Red+Green+Blue) = 223+62+66=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3E42 is #20C1BD. Grayscale: #6E6E6E. Windows color (decimal): -2146750 or 4341471. OLE color: 4341471.
HSL color Cylindrical-coordinate representation of color #DF3E42: hue angle of 358.51º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3E42 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 66 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.13 |
| HSL | 358.51º | 0.72% | 0.56% | - |
| HSV(B) | 358.51º | 0.72% | 0.87% | - |
| XYZ | 33.14 | 19.53 | 7.18 | - |
| YUV | 110.6 | 102.84 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 66 | 0 | 0.72 | 0.70 | 0.13 | 358.51 | 0.72 | 0.56 |
| Hex | DF | 3E | 42 | 0 | 48 | 46 | D | 167 | 48 | 38 |
| Octal | 337 | 76 | 102 | 0 | 110 | 106 | 15 | 547 | 110 | 70 |
| Binary | 11011111 | 111110 | 1000010 | 0 | 1001000 | 1000110 | 1101 | 101100111 | 1001000 | 111000 |
Color Harmonies of #DF3E42
Complementary color
Monochromatic Colors of #DF3E42
Black with #DF3E42
Text Example
Text Example
White with #DF3E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E42; }
p { color: rgb(223,62,66); }
H1.HeaderClassName
{
color: #DF3E42;
}
.AnyTagClassName
{
color: #DF3E42;
}
</style>
background-color css
<style>
a { background-color: #DF3E42; }
a { background-color: rgb(223,62,66); }
div.DivClassName
{
background-color: #DF3E42;
}
.BgClassName
{
background-color: #DF3E42;
}
</style>
border-color css
<style>
span { border-color: #DF3E42; }
span { border-color: rgb(223,62,66); }
td.TdClassName
{
border-color: #DF3E42;
}
.TagClassName
{
border-color: #DF3E42;
}
</style>