Shades of Mahogany #D1252D
Tints of Mahogany #D1252D
RGB
CMYK
RGB Variations
Color information
#D1252D (or 0xD1252D) is known color: Mahogany. HEX triplet: D1, 25 and 2D. RGB value is (209,37,45). Sum of RGB (Red+Green+Blue) = 209+37+45=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D1252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1252D is #2EDAD2. Grayscale: #595959. Windows color (decimal): -3070675 or 2958801. OLE color: 2958801.
HSL color Cylindrical-coordinate representation of color #D1252D: hue angle of 357.21º 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 #D1252D is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 45 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.18 |
| HSL | 357.21º | 0.7% | 0.48% | - |
| HSV(B) | 357.21º | 0.82% | 0.82% | - |
| XYZ | 27.43 | 15.07 | 3.95 | - |
| YUV | 89.34 | 102.98 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 45 | 0 | 0.82 | 0.78 | 0.18 | 357.21 | 0.7 | 0.48 |
| Hex | D1 | 25 | 2D | 0 | 52 | 4E | 12 | 165 | 46 | 30 |
| Octal | 321 | 45 | 55 | 0 | 122 | 116 | 22 | 545 | 106 | 60 |
| Binary | 11010001 | 100101 | 101101 | 0 | 1010010 | 1001110 | 10010 | 101100101 | 1000110 | 110000 |
Color Harmonies of #D1252D
Complementary color
Monochromatic Colors of #D1252D
Black with #D1252D
Text Example
Text Example
White with #D1252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1252D; }
p { color: rgb(209,37,45); }
H1.HeaderClassName
{
color: #D1252D;
}
.AnyTagClassName
{
color: #D1252D;
}
</style>
background-color css
<style>
a { background-color: #D1252D; }
a { background-color: rgb(209,37,45); }
div.DivClassName
{
background-color: #D1252D;
}
.BgClassName
{
background-color: #D1252D;
}
</style>
border-color css
<style>
span { border-color: #D1252D; }
span { border-color: rgb(209,37,45); }
td.TdClassName
{
border-color: #D1252D;
}
.TagClassName
{
border-color: #D1252D;
}
</style>