Shades of Mahogany #D24146
Tints of Mahogany #D24146
RGB
CMYK
RGB Variations
Color information
#D24146 (or 0xD24146) is known color: Mahogany. HEX triplet: D2, 41 and 46. RGB value is (210,65,70). Sum of RGB (Red+Green+Blue) = 210+65+70=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D24146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24146 is #2DBEB9. Grayscale: #6D6D6D. Windows color (decimal): -2997946 or 4604370. OLE color: 4604370.
HSL color Cylindrical-coordinate representation of color #D24146: hue angle of 357.93º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24146 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 70 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.18 |
| HSL | 357.93º | 0.62% | 0.54% | - |
| HSV(B) | 357.93º | 0.69% | 0.82% | - |
| XYZ | 29.57 | 17.92 | 7.7 | - |
| YUV | 108.93 | 106.04 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 70 | 0 | 0.69 | 0.67 | 0.18 | 357.93 | 0.62 | 0.54 |
| Hex | D2 | 41 | 46 | 0 | 45 | 43 | 12 | 166 | 3E | 36 |
| Octal | 322 | 101 | 106 | 0 | 105 | 103 | 22 | 546 | 76 | 66 |
| Binary | 11010010 | 1000001 | 1000110 | 0 | 1000101 | 1000011 | 10010 | 101100110 | 111110 | 110110 |
Color Harmonies of #D24146
Complementary color
Monochromatic Colors of #D24146
Black with #D24146
Text Example
Text Example
White with #D24146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24146; }
p { color: rgb(210,65,70); }
H1.HeaderClassName
{
color: #D24146;
}
.AnyTagClassName
{
color: #D24146;
}
</style>
background-color css
<style>
a { background-color: #D24146; }
a { background-color: rgb(210,65,70); }
div.DivClassName
{
background-color: #D24146;
}
.BgClassName
{
background-color: #D24146;
}
</style>
border-color css
<style>
span { border-color: #D24146; }
span { border-color: rgb(210,65,70); }
td.TdClassName
{
border-color: #D24146;
}
.TagClassName
{
border-color: #D24146;
}
</style>