Shades of Mahogany #DC4147
Tints of Mahogany #DC4147
RGB
CMYK
RGB Variations
Color information
#DC4147 (or 0xDC4147) is known color: Mahogany. HEX triplet: DC, 41 and 47. RGB value is (220,65,71). Sum of RGB (Red+Green+Blue) = 220+65+71=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4147 is #23BEB8. Grayscale: #707070. Windows color (decimal): -2342585 or 4669916. OLE color: 4669916.
HSL color Cylindrical-coordinate representation of color #DC4147: hue angle of 357.68º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4147 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 71 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.14 |
| HSL | 357.68º | 0.69% | 0.56% | - |
| HSV(B) | 357.68º | 0.7% | 0.86% | - |
| XYZ | 32.54 | 19.45 | 8 | - |
| YUV | 112.03 | 104.85 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 71 | 0 | 0.70 | 0.68 | 0.14 | 357.68 | 0.69 | 0.56 |
| Hex | DC | 41 | 47 | 0 | 46 | 44 | E | 166 | 45 | 38 |
| Octal | 334 | 101 | 107 | 0 | 106 | 104 | 16 | 546 | 105 | 70 |
| Binary | 11011100 | 1000001 | 1000111 | 0 | 1000110 | 1000100 | 1110 | 101100110 | 1000101 | 111000 |
Color Harmonies of #DC4147
Complementary color
Monochromatic Colors of #DC4147
Black with #DC4147
Text Example
Text Example
White with #DC4147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4147; }
p { color: rgb(220,65,71); }
H1.HeaderClassName
{
color: #DC4147;
}
.AnyTagClassName
{
color: #DC4147;
}
</style>
background-color css
<style>
a { background-color: #DC4147; }
a { background-color: rgb(220,65,71); }
div.DivClassName
{
background-color: #DC4147;
}
.BgClassName
{
background-color: #DC4147;
}
</style>
border-color css
<style>
span { border-color: #DC4147; }
span { border-color: rgb(220,65,71); }
td.TdClassName
{
border-color: #DC4147;
}
.TagClassName
{
border-color: #DC4147;
}
</style>