Shades of Mahogany #D23C3F
Tints of Mahogany #D23C3F
RGB
CMYK
RGB Variations
Color information
#D23C3F (or 0xD23C3F) is known color: Mahogany. HEX triplet: D2, 3C and 3F. RGB value is (210,60,63). Sum of RGB (Red+Green+Blue) = 210+60+63=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23C3F is #2DC3C0. Grayscale: #696969. Windows color (decimal): -2999233 or 4144338. OLE color: 4144338.
HSL color Cylindrical-coordinate representation of color #D23C3F: hue angle of 358.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23C3F is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 63 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.18 |
| HSL | 358.8º | 0.63% | 0.53% | - |
| HSV(B) | 358.8º | 0.71% | 0.82% | - |
| XYZ | 29.09 | 17.29 | 6.51 | - |
| YUV | 105.19 | 104.2 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 63 | 0 | 0.71 | 0.70 | 0.18 | 358.8 | 0.63 | 0.53 |
| Hex | D2 | 3C | 3F | 0 | 47 | 46 | 12 | 167 | 3E | 35 |
| Octal | 322 | 74 | 77 | 0 | 107 | 106 | 22 | 547 | 76 | 65 |
| Binary | 11010010 | 111100 | 111111 | 0 | 1000111 | 1000110 | 10010 | 101100111 | 111110 | 110101 |
Color Harmonies of #D23C3F
Complementary color
Monochromatic Colors of #D23C3F
Black with #D23C3F
Text Example
Text Example
White with #D23C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C3F; }
p { color: rgb(210,60,63); }
H1.HeaderClassName
{
color: #D23C3F;
}
.AnyTagClassName
{
color: #D23C3F;
}
</style>
background-color css
<style>
a { background-color: #D23C3F; }
a { background-color: rgb(210,60,63); }
div.DivClassName
{
background-color: #D23C3F;
}
.BgClassName
{
background-color: #D23C3F;
}
</style>
border-color css
<style>
span { border-color: #D23C3F; }
span { border-color: rgb(210,60,63); }
td.TdClassName
{
border-color: #D23C3F;
}
.TagClassName
{
border-color: #D23C3F;
}
</style>