Shades of Mahogany #D22D31
Tints of Mahogany #D22D31
RGB
CMYK
RGB Variations
Color information
#D22D31 (or 0xD22D31) is known color: Mahogany. HEX triplet: D2, 2D and 31. RGB value is (210,45,49). Sum of RGB (Red+Green+Blue) = 210+45+49=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22D31 is #2DD2CE. Grayscale: #5E5E5E. Windows color (decimal): -3003087 or 3222994. OLE color: 3222994.
HSL color Cylindrical-coordinate representation of color #D22D31: hue angle of 358.55º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22D31 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 49 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.18 |
| HSL | 358.55º | 0.65% | 0.5% | - |
| HSV(B) | 358.55º | 0.79% | 0.82% | - |
| XYZ | 28.07 | 15.8 | 4.48 | - |
| YUV | 94.79 | 102.16 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 49 | 0 | 0.79 | 0.77 | 0.18 | 358.55 | 0.65 | 0.5 |
| Hex | D2 | 2D | 31 | 0 | 4F | 4D | 12 | 167 | 41 | 32 |
| Octal | 322 | 55 | 61 | 0 | 117 | 115 | 22 | 547 | 101 | 62 |
| Binary | 11010010 | 101101 | 110001 | 0 | 1001111 | 1001101 | 10010 | 101100111 | 1000001 | 110010 |
Color Harmonies of #D22D31
Complementary color
Monochromatic Colors of #D22D31
Black with #D22D31
Text Example
Text Example
White with #D22D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22D31; }
p { color: rgb(210,45,49); }
H1.HeaderClassName
{
color: #D22D31;
}
.AnyTagClassName
{
color: #D22D31;
}
</style>
background-color css
<style>
a { background-color: #D22D31; }
a { background-color: rgb(210,45,49); }
div.DivClassName
{
background-color: #D22D31;
}
.BgClassName
{
background-color: #D22D31;
}
</style>
border-color css
<style>
span { border-color: #D22D31; }
span { border-color: rgb(210,45,49); }
td.TdClassName
{
border-color: #D22D31;
}
.TagClassName
{
border-color: #D22D31;
}
</style>