Shades of Mahogany #D2252D
Tints of Mahogany #D2252D
RGB
CMYK
RGB Variations
Color information
#D2252D (or 0xD2252D) is known color: Mahogany. HEX triplet: D2, 25 and 2D. RGB value is (210,37,45). Sum of RGB (Red+Green+Blue) = 210+37+45=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D2252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2252D is #2DDAD2. Grayscale: #595959. Windows color (decimal): -3005139 or 2958802. OLE color: 2958802.
HSL color Cylindrical-coordinate representation of color #D2252D: hue angle of 357.23º 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 #D2252D is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 45 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.18 |
| HSL | 357.23º | 0.7% | 0.48% | - |
| HSV(B) | 357.23º | 0.82% | 0.82% | - |
| XYZ | 27.71 | 15.21 | 3.96 | - |
| YUV | 89.64 | 102.81 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 45 | 0 | 0.82 | 0.79 | 0.18 | 357.23 | 0.7 | 0.48 |
| Hex | D2 | 25 | 2D | 0 | 52 | 4F | 12 | 165 | 46 | 30 |
| Octal | 322 | 45 | 55 | 0 | 122 | 117 | 22 | 545 | 106 | 60 |
| Binary | 11010010 | 100101 | 101101 | 0 | 1010010 | 1001111 | 10010 | 101100101 | 1000110 | 110000 |
Color Harmonies of #D2252D
Complementary color
Monochromatic Colors of #D2252D
Black with #D2252D
Text Example
Text Example
White with #D2252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2252D; }
p { color: rgb(210,37,45); }
H1.HeaderClassName
{
color: #D2252D;
}
.AnyTagClassName
{
color: #D2252D;
}
</style>
background-color css
<style>
a { background-color: #D2252D; }
a { background-color: rgb(210,37,45); }
div.DivClassName
{
background-color: #D2252D;
}
.BgClassName
{
background-color: #D2252D;
}
</style>
border-color css
<style>
span { border-color: #D2252D; }
span { border-color: rgb(210,37,45); }
td.TdClassName
{
border-color: #D2252D;
}
.TagClassName
{
border-color: #D2252D;
}
</style>