Shades of Mahogany #D2282C
Tints of Mahogany #D2282C
RGB
CMYK
RGB Variations
Color information
#D2282C (or 0xD2282C) is known color: Mahogany. HEX triplet: D2, 28 and 2C. RGB value is (210,40,44). Sum of RGB (Red+Green+Blue) = 210+40+44=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D2282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2282C is #2DD7D3. Grayscale: #5B5B5B. Windows color (decimal): -3004372 or 2894034. OLE color: 2894034.
HSL color Cylindrical-coordinate representation of color #D2282C: hue angle of 358.59º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2282C is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 44 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.18 |
| HSL | 358.59º | 0.68% | 0.49% | - |
| HSV(B) | 358.59º | 0.81% | 0.82% | - |
| XYZ | 27.79 | 15.4 | 3.89 | - |
| YUV | 91.29 | 101.32 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 44 | 0 | 0.81 | 0.79 | 0.18 | 358.59 | 0.68 | 0.49 |
| Hex | D2 | 28 | 2C | 0 | 51 | 4F | 12 | 167 | 44 | 31 |
| Octal | 322 | 50 | 54 | 0 | 121 | 117 | 22 | 547 | 104 | 61 |
| Binary | 11010010 | 101000 | 101100 | 0 | 1010001 | 1001111 | 10010 | 101100111 | 1000100 | 110001 |
Color Harmonies of #D2282C
Complementary color
Monochromatic Colors of #D2282C
Black with #D2282C
Text Example
Text Example
White with #D2282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2282C; }
p { color: rgb(210,40,44); }
H1.HeaderClassName
{
color: #D2282C;
}
.AnyTagClassName
{
color: #D2282C;
}
</style>
background-color css
<style>
a { background-color: #D2282C; }
a { background-color: rgb(210,40,44); }
div.DivClassName
{
background-color: #D2282C;
}
.BgClassName
{
background-color: #D2282C;
}
</style>
border-color css
<style>
span { border-color: #D2282C; }
span { border-color: rgb(210,40,44); }
td.TdClassName
{
border-color: #D2282C;
}
.TagClassName
{
border-color: #D2282C;
}
</style>