Shades of Mahogany #D2272C
Tints of Mahogany #D2272C
RGB
CMYK
RGB Variations
Color information
#D2272C (or 0xD2272C) is known color: Mahogany. HEX triplet: D2, 27 and 2C. RGB value is (210,39,44). Sum of RGB (Red+Green+Blue) = 210+39+44=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D2272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2272C is #2DD8D3. Grayscale: #5A5A5A. Windows color (decimal): -3004628 or 2893778. OLE color: 2893778.
HSL color Cylindrical-coordinate representation of color #D2272C: hue angle of 358.25º degrees, saturation: 0.69, 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 #D2272C is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 44 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.18 |
| HSL | 358.25º | 0.69% | 0.49% | - |
| HSV(B) | 358.25º | 0.81% | 0.82% | - |
| XYZ | 27.76 | 15.33 | 3.88 | - |
| YUV | 90.7 | 101.65 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 44 | 0 | 0.81 | 0.79 | 0.18 | 358.25 | 0.69 | 0.49 |
| Hex | D2 | 27 | 2C | 0 | 51 | 4F | 12 | 166 | 45 | 31 |
| Octal | 322 | 47 | 54 | 0 | 121 | 117 | 22 | 546 | 105 | 61 |
| Binary | 11010010 | 100111 | 101100 | 0 | 1010001 | 1001111 | 10010 | 101100110 | 1000101 | 110001 |
Color Harmonies of #D2272C
Complementary color
Monochromatic Colors of #D2272C
Black with #D2272C
Text Example
Text Example
White with #D2272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2272C; }
p { color: rgb(210,39,44); }
H1.HeaderClassName
{
color: #D2272C;
}
.AnyTagClassName
{
color: #D2272C;
}
</style>
background-color css
<style>
a { background-color: #D2272C; }
a { background-color: rgb(210,39,44); }
div.DivClassName
{
background-color: #D2272C;
}
.BgClassName
{
background-color: #D2272C;
}
</style>
border-color css
<style>
span { border-color: #D2272C; }
span { border-color: rgb(210,39,44); }
td.TdClassName
{
border-color: #D2272C;
}
.TagClassName
{
border-color: #D2272C;
}
</style>