Shades of Mahogany #D22731
Tints of Mahogany #D22731
RGB
CMYK
RGB Variations
Color information
#D22731 (or 0xD22731) is known color: Mahogany. HEX triplet: D2, 27 and 31. RGB value is (210,39,49). Sum of RGB (Red+Green+Blue) = 210+39+49=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D22731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22731 is #2DD8CE. Grayscale: #5B5B5B. Windows color (decimal): -3004623 or 3221458. OLE color: 3221458.
HSL color Cylindrical-coordinate representation of color #D22731: hue angle of 356.49º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22731 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 49 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.18 |
| HSL | 356.49º | 0.69% | 0.49% | - |
| HSV(B) | 356.49º | 0.81% | 0.82% | - |
| XYZ | 27.86 | 15.37 | 4.4 | - |
| YUV | 91.27 | 104.15 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 49 | 0 | 0.81 | 0.77 | 0.18 | 356.49 | 0.69 | 0.49 |
| Hex | D2 | 27 | 31 | 0 | 51 | 4D | 12 | 164 | 45 | 31 |
| Octal | 322 | 47 | 61 | 0 | 121 | 115 | 22 | 544 | 105 | 61 |
| Binary | 11010010 | 100111 | 110001 | 0 | 1010001 | 1001101 | 10010 | 101100100 | 1000101 | 110001 |
Color Harmonies of #D22731
Complementary color
Monochromatic Colors of #D22731
Black with #D22731
Text Example
Text Example
White with #D22731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22731; }
p { color: rgb(210,39,49); }
H1.HeaderClassName
{
color: #D22731;
}
.AnyTagClassName
{
color: #D22731;
}
</style>
background-color css
<style>
a { background-color: #D22731; }
a { background-color: rgb(210,39,49); }
div.DivClassName
{
background-color: #D22731;
}
.BgClassName
{
background-color: #D22731;
}
</style>
border-color css
<style>
span { border-color: #D22731; }
span { border-color: rgb(210,39,49); }
td.TdClassName
{
border-color: #D22731;
}
.TagClassName
{
border-color: #D22731;
}
</style>