Shades of Red Damask #CF7049
Tints of Red Damask #CF7049
RGB
CMYK
RGB Variations
Color information
#CF7049 (or 0xCF7049) is known color: Red Damask. HEX triplet: CF, 70 and 49. RGB value is (207,112,73). Sum of RGB (Red+Green+Blue) = 207+112+73=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7049 is #308FB6. Grayscale: #888888. Windows color (decimal): -3182519 or 4813007. OLE color: 4813007.
HSL color Cylindrical-coordinate representation of color #CF7049: hue angle of 17.46º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF7049 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 73 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.19 |
| HSL | 17.46º | 0.58% | 0.55% | - |
| HSV(B) | 17.46º | 0.65% | 0.81% | - |
| XYZ | 32.73 | 25.33 | 9.47 | - |
| YUV | 135.96 | 92.47 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 73 | 0 | 0.46 | 0.65 | 0.19 | 17.46 | 0.58 | 0.55 |
| Hex | CF | 70 | 49 | 0 | 2E | 41 | 13 | 11 | 3A | 37 |
| Octal | 317 | 160 | 111 | 0 | 56 | 101 | 23 | 21 | 72 | 67 |
| Binary | 11001111 | 1110000 | 1001001 | 0 | 101110 | 1000001 | 10011 | 10001 | 111010 | 110111 |
Color Harmonies of #CF7049
Complementary color
Monochromatic Colors of #CF7049
Black with #CF7049
Text Example
Text Example
White with #CF7049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7049; }
p { color: rgb(207,112,73); }
H1.HeaderClassName
{
color: #CF7049;
}
.AnyTagClassName
{
color: #CF7049;
}
</style>
background-color css
<style>
a { background-color: #CF7049; }
a { background-color: rgb(207,112,73); }
div.DivClassName
{
background-color: #CF7049;
}
.BgClassName
{
background-color: #CF7049;
}
</style>
border-color css
<style>
span { border-color: #CF7049; }
span { border-color: rgb(207,112,73); }
td.TdClassName
{
border-color: #CF7049;
}
.TagClassName
{
border-color: #CF7049;
}
</style>