Shades of Red Damask #D1754A
Tints of Red Damask #D1754A
RGB
CMYK
RGB Variations
Color information
#D1754A (or 0xD1754A) is known color: Red Damask. HEX triplet: D1, 75 and 4A. RGB value is (209,117,74). Sum of RGB (Red+Green+Blue) = 209+117+74=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1754A is #2E8AB5. Grayscale: #8B8B8B. Windows color (decimal): -3050166 or 4879825. OLE color: 4879825.
HSL color Cylindrical-coordinate representation of color #D1754A: hue angle of 19.11º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1754A is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 74 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.18 |
| HSL | 19.11º | 0.59% | 0.55% | - |
| HSV(B) | 19.11º | 0.65% | 0.82% | - |
| XYZ | 33.89 | 26.77 | 9.86 | - |
| YUV | 139.61 | 90.98 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 74 | 0 | 0.44 | 0.65 | 0.18 | 19.11 | 0.59 | 0.55 |
| Hex | D1 | 75 | 4A | 0 | 2C | 41 | 12 | 13 | 3B | 37 |
| Octal | 321 | 165 | 112 | 0 | 54 | 101 | 22 | 23 | 73 | 67 |
| Binary | 11010001 | 1110101 | 1001010 | 0 | 101100 | 1000001 | 10010 | 10011 | 111011 | 110111 |
Color Harmonies of #D1754A
Complementary color
Monochromatic Colors of #D1754A
Black with #D1754A
Text Example
Text Example
White with #D1754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1754A; }
p { color: rgb(209,117,74); }
H1.HeaderClassName
{
color: #D1754A;
}
.AnyTagClassName
{
color: #D1754A;
}
</style>
background-color css
<style>
a { background-color: #D1754A; }
a { background-color: rgb(209,117,74); }
div.DivClassName
{
background-color: #D1754A;
}
.BgClassName
{
background-color: #D1754A;
}
</style>
border-color css
<style>
span { border-color: #D1754A; }
span { border-color: rgb(209,117,74); }
td.TdClassName
{
border-color: #D1754A;
}
.TagClassName
{
border-color: #D1754A;
}
</style>