Shades of Mahogany #DD4143
Tints of Mahogany #DD4143
RGB
CMYK
RGB Variations
Color information
#DD4143 (or 0xDD4143) is known color: Mahogany. HEX triplet: DD, 41 and 43. RGB value is (221,65,67). Sum of RGB (Red+Green+Blue) = 221+65+67=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4143 is #22BEBC. Grayscale: #707070. Windows color (decimal): -2277053 or 4407773. OLE color: 4407773.
HSL color Cylindrical-coordinate representation of color #DD4143: hue angle of 359.23º 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 #DD4143 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 67 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.13 |
| HSL | 359.23º | 0.7% | 0.56% | - |
| HSV(B) | 359.23º | 0.71% | 0.87% | - |
| XYZ | 32.72 | 19.56 | 7.36 | - |
| YUV | 111.87 | 102.68 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 67 | 0 | 0.71 | 0.70 | 0.13 | 359.23 | 0.7 | 0.56 |
| Hex | DD | 41 | 43 | 0 | 47 | 46 | D | 167 | 46 | 38 |
| Octal | 335 | 101 | 103 | 0 | 107 | 106 | 15 | 547 | 106 | 70 |
| Binary | 11011101 | 1000001 | 1000011 | 0 | 1000111 | 1000110 | 1101 | 101100111 | 1000110 | 111000 |
Color Harmonies of #DD4143
Complementary color
Monochromatic Colors of #DD4143
Black with #DD4143
Text Example
Text Example
White with #DD4143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4143; }
p { color: rgb(221,65,67); }
H1.HeaderClassName
{
color: #DD4143;
}
.AnyTagClassName
{
color: #DD4143;
}
</style>
background-color css
<style>
a { background-color: #DD4143; }
a { background-color: rgb(221,65,67); }
div.DivClassName
{
background-color: #DD4143;
}
.BgClassName
{
background-color: #DD4143;
}
</style>
border-color css
<style>
span { border-color: #DD4143; }
span { border-color: rgb(221,65,67); }
td.TdClassName
{
border-color: #DD4143;
}
.TagClassName
{
border-color: #DD4143;
}
</style>