Shades of Mahogany #DC4445
Tints of Mahogany #DC4445
RGB
CMYK
RGB Variations
Color information
#DC4445 (or 0xDC4445) is known color: Mahogany. HEX triplet: DC, 44 and 45. RGB value is (220,68,69). Sum of RGB (Red+Green+Blue) = 220+68+69=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4445 is #23BBBA. Grayscale: #717171. Windows color (decimal): -2341819 or 4539612. OLE color: 4539612.
HSL color Cylindrical-coordinate representation of color #DC4445: hue angle of 359.61º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4445 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 69 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.14 |
| HSL | 359.61º | 0.68% | 0.56% | - |
| HSV(B) | 359.61º | 0.69% | 0.86% | - |
| XYZ | 32.66 | 19.78 | 7.73 | - |
| YUV | 113.56 | 102.86 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 69 | 0 | 0.69 | 0.69 | 0.14 | 359.61 | 0.68 | 0.56 |
| Hex | DC | 44 | 45 | 0 | 45 | 45 | E | 168 | 44 | 38 |
| Octal | 334 | 104 | 105 | 0 | 105 | 105 | 16 | 550 | 104 | 70 |
| Binary | 11011100 | 1000100 | 1000101 | 0 | 1000101 | 1000101 | 1110 | 101101000 | 1000100 | 111000 |
Color Harmonies of #DC4445
Complementary color
Monochromatic Colors of #DC4445
Black with #DC4445
Text Example
Text Example
White with #DC4445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4445; }
p { color: rgb(220,68,69); }
H1.HeaderClassName
{
color: #DC4445;
}
.AnyTagClassName
{
color: #DC4445;
}
</style>
background-color css
<style>
a { background-color: #DC4445; }
a { background-color: rgb(220,68,69); }
div.DivClassName
{
background-color: #DC4445;
}
.BgClassName
{
background-color: #DC4445;
}
</style>
border-color css
<style>
span { border-color: #DC4445; }
span { border-color: rgb(220,68,69); }
td.TdClassName
{
border-color: #DC4445;
}
.TagClassName
{
border-color: #DC4445;
}
</style>