Shades of Mahogany #D2252F
Tints of Mahogany #D2252F
RGB
CMYK
RGB Variations
Color information
#D2252F (or 0xD2252F) is known color: Mahogany. HEX triplet: D2, 25 and 2F. RGB value is (210,37,47). Sum of RGB (Red+Green+Blue) = 210+37+47=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D2252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2252F is #2DDAD0. Grayscale: #5A5A5A. Windows color (decimal): -3005137 or 3089874. OLE color: 3089874.
HSL color Cylindrical-coordinate representation of color #D2252F: hue angle of 356.53º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2252F is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 47 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.18 |
| HSL | 356.53º | 0.7% | 0.48% | - |
| HSV(B) | 356.53º | 0.82% | 0.82% | - |
| XYZ | 27.75 | 15.23 | 4.17 | - |
| YUV | 89.87 | 103.81 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 47 | 0 | 0.82 | 0.78 | 0.18 | 356.53 | 0.7 | 0.48 |
| Hex | D2 | 25 | 2F | 0 | 52 | 4E | 12 | 165 | 46 | 30 |
| Octal | 322 | 45 | 57 | 0 | 122 | 116 | 22 | 545 | 106 | 60 |
| Binary | 11010010 | 100101 | 101111 | 0 | 1010010 | 1001110 | 10010 | 101100101 | 1000110 | 110000 |
Color Harmonies of #D2252F
Complementary color
Monochromatic Colors of #D2252F
Black with #D2252F
Text Example
Text Example
White with #D2252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2252F; }
p { color: rgb(210,37,47); }
H1.HeaderClassName
{
color: #D2252F;
}
.AnyTagClassName
{
color: #D2252F;
}
</style>
background-color css
<style>
a { background-color: #D2252F; }
a { background-color: rgb(210,37,47); }
div.DivClassName
{
background-color: #D2252F;
}
.BgClassName
{
background-color: #D2252F;
}
</style>
border-color css
<style>
span { border-color: #D2252F; }
span { border-color: rgb(210,37,47); }
td.TdClassName
{
border-color: #D2252F;
}
.TagClassName
{
border-color: #D2252F;
}
</style>