Shades of Mahogany #D14247
Tints of Mahogany #D14247
RGB
CMYK
RGB Variations
Color information
#D14247 (or 0xD14247) is known color: Mahogany. HEX triplet: D1, 42 and 47. RGB value is (209,66,71). Sum of RGB (Red+Green+Blue) = 209+66+71=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D14247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14247 is #2EBDB8. Grayscale: #6D6D6D. Windows color (decimal): -3063225 or 4670161. OLE color: 4670161.
HSL color Cylindrical-coordinate representation of color #D14247: hue angle of 357.9º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14247 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 71 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.18 |
| HSL | 357.9º | 0.61% | 0.54% | - |
| HSV(B) | 357.9º | 0.68% | 0.82% | - |
| XYZ | 29.38 | 17.91 | 7.87 | - |
| YUV | 109.33 | 106.38 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 71 | 0 | 0.68 | 0.66 | 0.18 | 357.9 | 0.61 | 0.54 |
| Hex | D1 | 42 | 47 | 0 | 44 | 42 | 12 | 166 | 3D | 36 |
| Octal | 321 | 102 | 107 | 0 | 104 | 102 | 22 | 546 | 75 | 66 |
| Binary | 11010001 | 1000010 | 1000111 | 0 | 1000100 | 1000010 | 10010 | 101100110 | 111101 | 110110 |
Color Harmonies of #D14247
Complementary color
Monochromatic Colors of #D14247
Black with #D14247
Text Example
Text Example
White with #D14247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14247; }
p { color: rgb(209,66,71); }
H1.HeaderClassName
{
color: #D14247;
}
.AnyTagClassName
{
color: #D14247;
}
</style>
background-color css
<style>
a { background-color: #D14247; }
a { background-color: rgb(209,66,71); }
div.DivClassName
{
background-color: #D14247;
}
.BgClassName
{
background-color: #D14247;
}
</style>
border-color css
<style>
span { border-color: #D14247; }
span { border-color: rgb(209,66,71); }
td.TdClassName
{
border-color: #D14247;
}
.TagClassName
{
border-color: #D14247;
}
</style>