Shades of Mahogany #D02D33
Tints of Mahogany #D02D33
RGB
CMYK
RGB Variations
Color information
#D02D33 (or 0xD02D33) is known color: Mahogany. HEX triplet: D0, 2D and 33. RGB value is (208,45,51). Sum of RGB (Red+Green+Blue) = 208+45+51=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D33 is #2FD2CC. Grayscale: #5E5E5E. Windows color (decimal): -3134157 or 3354064. OLE color: 3354064.
HSL color Cylindrical-coordinate representation of color #D02D33: hue angle of 357.79º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02D33 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 51 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.18 |
| HSL | 357.79º | 0.64% | 0.5% | - |
| HSV(B) | 357.79º | 0.78% | 0.82% | - |
| XYZ | 27.55 | 15.53 | 4.68 | - |
| YUV | 94.42 | 103.5 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 51 | 0 | 0.78 | 0.75 | 0.18 | 357.79 | 0.64 | 0.5 |
| Hex | D0 | 2D | 33 | 0 | 4E | 4B | 12 | 166 | 40 | 32 |
| Octal | 320 | 55 | 63 | 0 | 116 | 113 | 22 | 546 | 100 | 62 |
| Binary | 11010000 | 101101 | 110011 | 0 | 1001110 | 1001011 | 10010 | 101100110 | 1000000 | 110010 |
Color Harmonies of #D02D33
Complementary color
Monochromatic Colors of #D02D33
Black with #D02D33
Text Example
Text Example
White with #D02D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02D33; }
p { color: rgb(208,45,51); }
H1.HeaderClassName
{
color: #D02D33;
}
.AnyTagClassName
{
color: #D02D33;
}
</style>
background-color css
<style>
a { background-color: #D02D33; }
a { background-color: rgb(208,45,51); }
div.DivClassName
{
background-color: #D02D33;
}
.BgClassName
{
background-color: #D02D33;
}
</style>
border-color css
<style>
span { border-color: #D02D33; }
span { border-color: rgb(208,45,51); }
td.TdClassName
{
border-color: #D02D33;
}
.TagClassName
{
border-color: #D02D33;
}
</style>