Shades of Mahogany #DC4243
Tints of Mahogany #DC4243
RGB
CMYK
RGB Variations
Color information
#DC4243 (or 0xDC4243) is known color: Mahogany. HEX triplet: DC, 42 and 43. RGB value is (220,66,67). Sum of RGB (Red+Green+Blue) = 220+66+67=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4243 is #23BDBC. Grayscale: #707070. Windows color (decimal): -2342333 or 4408028. OLE color: 4408028.
HSL color Cylindrical-coordinate representation of color #DC4243: hue angle of 359.61º 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 #DC4243 is Cyan = 0, Magento = 0.7, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 67 | - |
| CMYK | 0 | 0.7 | 0.70 | 0.14 |
| HSL | 359.61º | 0.69% | 0.56% | - |
| HSV(B) | 359.61º | 0.7% | 0.86% | - |
| XYZ | 32.48 | 19.52 | 7.37 | - |
| YUV | 112.16 | 102.52 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 67 | 0 | 0.7 | 0.70 | 0.14 | 359.61 | 0.69 | 0.56 |
| Hex | DC | 42 | 43 | 0 | 46 | 46 | E | 168 | 45 | 38 |
| Octal | 334 | 102 | 103 | 0 | 106 | 106 | 16 | 550 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1000011 | 0 | 1000110 | 1000110 | 1110 | 101101000 | 1000101 | 111000 |
Color Harmonies of #DC4243
Complementary color
Monochromatic Colors of #DC4243
Black with #DC4243
Text Example
Text Example
White with #DC4243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4243; }
p { color: rgb(220,66,67); }
H1.HeaderClassName
{
color: #DC4243;
}
.AnyTagClassName
{
color: #DC4243;
}
</style>
background-color css
<style>
a { background-color: #DC4243; }
a { background-color: rgb(220,66,67); }
div.DivClassName
{
background-color: #DC4243;
}
.BgClassName
{
background-color: #DC4243;
}
</style>
border-color css
<style>
span { border-color: #DC4243; }
span { border-color: rgb(220,66,67); }
td.TdClassName
{
border-color: #DC4243;
}
.TagClassName
{
border-color: #DC4243;
}
</style>