Shades of Red Damask #D47141
Tints of Red Damask #D47141
RGB
CMYK
RGB Variations
Color information
#D47141 (or 0xD47141) is known color: Red Damask. HEX triplet: D4, 71 and 41. RGB value is (212,113,65). Sum of RGB (Red+Green+Blue) = 212+113+65=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D47141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47141 is #2B8EBE. Grayscale: #898989. Windows color (decimal): -2854591 or 4288980. OLE color: 4288980.
HSL color Cylindrical-coordinate representation of color #D47141: hue angle of 19.59º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D47141 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 65 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.17 |
| HSL | 19.59º | 0.63% | 0.54% | - |
| HSV(B) | 19.59º | 0.69% | 0.83% | - |
| XYZ | 34.01 | 26.19 | 8.26 | - |
| YUV | 137.13 | 87.3 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 65 | 0 | 0.47 | 0.69 | 0.17 | 19.59 | 0.63 | 0.54 |
| Hex | D4 | 71 | 41 | 0 | 2F | 45 | 11 | 14 | 3F | 36 |
| Octal | 324 | 161 | 101 | 0 | 57 | 105 | 21 | 24 | 77 | 66 |
| Binary | 11010100 | 1110001 | 1000001 | 0 | 101111 | 1000101 | 10001 | 10100 | 111111 | 110110 |
Color Harmonies of #D47141
Complementary color
Monochromatic Colors of #D47141
Black with #D47141
Text Example
Text Example
White with #D47141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47141; }
p { color: rgb(212,113,65); }
H1.HeaderClassName
{
color: #D47141;
}
.AnyTagClassName
{
color: #D47141;
}
</style>
background-color css
<style>
a { background-color: #D47141; }
a { background-color: rgb(212,113,65); }
div.DivClassName
{
background-color: #D47141;
}
.BgClassName
{
background-color: #D47141;
}
</style>
border-color css
<style>
span { border-color: #D47141; }
span { border-color: rgb(212,113,65); }
td.TdClassName
{
border-color: #D47141;
}
.TagClassName
{
border-color: #D47141;
}
</style>