Shades of Mahogany #D02E3A
Tints of Mahogany #D02E3A
RGB
CMYK
RGB Variations
Color information
#D02E3A (or 0xD02E3A) is known color: Mahogany. HEX triplet: D0, 2E and 3A. RGB value is (208,46,58). Sum of RGB (Red+Green+Blue) = 208+46+58=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02E3A is #2FD1C5. Grayscale: #5F5F5F. Windows color (decimal): -3133894 or 3813072. OLE color: 3813072.
HSL color Cylindrical-coordinate representation of color #D02E3A: hue angle of 355.56º 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 #D02E3A is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 46 | 58 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.18 |
| HSL | 355.56º | 0.64% | 0.5% | - |
| HSV(B) | 355.56º | 0.78% | 0.82% | - |
| XYZ | 27.75 | 15.67 | 5.56 | - |
| YUV | 95.81 | 106.67 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 46 | 58 | 0 | 0.78 | 0.72 | 0.18 | 355.56 | 0.64 | 0.5 |
| Hex | D0 | 2E | 3A | 0 | 4E | 48 | 12 | 164 | 40 | 32 |
| Octal | 320 | 56 | 72 | 0 | 116 | 110 | 22 | 544 | 100 | 62 |
| Binary | 11010000 | 101110 | 111010 | 0 | 1001110 | 1001000 | 10010 | 101100100 | 1000000 | 110010 |
Color Harmonies of #D02E3A
Complementary color
Monochromatic Colors of #D02E3A
Black with #D02E3A
Text Example
Text Example
White with #D02E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02E3A; }
p { color: rgb(208,46,58); }
H1.HeaderClassName
{
color: #D02E3A;
}
.AnyTagClassName
{
color: #D02E3A;
}
</style>
background-color css
<style>
a { background-color: #D02E3A; }
a { background-color: rgb(208,46,58); }
div.DivClassName
{
background-color: #D02E3A;
}
.BgClassName
{
background-color: #D02E3A;
}
</style>
border-color css
<style>
span { border-color: #D02E3A; }
span { border-color: rgb(208,46,58); }
td.TdClassName
{
border-color: #D02E3A;
}
.TagClassName
{
border-color: #D02E3A;
}
</style>