Shades of Mahogany #DC4146
Tints of Mahogany #DC4146
RGB
CMYK
RGB Variations
Color information
#DC4146 (or 0xDC4146) is known color: Mahogany. HEX triplet: DC, 41 and 46. RGB value is (220,65,70). Sum of RGB (Red+Green+Blue) = 220+65+70=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4146 is #23BEB9. Grayscale: #707070. Windows color (decimal): -2342586 or 4604380. OLE color: 4604380.
HSL color Cylindrical-coordinate representation of color #DC4146: hue angle of 358.06º 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 #DC4146 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 70 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.14 |
| HSL | 358.06º | 0.69% | 0.56% | - |
| HSV(B) | 358.06º | 0.7% | 0.86% | - |
| XYZ | 32.51 | 19.44 | 7.83 | - |
| YUV | 111.92 | 104.35 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 70 | 0 | 0.70 | 0.68 | 0.14 | 358.06 | 0.69 | 0.56 |
| Hex | DC | 41 | 46 | 0 | 46 | 44 | E | 166 | 45 | 38 |
| Octal | 334 | 101 | 106 | 0 | 106 | 104 | 16 | 546 | 105 | 70 |
| Binary | 11011100 | 1000001 | 1000110 | 0 | 1000110 | 1000100 | 1110 | 101100110 | 1000101 | 111000 |
Color Harmonies of #DC4146
Complementary color
Monochromatic Colors of #DC4146
Black with #DC4146
Text Example
Text Example
White with #DC4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4146; }
p { color: rgb(220,65,70); }
H1.HeaderClassName
{
color: #DC4146;
}
.AnyTagClassName
{
color: #DC4146;
}
</style>
background-color css
<style>
a { background-color: #DC4146; }
a { background-color: rgb(220,65,70); }
div.DivClassName
{
background-color: #DC4146;
}
.BgClassName
{
background-color: #DC4146;
}
</style>
border-color css
<style>
span { border-color: #DC4146; }
span { border-color: rgb(220,65,70); }
td.TdClassName
{
border-color: #DC4146;
}
.TagClassName
{
border-color: #DC4146;
}
</style>