Shades of Mahogany #D0262C
Tints of Mahogany #D0262C
RGB
CMYK
RGB Variations
Color information
#D0262C (or 0xD0262C) is known color: Mahogany. HEX triplet: D0, 26 and 2C. RGB value is (208,38,44). Sum of RGB (Red+Green+Blue) = 208+38+44=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D0262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0262C is #2FD9D3. Grayscale: #595959. Windows color (decimal): -3135956 or 2893520. OLE color: 2893520.
HSL color Cylindrical-coordinate representation of color #D0262C: hue angle of 357.88º degrees, saturation: 0.69, 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 #D0262C is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 44 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.18 |
| HSL | 357.88º | 0.69% | 0.48% | - |
| HSV(B) | 357.88º | 0.82% | 0.82% | - |
| XYZ | 27.16 | 14.98 | 3.84 | - |
| YUV | 89.51 | 102.32 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 44 | 0 | 0.82 | 0.79 | 0.18 | 357.88 | 0.69 | 0.48 |
| Hex | D0 | 26 | 2C | 0 | 52 | 4F | 12 | 166 | 45 | 30 |
| Octal | 320 | 46 | 54 | 0 | 122 | 117 | 22 | 546 | 105 | 60 |
| Binary | 11010000 | 100110 | 101100 | 0 | 1010010 | 1001111 | 10010 | 101100110 | 1000101 | 110000 |
Color Harmonies of #D0262C
Complementary color
Monochromatic Colors of #D0262C
Black with #D0262C
Text Example
Text Example
White with #D0262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0262C; }
p { color: rgb(208,38,44); }
H1.HeaderClassName
{
color: #D0262C;
}
.AnyTagClassName
{
color: #D0262C;
}
</style>
background-color css
<style>
a { background-color: #D0262C; }
a { background-color: rgb(208,38,44); }
div.DivClassName
{
background-color: #D0262C;
}
.BgClassName
{
background-color: #D0262C;
}
</style>
border-color css
<style>
span { border-color: #D0262C; }
span { border-color: rgb(208,38,44); }
td.TdClassName
{
border-color: #D0262C;
}
.TagClassName
{
border-color: #D0262C;
}
</style>