Shades of Mahogany #D0262F
Tints of Mahogany #D0262F
RGB
CMYK
RGB Variations
Color information
#D0262F (or 0xD0262F) is known color: Mahogany. HEX triplet: D0, 26 and 2F. RGB value is (208,38,47). Sum of RGB (Red+Green+Blue) = 208+38+47=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D0262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0262F is #2FD9D0. Grayscale: #595959. Windows color (decimal): -3135953 or 3090128. OLE color: 3090128.
HSL color Cylindrical-coordinate representation of color #D0262F: hue angle of 356.82º 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 #D0262F is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 47 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.18 |
| HSL | 356.82º | 0.69% | 0.48% | - |
| HSV(B) | 356.82º | 0.82% | 0.82% | - |
| XYZ | 27.22 | 15 | 4.15 | - |
| YUV | 89.86 | 103.82 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 47 | 0 | 0.82 | 0.77 | 0.18 | 356.82 | 0.69 | 0.48 |
| Hex | D0 | 26 | 2F | 0 | 52 | 4D | 12 | 165 | 45 | 30 |
| Octal | 320 | 46 | 57 | 0 | 122 | 115 | 22 | 545 | 105 | 60 |
| Binary | 11010000 | 100110 | 101111 | 0 | 1010010 | 1001101 | 10010 | 101100101 | 1000101 | 110000 |
Color Harmonies of #D0262F
Complementary color
Monochromatic Colors of #D0262F
Black with #D0262F
Text Example
Text Example
White with #D0262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0262F; }
p { color: rgb(208,38,47); }
H1.HeaderClassName
{
color: #D0262F;
}
.AnyTagClassName
{
color: #D0262F;
}
</style>
background-color css
<style>
a { background-color: #D0262F; }
a { background-color: rgb(208,38,47); }
div.DivClassName
{
background-color: #D0262F;
}
.BgClassName
{
background-color: #D0262F;
}
</style>
border-color css
<style>
span { border-color: #D0262F; }
span { border-color: rgb(208,38,47); }
td.TdClassName
{
border-color: #D0262F;
}
.TagClassName
{
border-color: #D0262F;
}
</style>