Shades of Mahogany #D23A3E
Tints of Mahogany #D23A3E
RGB
CMYK
RGB Variations
Color information
#D23A3E (or 0xD23A3E) is known color: Mahogany. HEX triplet: D2, 3A and 3E. RGB value is (210,58,62). Sum of RGB (Red+Green+Blue) = 210+58+62=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23A3E is #2DC5C1. Grayscale: #686868. Windows color (decimal): -2999746 or 4078290. OLE color: 4078290.
HSL color Cylindrical-coordinate representation of color #D23A3E: hue angle of 358.42º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23A3E is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 62 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.18 |
| HSL | 358.42º | 0.63% | 0.53% | - |
| HSV(B) | 358.42º | 0.72% | 0.82% | - |
| XYZ | 28.96 | 17.08 | 6.33 | - |
| YUV | 103.9 | 104.36 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 62 | 0 | 0.72 | 0.70 | 0.18 | 358.42 | 0.63 | 0.53 |
| Hex | D2 | 3A | 3E | 0 | 48 | 46 | 12 | 166 | 3F | 35 |
| Octal | 322 | 72 | 76 | 0 | 110 | 106 | 22 | 546 | 77 | 65 |
| Binary | 11010010 | 111010 | 111110 | 0 | 1001000 | 1000110 | 10010 | 101100110 | 111111 | 110101 |
Color Harmonies of #D23A3E
Complementary color
Monochromatic Colors of #D23A3E
Black with #D23A3E
Text Example
Text Example
White with #D23A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A3E; }
p { color: rgb(210,58,62); }
H1.HeaderClassName
{
color: #D23A3E;
}
.AnyTagClassName
{
color: #D23A3E;
}
</style>
background-color css
<style>
a { background-color: #D23A3E; }
a { background-color: rgb(210,58,62); }
div.DivClassName
{
background-color: #D23A3E;
}
.BgClassName
{
background-color: #D23A3E;
}
</style>
border-color css
<style>
span { border-color: #D23A3E; }
span { border-color: rgb(210,58,62); }
td.TdClassName
{
border-color: #D23A3E;
}
.TagClassName
{
border-color: #D23A3E;
}
</style>