Shades of Mahogany #D23A40
Tints of Mahogany #D23A40
RGB
CMYK
RGB Variations
Color information
#D23A40 (or 0xD23A40) is known color: Mahogany. HEX triplet: D2, 3A and 40. RGB value is (210,58,64). Sum of RGB (Red+Green+Blue) = 210+58+64=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23A40 is #2DC5BF. Grayscale: #686868. Windows color (decimal): -2999744 or 4209362. OLE color: 4209362.
HSL color Cylindrical-coordinate representation of color #D23A40: hue angle of 357.63º 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 #D23A40 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 64 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.18 |
| HSL | 357.63º | 0.63% | 0.53% | - |
| HSV(B) | 357.63º | 0.72% | 0.82% | - |
| XYZ | 29.02 | 17.1 | 6.62 | - |
| YUV | 104.13 | 105.36 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 64 | 0 | 0.72 | 0.70 | 0.18 | 357.63 | 0.63 | 0.53 |
| Hex | D2 | 3A | 40 | 0 | 48 | 46 | 12 | 166 | 3F | 35 |
| Octal | 322 | 72 | 100 | 0 | 110 | 106 | 22 | 546 | 77 | 65 |
| Binary | 11010010 | 111010 | 1000000 | 0 | 1001000 | 1000110 | 10010 | 101100110 | 111111 | 110101 |
Color Harmonies of #D23A40
Complementary color
Monochromatic Colors of #D23A40
Black with #D23A40
Text Example
Text Example
White with #D23A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A40; }
p { color: rgb(210,58,64); }
H1.HeaderClassName
{
color: #D23A40;
}
.AnyTagClassName
{
color: #D23A40;
}
</style>
background-color css
<style>
a { background-color: #D23A40; }
a { background-color: rgb(210,58,64); }
div.DivClassName
{
background-color: #D23A40;
}
.BgClassName
{
background-color: #D23A40;
}
</style>
border-color css
<style>
span { border-color: #D23A40; }
span { border-color: rgb(210,58,64); }
td.TdClassName
{
border-color: #D23A40;
}
.TagClassName
{
border-color: #D23A40;
}
</style>