Shades of Red Damask #D3754D
Tints of Red Damask #D3754D
RGB
CMYK
RGB Variations
Color information
#D3754D (or 0xD3754D) is known color: Red Damask. HEX triplet: D3, 75 and 4D. RGB value is (211,117,77). Sum of RGB (Red+Green+Blue) = 211+117+77=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3754D is #2C8AB2. Grayscale: #8C8C8C. Windows color (decimal): -2919091 or 5076435. OLE color: 5076435.
HSL color Cylindrical-coordinate representation of color #D3754D: hue angle of 17.91º 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 #D3754D is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 117 | 77 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.17 |
| HSL | 17.91º | 0.6% | 0.56% | - |
| HSV(B) | 17.91º | 0.64% | 0.83% | - |
| XYZ | 34.56 | 27.11 | 10.43 | - |
| YUV | 140.55 | 92.14 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 77 | 0 | 0.45 | 0.64 | 0.17 | 17.91 | 0.6 | 0.56 |
| Hex | D3 | 75 | 4D | 0 | 2D | 40 | 11 | 12 | 3C | 38 |
| Octal | 323 | 165 | 115 | 0 | 55 | 100 | 21 | 22 | 74 | 70 |
| Binary | 11010011 | 1110101 | 1001101 | 0 | 101101 | 1000000 | 10001 | 10010 | 111100 | 111000 |
Color Harmonies of #D3754D
Complementary color
Monochromatic Colors of #D3754D
Black with #D3754D
Text Example
Text Example
White with #D3754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3754D; }
p { color: rgb(211,117,77); }
H1.HeaderClassName
{
color: #D3754D;
}
.AnyTagClassName
{
color: #D3754D;
}
</style>
background-color css
<style>
a { background-color: #D3754D; }
a { background-color: rgb(211,117,77); }
div.DivClassName
{
background-color: #D3754D;
}
.BgClassName
{
background-color: #D3754D;
}
</style>
border-color css
<style>
span { border-color: #D3754D; }
span { border-color: rgb(211,117,77); }
td.TdClassName
{
border-color: #D3754D;
}
.TagClassName
{
border-color: #D3754D;
}
</style>