Shades of Mahogany #DD4245
Tints of Mahogany #DD4245
RGB
CMYK
RGB Variations
Color information
#DD4245 (or 0xDD4245) is known color: Mahogany. HEX triplet: DD, 42 and 45. RGB value is (221,66,69). Sum of RGB (Red+Green+Blue) = 221+66+69=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4245 is #22BDBA. Grayscale: #707070. Windows color (decimal): -2276795 or 4539101. OLE color: 4539101.
HSL color Cylindrical-coordinate representation of color #DD4245: hue angle of 358.84º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4245 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 69 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.13 |
| HSL | 358.84º | 0.7% | 0.56% | - |
| HSV(B) | 358.84º | 0.7% | 0.87% | - |
| XYZ | 32.84 | 19.7 | 7.7 | - |
| YUV | 112.69 | 103.35 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 69 | 0 | 0.70 | 0.69 | 0.13 | 358.84 | 0.7 | 0.56 |
| Hex | DD | 42 | 45 | 0 | 46 | 45 | D | 167 | 46 | 38 |
| Octal | 335 | 102 | 105 | 0 | 106 | 105 | 15 | 547 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1000101 | 0 | 1000110 | 1000101 | 1101 | 101100111 | 1000110 | 111000 |
Color Harmonies of #DD4245
Complementary color
Monochromatic Colors of #DD4245
Black with #DD4245
Text Example
Text Example
White with #DD4245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4245; }
p { color: rgb(221,66,69); }
H1.HeaderClassName
{
color: #DD4245;
}
.AnyTagClassName
{
color: #DD4245;
}
</style>
background-color css
<style>
a { background-color: #DD4245; }
a { background-color: rgb(221,66,69); }
div.DivClassName
{
background-color: #DD4245;
}
.BgClassName
{
background-color: #DD4245;
}
</style>
border-color css
<style>
span { border-color: #DD4245; }
span { border-color: rgb(221,66,69); }
td.TdClassName
{
border-color: #DD4245;
}
.TagClassName
{
border-color: #DD4245;
}
</style>