Shades of Mahogany #D23031
Tints of Mahogany #D23031
RGB
CMYK
RGB Variations
Color information
#D23031 (or 0xD23031) is known color: Mahogany. HEX triplet: D2, 30 and 31. RGB value is (210,48,49). Sum of RGB (Red+Green+Blue) = 210+48+49=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D23031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23031 is #2DCFCE. Grayscale: #606060. Windows color (decimal): -3002319 or 3223762. OLE color: 3223762.
HSL color Cylindrical-coordinate representation of color #D23031: hue angle of 359.63º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23031 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 49 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.18 |
| HSL | 359.63º | 0.64% | 0.51% | - |
| HSV(B) | 359.63º | 0.77% | 0.82% | - |
| XYZ | 28.19 | 16.04 | 4.52 | - |
| YUV | 96.55 | 101.17 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 49 | 0 | 0.77 | 0.77 | 0.18 | 359.63 | 0.64 | 0.51 |
| Hex | D2 | 30 | 31 | 0 | 4D | 4D | 12 | 168 | 40 | 33 |
| Octal | 322 | 60 | 61 | 0 | 115 | 115 | 22 | 550 | 100 | 63 |
| Binary | 11010010 | 110000 | 110001 | 0 | 1001101 | 1001101 | 10010 | 101101000 | 1000000 | 110011 |
Color Harmonies of #D23031
Complementary color
Monochromatic Colors of #D23031
Black with #D23031
Text Example
Text Example
White with #D23031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23031; }
p { color: rgb(210,48,49); }
H1.HeaderClassName
{
color: #D23031;
}
.AnyTagClassName
{
color: #D23031;
}
</style>
background-color css
<style>
a { background-color: #D23031; }
a { background-color: rgb(210,48,49); }
div.DivClassName
{
background-color: #D23031;
}
.BgClassName
{
background-color: #D23031;
}
</style>
border-color css
<style>
span { border-color: #D23031; }
span { border-color: rgb(210,48,49); }
td.TdClassName
{
border-color: #D23031;
}
.TagClassName
{
border-color: #D23031;
}
</style>