Shades of Mahogany #D02A2F
Tints of Mahogany #D02A2F
RGB
CMYK
RGB Variations
Color information
#D02A2F (or 0xD02A2F) is known color: Mahogany. HEX triplet: D0, 2A and 2F. RGB value is (208,42,47). Sum of RGB (Red+Green+Blue) = 208+42+47=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02A2F is #2FD5D0. Grayscale: #5C5C5C. Windows color (decimal): -3134929 or 3091152. OLE color: 3091152.
HSL color Cylindrical-coordinate representation of color #D02A2F: hue angle of 358.19º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02A2F is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 42 | 47 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.18 |
| HSL | 358.19º | 0.66% | 0.49% | - |
| HSV(B) | 358.19º | 0.8% | 0.82% | - |
| XYZ | 27.35 | 15.27 | 4.2 | - |
| YUV | 92.2 | 102.5 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 47 | 0 | 0.80 | 0.77 | 0.18 | 358.19 | 0.66 | 0.49 |
| Hex | D0 | 2A | 2F | 0 | 50 | 4D | 12 | 166 | 42 | 31 |
| Octal | 320 | 52 | 57 | 0 | 120 | 115 | 22 | 546 | 102 | 61 |
| Binary | 11010000 | 101010 | 101111 | 0 | 1010000 | 1001101 | 10010 | 101100110 | 1000010 | 110001 |
Color Harmonies of #D02A2F
Complementary color
Monochromatic Colors of #D02A2F
Black with #D02A2F
Text Example
Text Example
White with #D02A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02A2F; }
p { color: rgb(208,42,47); }
H1.HeaderClassName
{
color: #D02A2F;
}
.AnyTagClassName
{
color: #D02A2F;
}
</style>
background-color css
<style>
a { background-color: #D02A2F; }
a { background-color: rgb(208,42,47); }
div.DivClassName
{
background-color: #D02A2F;
}
.BgClassName
{
background-color: #D02A2F;
}
</style>
border-color css
<style>
span { border-color: #D02A2F; }
span { border-color: rgb(208,42,47); }
td.TdClassName
{
border-color: #D02A2F;
}
.TagClassName
{
border-color: #D02A2F;
}
</style>