Shades of Mahogany #D2363D
Tints of Mahogany #D2363D
RGB
CMYK
RGB Variations
Color information
#D2363D (or 0xD2363D) is known color: Mahogany. HEX triplet: D2, 36 and 3D. RGB value is (210,54,61). Sum of RGB (Red+Green+Blue) = 210+54+61=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D2363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2363D is #2DC9C2. Grayscale: #656565. Windows color (decimal): -3000771 or 4011730. OLE color: 4011730.
HSL color Cylindrical-coordinate representation of color #D2363D: hue angle of 357.31º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2363D is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 61 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.18 |
| HSL | 357.31º | 0.63% | 0.52% | - |
| HSV(B) | 357.31º | 0.74% | 0.82% | - |
| XYZ | 28.74 | 16.68 | 6.12 | - |
| YUV | 101.44 | 105.18 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 61 | 0 | 0.74 | 0.71 | 0.18 | 357.31 | 0.63 | 0.52 |
| Hex | D2 | 36 | 3D | 0 | 4A | 47 | 12 | 165 | 3F | 34 |
| Octal | 322 | 66 | 75 | 0 | 112 | 107 | 22 | 545 | 77 | 64 |
| Binary | 11010010 | 110110 | 111101 | 0 | 1001010 | 1000111 | 10010 | 101100101 | 111111 | 110100 |
Color Harmonies of #D2363D
Complementary color
Monochromatic Colors of #D2363D
Black with #D2363D
Text Example
Text Example
White with #D2363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2363D; }
p { color: rgb(210,54,61); }
H1.HeaderClassName
{
color: #D2363D;
}
.AnyTagClassName
{
color: #D2363D;
}
</style>
background-color css
<style>
a { background-color: #D2363D; }
a { background-color: rgb(210,54,61); }
div.DivClassName
{
background-color: #D2363D;
}
.BgClassName
{
background-color: #D2363D;
}
</style>
border-color css
<style>
span { border-color: #D2363D; }
span { border-color: rgb(210,54,61); }
td.TdClassName
{
border-color: #D2363D;
}
.TagClassName
{
border-color: #D2363D;
}
</style>