Shades of Mahogany #D24347
Tints of Mahogany #D24347
RGB
CMYK
RGB Variations
Color information
#D24347 (or 0xD24347) is known color: Mahogany. HEX triplet: D2, 43 and 47. RGB value is (210,67,71). Sum of RGB (Red+Green+Blue) = 210+67+71=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D24347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24347 is #2DBCB8. Grayscale: #6E6E6E. Windows color (decimal): -2997433 or 4670418. OLE color: 4670418.
HSL color Cylindrical-coordinate representation of color #D24347: hue angle of 358.32º 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 #D24347 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 71 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.18 |
| HSL | 358.32º | 0.61% | 0.54% | - |
| HSV(B) | 358.32º | 0.68% | 0.82% | - |
| XYZ | 29.72 | 18.17 | 7.9 | - |
| YUV | 110.21 | 105.88 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 71 | 0 | 0.68 | 0.66 | 0.18 | 358.32 | 0.61 | 0.54 |
| Hex | D2 | 43 | 47 | 0 | 44 | 42 | 12 | 166 | 3D | 36 |
| Octal | 322 | 103 | 107 | 0 | 104 | 102 | 22 | 546 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1000111 | 0 | 1000100 | 1000010 | 10010 | 101100110 | 111101 | 110110 |
Color Harmonies of #D24347
Complementary color
Monochromatic Colors of #D24347
Black with #D24347
Text Example
Text Example
White with #D24347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24347; }
p { color: rgb(210,67,71); }
H1.HeaderClassName
{
color: #D24347;
}
.AnyTagClassName
{
color: #D24347;
}
</style>
background-color css
<style>
a { background-color: #D24347; }
a { background-color: rgb(210,67,71); }
div.DivClassName
{
background-color: #D24347;
}
.BgClassName
{
background-color: #D24347;
}
</style>
border-color css
<style>
span { border-color: #D24347; }
span { border-color: rgb(210,67,71); }
td.TdClassName
{
border-color: #D24347;
}
.TagClassName
{
border-color: #D24347;
}
</style>