Shades of Mahogany #D42F31
Tints of Mahogany #D42F31
RGB
CMYK
RGB Variations
Color information
#D42F31 (or 0xD42F31) is known color: Mahogany. HEX triplet: D4, 2F and 31. RGB value is (212,47,49). Sum of RGB (Red+Green+Blue) = 212+47+49=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42F31 is #2BD0CE. Grayscale: #606060. Windows color (decimal): -2871503 or 3223508. OLE color: 3223508.
HSL color Cylindrical-coordinate representation of color #D42F31: hue angle of 359.27º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42F31 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 47 | 49 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.17 |
| HSL | 359.27º | 0.66% | 0.51% | - |
| HSV(B) | 359.27º | 0.78% | 0.83% | - |
| XYZ | 28.72 | 16.25 | 4.53 | - |
| YUV | 96.56 | 101.16 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 49 | 0 | 0.78 | 0.77 | 0.17 | 359.27 | 0.66 | 0.51 |
| Hex | D4 | 2F | 31 | 0 | 4E | 4D | 11 | 167 | 42 | 33 |
| Octal | 324 | 57 | 61 | 0 | 116 | 115 | 21 | 547 | 102 | 63 |
| Binary | 11010100 | 101111 | 110001 | 0 | 1001110 | 1001101 | 10001 | 101100111 | 1000010 | 110011 |
Color Harmonies of #D42F31
Complementary color
Monochromatic Colors of #D42F31
Black with #D42F31
Text Example
Text Example
White with #D42F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42F31; }
p { color: rgb(212,47,49); }
H1.HeaderClassName
{
color: #D42F31;
}
.AnyTagClassName
{
color: #D42F31;
}
</style>
background-color css
<style>
a { background-color: #D42F31; }
a { background-color: rgb(212,47,49); }
div.DivClassName
{
background-color: #D42F31;
}
.BgClassName
{
background-color: #D42F31;
}
</style>
border-color css
<style>
span { border-color: #D42F31; }
span { border-color: rgb(212,47,49); }
td.TdClassName
{
border-color: #D42F31;
}
.TagClassName
{
border-color: #D42F31;
}
</style>