Shades of Mahogany #D23139
Tints of Mahogany #D23139
RGB
CMYK
RGB Variations
Color information
#D23139 (or 0xD23139) is known color: Mahogany. HEX triplet: D2, 31 and 39. RGB value is (210,49,57). Sum of RGB (Red+Green+Blue) = 210+49+57=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D23139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23139 is #2DCEC6. Grayscale: #626262. Windows color (decimal): -3002055 or 3748306. OLE color: 3748306.
HSL color Cylindrical-coordinate representation of color #D23139: hue angle of 357.02º 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 #D23139 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 57 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.18 |
| HSL | 357.02º | 0.64% | 0.51% | - |
| HSV(B) | 357.02º | 0.77% | 0.82% | - |
| XYZ | 28.42 | 16.19 | 5.5 | - |
| YUV | 98.05 | 104.84 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 57 | 0 | 0.77 | 0.73 | 0.18 | 357.02 | 0.64 | 0.51 |
| Hex | D2 | 31 | 39 | 0 | 4D | 49 | 12 | 165 | 40 | 33 |
| Octal | 322 | 61 | 71 | 0 | 115 | 111 | 22 | 545 | 100 | 63 |
| Binary | 11010010 | 110001 | 111001 | 0 | 1001101 | 1001001 | 10010 | 101100101 | 1000000 | 110011 |
Color Harmonies of #D23139
Complementary color
Monochromatic Colors of #D23139
Black with #D23139
Text Example
Text Example
White with #D23139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23139; }
p { color: rgb(210,49,57); }
H1.HeaderClassName
{
color: #D23139;
}
.AnyTagClassName
{
color: #D23139;
}
</style>
background-color css
<style>
a { background-color: #D23139; }
a { background-color: rgb(210,49,57); }
div.DivClassName
{
background-color: #D23139;
}
.BgClassName
{
background-color: #D23139;
}
</style>
border-color css
<style>
span { border-color: #D23139; }
span { border-color: rgb(210,49,57); }
td.TdClassName
{
border-color: #D23139;
}
.TagClassName
{
border-color: #D23139;
}
</style>