Shades of Mahogany #DD4142
Tints of Mahogany #DD4142
RGB
CMYK
RGB Variations
Color information
#DD4142 (or 0xDD4142) is known color: Mahogany. HEX triplet: DD, 41 and 42. RGB value is (221,65,66). Sum of RGB (Red+Green+Blue) = 221+65+66=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4142 is #22BEBD. Grayscale: #6F6F6F. Windows color (decimal): -2277054 or 4342237. OLE color: 4342237.
HSL color Cylindrical-coordinate representation of color #DD4142: hue angle of 359.62º degrees, saturation: 0.7, 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 #DD4142 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 66 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.13 |
| HSL | 359.62º | 0.7% | 0.56% | - |
| HSV(B) | 359.62º | 0.71% | 0.87% | - |
| XYZ | 32.69 | 19.55 | 7.2 | - |
| YUV | 111.76 | 102.18 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 66 | 0 | 0.71 | 0.70 | 0.13 | 359.62 | 0.7 | 0.56 |
| Hex | DD | 41 | 42 | 0 | 47 | 46 | D | 168 | 46 | 38 |
| Octal | 335 | 101 | 102 | 0 | 107 | 106 | 15 | 550 | 106 | 70 |
| Binary | 11011101 | 1000001 | 1000010 | 0 | 1000111 | 1000110 | 1101 | 101101000 | 1000110 | 111000 |
Color Harmonies of #DD4142
Complementary color
Monochromatic Colors of #DD4142
Black with #DD4142
Text Example
Text Example
White with #DD4142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4142; }
p { color: rgb(221,65,66); }
H1.HeaderClassName
{
color: #DD4142;
}
.AnyTagClassName
{
color: #DD4142;
}
</style>
background-color css
<style>
a { background-color: #DD4142; }
a { background-color: rgb(221,65,66); }
div.DivClassName
{
background-color: #DD4142;
}
.BgClassName
{
background-color: #DD4142;
}
</style>
border-color css
<style>
span { border-color: #DD4142; }
span { border-color: rgb(221,65,66); }
td.TdClassName
{
border-color: #DD4142;
}
.TagClassName
{
border-color: #DD4142;
}
</style>