Shades of Mahogany #D4303D
Tints of Mahogany #D4303D
RGB
CMYK
RGB Variations
Color information
#D4303D (or 0xD4303D) is known color: Mahogany. HEX triplet: D4, 30 and 3D. RGB value is (212,48,61). Sum of RGB (Red+Green+Blue) = 212+48+61=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D4303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4303D is #2BCFC2. Grayscale: #626262. Windows color (decimal): -2871235 or 4010196. OLE color: 4010196.
HSL color Cylindrical-coordinate representation of color #D4303D: hue angle of 355.24º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4303D is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 61 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.17 |
| HSL | 355.24º | 0.66% | 0.51% | - |
| HSV(B) | 355.24º | 0.77% | 0.83% | - |
| XYZ | 29.05 | 16.45 | 6.06 | - |
| YUV | 98.52 | 106.83 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 61 | 0 | 0.77 | 0.71 | 0.17 | 355.24 | 0.66 | 0.51 |
| Hex | D4 | 30 | 3D | 0 | 4D | 47 | 11 | 163 | 42 | 33 |
| Octal | 324 | 60 | 75 | 0 | 115 | 107 | 21 | 543 | 102 | 63 |
| Binary | 11010100 | 110000 | 111101 | 0 | 1001101 | 1000111 | 10001 | 101100011 | 1000010 | 110011 |
Color Harmonies of #D4303D
Complementary color
Monochromatic Colors of #D4303D
Black with #D4303D
Text Example
Text Example
White with #D4303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4303D; }
p { color: rgb(212,48,61); }
H1.HeaderClassName
{
color: #D4303D;
}
.AnyTagClassName
{
color: #D4303D;
}
</style>
background-color css
<style>
a { background-color: #D4303D; }
a { background-color: rgb(212,48,61); }
div.DivClassName
{
background-color: #D4303D;
}
.BgClassName
{
background-color: #D4303D;
}
</style>
border-color css
<style>
span { border-color: #D4303D; }
span { border-color: rgb(212,48,61); }
td.TdClassName
{
border-color: #D4303D;
}
.TagClassName
{
border-color: #D4303D;
}
</style>