Shades of Mahogany #D22830
Tints of Mahogany #D22830
RGB
CMYK
RGB Variations
Color information
#D22830 (or 0xD22830) is known color: Mahogany. HEX triplet: D2, 28 and 30. RGB value is (210,40,48). Sum of RGB (Red+Green+Blue) = 210+40+48=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D22830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22830 is #2DD7CF. Grayscale: #5B5B5B. Windows color (decimal): -3004368 or 3156178. OLE color: 3156178.
HSL color Cylindrical-coordinate representation of color #D22830: hue angle of 357.18º degrees, saturation: 0.68, 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 #D22830 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 48 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.18 |
| HSL | 357.18º | 0.68% | 0.49% | - |
| HSV(B) | 357.18º | 0.81% | 0.82% | - |
| XYZ | 27.87 | 15.43 | 4.31 | - |
| YUV | 91.74 | 103.32 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 48 | 0 | 0.81 | 0.77 | 0.18 | 357.18 | 0.68 | 0.49 |
| Hex | D2 | 28 | 30 | 0 | 51 | 4D | 12 | 165 | 44 | 31 |
| Octal | 322 | 50 | 60 | 0 | 121 | 115 | 22 | 545 | 104 | 61 |
| Binary | 11010010 | 101000 | 110000 | 0 | 1010001 | 1001101 | 10010 | 101100101 | 1000100 | 110001 |
Color Harmonies of #D22830
Complementary color
Monochromatic Colors of #D22830
Black with #D22830
Text Example
Text Example
White with #D22830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22830; }
p { color: rgb(210,40,48); }
H1.HeaderClassName
{
color: #D22830;
}
.AnyTagClassName
{
color: #D22830;
}
</style>
background-color css
<style>
a { background-color: #D22830; }
a { background-color: rgb(210,40,48); }
div.DivClassName
{
background-color: #D22830;
}
.BgClassName
{
background-color: #D22830;
}
</style>
border-color css
<style>
span { border-color: #D22830; }
span { border-color: rgb(210,40,48); }
td.TdClassName
{
border-color: #D22830;
}
.TagClassName
{
border-color: #D22830;
}
</style>