Shades of Mahogany #D2282F
Tints of Mahogany #D2282F
RGB
CMYK
RGB Variations
Color information
#D2282F (or 0xD2282F) is known color: Mahogany. HEX triplet: D2, 28 and 2F. RGB value is (210,40,47). Sum of RGB (Red+Green+Blue) = 210+40+47=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D2282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2282F is #2DD7D0. Grayscale: #5B5B5B. Windows color (decimal): -3004369 or 3090642. OLE color: 3090642.
HSL color Cylindrical-coordinate representation of color #D2282F: hue angle of 357.53º 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 #D2282F is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 47 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.18 |
| HSL | 357.53º | 0.68% | 0.49% | - |
| HSV(B) | 357.53º | 0.81% | 0.82% | - |
| XYZ | 27.85 | 15.42 | 4.2 | - |
| YUV | 91.63 | 102.82 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 47 | 0 | 0.81 | 0.78 | 0.18 | 357.53 | 0.68 | 0.49 |
| Hex | D2 | 28 | 2F | 0 | 51 | 4E | 12 | 166 | 44 | 31 |
| Octal | 322 | 50 | 57 | 0 | 121 | 116 | 22 | 546 | 104 | 61 |
| Binary | 11010010 | 101000 | 101111 | 0 | 1010001 | 1001110 | 10010 | 101100110 | 1000100 | 110001 |
Color Harmonies of #D2282F
Complementary color
Monochromatic Colors of #D2282F
Black with #D2282F
Text Example
Text Example
White with #D2282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2282F; }
p { color: rgb(210,40,47); }
H1.HeaderClassName
{
color: #D2282F;
}
.AnyTagClassName
{
color: #D2282F;
}
</style>
background-color css
<style>
a { background-color: #D2282F; }
a { background-color: rgb(210,40,47); }
div.DivClassName
{
background-color: #D2282F;
}
.BgClassName
{
background-color: #D2282F;
}
</style>
border-color css
<style>
span { border-color: #D2282F; }
span { border-color: rgb(210,40,47); }
td.TdClassName
{
border-color: #D2282F;
}
.TagClassName
{
border-color: #D2282F;
}
</style>