Shades of Mahogany #D2292A
Tints of Mahogany #D2292A
RGB
CMYK
RGB Variations
Color information
#D2292A (or 0xD2292A) is known color: Mahogany. HEX triplet: D2, 29 and 2A. RGB value is (210,41,42). Sum of RGB (Red+Green+Blue) = 210+41+42=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D2292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2292A is #2DD6D5. Grayscale: #5B5B5B. Windows color (decimal): -3004118 or 2763218. OLE color: 2763218.
HSL color Cylindrical-coordinate representation of color #D2292A: hue angle of 359.64º degrees, saturation: 0.67, 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 #D2292A is Cyan = 0, Magento = 0.80, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 42 | - |
| CMYK | 0 | 0.80 | 0.8 | 0.18 |
| HSL | 359.65º | 0.67% | 0.49% | - |
| HSV(B) | 359.65º | 0.8% | 0.82% | - |
| XYZ | 27.79 | 15.45 | 3.71 | - |
| YUV | 91.65 | 99.99 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 42 | 0 | 0.80 | 0.8 | 0.18 | 359.65 | 0.67 | 0.49 |
| Hex | D2 | 29 | 2A | 0 | 50 | 50 | 12 | 168 | 43 | 31 |
| Octal | 322 | 51 | 52 | 0 | 120 | 120 | 22 | 550 | 103 | 61 |
| Binary | 11010010 | 101001 | 101010 | 0 | 1010000 | 1010000 | 10010 | 101101000 | 1000011 | 110001 |
Color Harmonies of #D2292A
Complementary color
Monochromatic Colors of #D2292A
Black with #D2292A
Text Example
Text Example
White with #D2292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2292A; }
p { color: rgb(210,41,42); }
H1.HeaderClassName
{
color: #D2292A;
}
.AnyTagClassName
{
color: #D2292A;
}
</style>
background-color css
<style>
a { background-color: #D2292A; }
a { background-color: rgb(210,41,42); }
div.DivClassName
{
background-color: #D2292A;
}
.BgClassName
{
background-color: #D2292A;
}
</style>
border-color css
<style>
span { border-color: #D2292A; }
span { border-color: rgb(210,41,42); }
td.TdClassName
{
border-color: #D2292A;
}
.TagClassName
{
border-color: #D2292A;
}
</style>