Shades of Mahogany #D23235
Tints of Mahogany #D23235
RGB
CMYK
RGB Variations
Color information
#D23235 (or 0xD23235) is known color: Mahogany. HEX triplet: D2, 32 and 35. RGB value is (210,50,53). Sum of RGB (Red+Green+Blue) = 210+50+53=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D23235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23235 is #2DCDCA. Grayscale: #626262. Windows color (decimal): -3001803 or 3486418. OLE color: 3486418.
HSL color Cylindrical-coordinate representation of color #D23235: hue angle of 358.88º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23235 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 53 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.18 |
| HSL | 358.88º | 0.64% | 0.51% | - |
| HSV(B) | 358.88º | 0.76% | 0.82% | - |
| XYZ | 28.36 | 16.24 | 5.01 | - |
| YUV | 98.18 | 102.51 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 53 | 0 | 0.76 | 0.75 | 0.18 | 358.88 | 0.64 | 0.51 |
| Hex | D2 | 32 | 35 | 0 | 4C | 4B | 12 | 167 | 40 | 33 |
| Octal | 322 | 62 | 65 | 0 | 114 | 113 | 22 | 547 | 100 | 63 |
| Binary | 11010010 | 110010 | 110101 | 0 | 1001100 | 1001011 | 10010 | 101100111 | 1000000 | 110011 |
Color Harmonies of #D23235
Complementary color
Monochromatic Colors of #D23235
Black with #D23235
Text Example
Text Example
White with #D23235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23235; }
p { color: rgb(210,50,53); }
H1.HeaderClassName
{
color: #D23235;
}
.AnyTagClassName
{
color: #D23235;
}
</style>
background-color css
<style>
a { background-color: #D23235; }
a { background-color: rgb(210,50,53); }
div.DivClassName
{
background-color: #D23235;
}
.BgClassName
{
background-color: #D23235;
}
</style>
border-color css
<style>
span { border-color: #D23235; }
span { border-color: rgb(210,50,53); }
td.TdClassName
{
border-color: #D23235;
}
.TagClassName
{
border-color: #D23235;
}
</style>