Shades of Mahogany #D1252F
Tints of Mahogany #D1252F
RGB
CMYK
RGB Variations
Color information
#D1252F (or 0xD1252F) is known color: Mahogany. HEX triplet: D1, 25 and 2F. RGB value is (209,37,47). Sum of RGB (Red+Green+Blue) = 209+37+47=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D1252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1252F is #2EDAD0. Grayscale: #595959. Windows color (decimal): -3070673 or 3089873. OLE color: 3089873.
HSL color Cylindrical-coordinate representation of color #D1252F: hue angle of 356.51º 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 #D1252F is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 47 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.18 |
| HSL | 356.51º | 0.7% | 0.48% | - |
| HSV(B) | 356.51º | 0.82% | 0.82% | - |
| XYZ | 27.47 | 15.08 | 4.15 | - |
| YUV | 89.57 | 103.98 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 47 | 0 | 0.82 | 0.78 | 0.18 | 356.51 | 0.7 | 0.48 |
| Hex | D1 | 25 | 2F | 0 | 52 | 4E | 12 | 165 | 46 | 30 |
| Octal | 321 | 45 | 57 | 0 | 122 | 116 | 22 | 545 | 106 | 60 |
| Binary | 11010001 | 100101 | 101111 | 0 | 1010010 | 1001110 | 10010 | 101100101 | 1000110 | 110000 |
Color Harmonies of #D1252F
Complementary color
Monochromatic Colors of #D1252F
Black with #D1252F
Text Example
Text Example
White with #D1252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1252F; }
p { color: rgb(209,37,47); }
H1.HeaderClassName
{
color: #D1252F;
}
.AnyTagClassName
{
color: #D1252F;
}
</style>
background-color css
<style>
a { background-color: #D1252F; }
a { background-color: rgb(209,37,47); }
div.DivClassName
{
background-color: #D1252F;
}
.BgClassName
{
background-color: #D1252F;
}
</style>
border-color css
<style>
span { border-color: #D1252F; }
span { border-color: rgb(209,37,47); }
td.TdClassName
{
border-color: #D1252F;
}
.TagClassName
{
border-color: #D1252F;
}
</style>