Shades of Mahogany #D0252C
Tints of Mahogany #D0252C
RGB
CMYK
RGB Variations
Color information
#D0252C (or 0xD0252C) is known color: Mahogany. HEX triplet: D0, 25 and 2C. RGB value is (208,37,44). Sum of RGB (Red+Green+Blue) = 208+37+44=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D0252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0252C is #2FDAD3. Grayscale: #595959. Windows color (decimal): -3136212 or 2893264. OLE color: 2893264.
HSL color Cylindrical-coordinate representation of color #D0252C: hue angle of 357.54º 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 #D0252C is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 44 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.18 |
| HSL | 357.54º | 0.7% | 0.48% | - |
| HSV(B) | 357.54º | 0.82% | 0.82% | - |
| XYZ | 27.13 | 14.91 | 3.83 | - |
| YUV | 88.93 | 102.65 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 44 | 0 | 0.82 | 0.79 | 0.18 | 357.54 | 0.7 | 0.48 |
| Hex | D0 | 25 | 2C | 0 | 52 | 4F | 12 | 166 | 46 | 30 |
| Octal | 320 | 45 | 54 | 0 | 122 | 117 | 22 | 546 | 106 | 60 |
| Binary | 11010000 | 100101 | 101100 | 0 | 1010010 | 1001111 | 10010 | 101100110 | 1000110 | 110000 |
Color Harmonies of #D0252C
Complementary color
Monochromatic Colors of #D0252C
Black with #D0252C
Text Example
Text Example
White with #D0252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0252C; }
p { color: rgb(208,37,44); }
H1.HeaderClassName
{
color: #D0252C;
}
.AnyTagClassName
{
color: #D0252C;
}
</style>
background-color css
<style>
a { background-color: #D0252C; }
a { background-color: rgb(208,37,44); }
div.DivClassName
{
background-color: #D0252C;
}
.BgClassName
{
background-color: #D0252C;
}
</style>
border-color css
<style>
span { border-color: #D0252C; }
span { border-color: rgb(208,37,44); }
td.TdClassName
{
border-color: #D0252C;
}
.TagClassName
{
border-color: #D0252C;
}
</style>