Shades of Red Damask #D3704D
Tints of Red Damask #D3704D
RGB
CMYK
RGB Variations
Color information
#D3704D (or 0xD3704D) is known color: Red Damask. HEX triplet: D3, 70 and 4D. RGB value is (211,112,77). Sum of RGB (Red+Green+Blue) = 211+112+77=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D3704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3704D is #2C8FB2. Grayscale: #898989. Windows color (decimal): -2920371 or 5075155. OLE color: 5075155.
HSL color Cylindrical-coordinate representation of color #D3704D: hue angle of 15.67º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D3704D is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 112 | 77 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.17 |
| HSL | 15.67º | 0.6% | 0.56% | - |
| HSV(B) | 15.67º | 0.64% | 0.83% | - |
| XYZ | 34 | 25.97 | 10.24 | - |
| YUV | 137.61 | 93.8 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 112 | 77 | 0 | 0.47 | 0.64 | 0.17 | 15.67 | 0.6 | 0.56 |
| Hex | D3 | 70 | 4D | 0 | 2F | 40 | 11 | 10 | 3C | 38 |
| Octal | 323 | 160 | 115 | 0 | 57 | 100 | 21 | 20 | 74 | 70 |
| Binary | 11010011 | 1110000 | 1001101 | 0 | 101111 | 1000000 | 10001 | 10000 | 111100 | 111000 |
Color Harmonies of #D3704D
Complementary color
Monochromatic Colors of #D3704D
Black with #D3704D
Text Example
Text Example
White with #D3704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3704D; }
p { color: rgb(211,112,77); }
H1.HeaderClassName
{
color: #D3704D;
}
.AnyTagClassName
{
color: #D3704D;
}
</style>
background-color css
<style>
a { background-color: #D3704D; }
a { background-color: rgb(211,112,77); }
div.DivClassName
{
background-color: #D3704D;
}
.BgClassName
{
background-color: #D3704D;
}
</style>
border-color css
<style>
span { border-color: #D3704D; }
span { border-color: rgb(211,112,77); }
td.TdClassName
{
border-color: #D3704D;
}
.TagClassName
{
border-color: #D3704D;
}
</style>