Shades of Mahogany #D22F38
Tints of Mahogany #D22F38
RGB
CMYK
RGB Variations
Color information
#D22F38 (or 0xD22F38) is known color: Mahogany. HEX triplet: D2, 2F and 38. RGB value is (210,47,56). Sum of RGB (Red+Green+Blue) = 210+47+56=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22F38 is #2DD0C7. Grayscale: #606060. Windows color (decimal): -3002568 or 3682258. OLE color: 3682258.
HSL color Cylindrical-coordinate representation of color #D22F38: hue angle of 356.69º 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 #D22F38 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 56 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.18 |
| HSL | 356.69º | 0.64% | 0.5% | - |
| HSV(B) | 356.69º | 0.78% | 0.82% | - |
| XYZ | 28.31 | 16.02 | 5.34 | - |
| YUV | 96.76 | 105 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 56 | 0 | 0.78 | 0.73 | 0.18 | 356.69 | 0.64 | 0.5 |
| Hex | D2 | 2F | 38 | 0 | 4E | 49 | 12 | 165 | 40 | 32 |
| Octal | 322 | 57 | 70 | 0 | 116 | 111 | 22 | 545 | 100 | 62 |
| Binary | 11010010 | 101111 | 111000 | 0 | 1001110 | 1001001 | 10010 | 101100101 | 1000000 | 110010 |
Color Harmonies of #D22F38
Complementary color
Monochromatic Colors of #D22F38
Black with #D22F38
Text Example
Text Example
White with #D22F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F38; }
p { color: rgb(210,47,56); }
H1.HeaderClassName
{
color: #D22F38;
}
.AnyTagClassName
{
color: #D22F38;
}
</style>
background-color css
<style>
a { background-color: #D22F38; }
a { background-color: rgb(210,47,56); }
div.DivClassName
{
background-color: #D22F38;
}
.BgClassName
{
background-color: #D22F38;
}
</style>
border-color css
<style>
span { border-color: #D22F38; }
span { border-color: rgb(210,47,56); }
td.TdClassName
{
border-color: #D22F38;
}
.TagClassName
{
border-color: #D22F38;
}
</style>