Shades of Mahogany #D0252D
Tints of Mahogany #D0252D
RGB
CMYK
RGB Variations
Color information
#D0252D (or 0xD0252D) is known color: Mahogany. HEX triplet: D0, 25 and 2D. RGB value is (208,37,45). Sum of RGB (Red+Green+Blue) = 208+37+45=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D0252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0252D is #2FDAD2. Grayscale: #595959. Windows color (decimal): -3136211 or 2958800. OLE color: 2958800.
HSL color Cylindrical-coordinate representation of color #D0252D: hue angle of 357.19º 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 #D0252D is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 45 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.18 |
| HSL | 357.19º | 0.7% | 0.48% | - |
| HSV(B) | 357.19º | 0.82% | 0.82% | - |
| XYZ | 27.15 | 14.92 | 3.93 | - |
| YUV | 89.04 | 103.15 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 45 | 0 | 0.82 | 0.78 | 0.18 | 357.19 | 0.7 | 0.48 |
| Hex | D0 | 25 | 2D | 0 | 52 | 4E | 12 | 165 | 46 | 30 |
| Octal | 320 | 45 | 55 | 0 | 122 | 116 | 22 | 545 | 106 | 60 |
| Binary | 11010000 | 100101 | 101101 | 0 | 1010010 | 1001110 | 10010 | 101100101 | 1000110 | 110000 |
Color Harmonies of #D0252D
Complementary color
Monochromatic Colors of #D0252D
Black with #D0252D
Text Example
Text Example
White with #D0252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0252D; }
p { color: rgb(208,37,45); }
H1.HeaderClassName
{
color: #D0252D;
}
.AnyTagClassName
{
color: #D0252D;
}
</style>
background-color css
<style>
a { background-color: #D0252D; }
a { background-color: rgb(208,37,45); }
div.DivClassName
{
background-color: #D0252D;
}
.BgClassName
{
background-color: #D0252D;
}
</style>
border-color css
<style>
span { border-color: #D0252D; }
span { border-color: rgb(208,37,45); }
td.TdClassName
{
border-color: #D0252D;
}
.TagClassName
{
border-color: #D0252D;
}
</style>