Shades of Mahogany #D02F3C
Tints of Mahogany #D02F3C
RGB
CMYK
RGB Variations
Color information
#D02F3C (or 0xD02F3C) is known color: Mahogany. HEX triplet: D0, 2F and 3C. RGB value is (208,47,60). Sum of RGB (Red+Green+Blue) = 208+47+60=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02F3C is #2FD0C3. Grayscale: #606060. Windows color (decimal): -3133636 or 3944400. OLE color: 3944400.
HSL color Cylindrical-coordinate representation of color #D02F3C: hue angle of 355.16º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D02F3C is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 60 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.18 |
| HSL | 355.16º | 0.63% | 0.5% | - |
| HSV(B) | 355.16º | 0.77% | 0.82% | - |
| XYZ | 27.84 | 15.77 | 5.85 | - |
| YUV | 96.62 | 107.34 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 60 | 0 | 0.77 | 0.71 | 0.18 | 355.16 | 0.63 | 0.5 |
| Hex | D0 | 2F | 3C | 0 | 4D | 47 | 12 | 163 | 3F | 32 |
| Octal | 320 | 57 | 74 | 0 | 115 | 107 | 22 | 543 | 77 | 62 |
| Binary | 11010000 | 101111 | 111100 | 0 | 1001101 | 1000111 | 10010 | 101100011 | 111111 | 110010 |
Color Harmonies of #D02F3C
Complementary color
Monochromatic Colors of #D02F3C
Black with #D02F3C
Text Example
Text Example
White with #D02F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02F3C; }
p { color: rgb(208,47,60); }
H1.HeaderClassName
{
color: #D02F3C;
}
.AnyTagClassName
{
color: #D02F3C;
}
</style>
background-color css
<style>
a { background-color: #D02F3C; }
a { background-color: rgb(208,47,60); }
div.DivClassName
{
background-color: #D02F3C;
}
.BgClassName
{
background-color: #D02F3C;
}
</style>
border-color css
<style>
span { border-color: #D02F3C; }
span { border-color: rgb(208,47,60); }
td.TdClassName
{
border-color: #D02F3C;
}
.TagClassName
{
border-color: #D02F3C;
}
</style>