Shades of Mahogany #D2353D
Tints of Mahogany #D2353D
RGB
CMYK
RGB Variations
Color information
#D2353D (or 0xD2353D) is known color: Mahogany. HEX triplet: D2, 35 and 3D. RGB value is (210,53,61). Sum of RGB (Red+Green+Blue) = 210+53+61=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D2353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2353D is #2DCAC2. Grayscale: #646464. Windows color (decimal): -3001027 or 4011474. OLE color: 4011474.
HSL color Cylindrical-coordinate representation of color #D2353D: hue angle of 356.94º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2353D is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 61 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.18 |
| HSL | 356.94º | 0.64% | 0.52% | - |
| HSV(B) | 356.94º | 0.75% | 0.82% | - |
| XYZ | 28.69 | 16.58 | 6.1 | - |
| YUV | 100.86 | 105.51 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 61 | 0 | 0.75 | 0.71 | 0.18 | 356.94 | 0.64 | 0.52 |
| Hex | D2 | 35 | 3D | 0 | 4B | 47 | 12 | 165 | 40 | 34 |
| Octal | 322 | 65 | 75 | 0 | 113 | 107 | 22 | 545 | 100 | 64 |
| Binary | 11010010 | 110101 | 111101 | 0 | 1001011 | 1000111 | 10010 | 101100101 | 1000000 | 110100 |
Color Harmonies of #D2353D
Complementary color
Monochromatic Colors of #D2353D
Black with #D2353D
Text Example
Text Example
White with #D2353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2353D; }
p { color: rgb(210,53,61); }
H1.HeaderClassName
{
color: #D2353D;
}
.AnyTagClassName
{
color: #D2353D;
}
</style>
background-color css
<style>
a { background-color: #D2353D; }
a { background-color: rgb(210,53,61); }
div.DivClassName
{
background-color: #D2353D;
}
.BgClassName
{
background-color: #D2353D;
}
</style>
border-color css
<style>
span { border-color: #D2353D; }
span { border-color: rgb(210,53,61); }
td.TdClassName
{
border-color: #D2353D;
}
.TagClassName
{
border-color: #D2353D;
}
</style>