Shades of Red Damask #CF7047
Tints of Red Damask #CF7047
RGB
CMYK
RGB Variations
Color information
#CF7047 (or 0xCF7047) is known color: Red Damask. HEX triplet: CF, 70 and 47. RGB value is (207,112,71). Sum of RGB (Red+Green+Blue) = 207+112+71=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7047 is #308FB8. Grayscale: #878787. Windows color (decimal): -3182521 or 4681935. OLE color: 4681935.
HSL color Cylindrical-coordinate representation of color #CF7047: hue angle of 18.09º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF7047 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 71 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.19 |
| HSL | 18.09º | 0.59% | 0.55% | - |
| HSV(B) | 18.09º | 0.66% | 0.81% | - |
| XYZ | 32.66 | 25.31 | 9.12 | - |
| YUV | 135.73 | 91.47 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 71 | 0 | 0.46 | 0.66 | 0.19 | 18.09 | 0.59 | 0.55 |
| Hex | CF | 70 | 47 | 0 | 2E | 42 | 13 | 12 | 3B | 37 |
| Octal | 317 | 160 | 107 | 0 | 56 | 102 | 23 | 22 | 73 | 67 |
| Binary | 11001111 | 1110000 | 1000111 | 0 | 101110 | 1000010 | 10011 | 10010 | 111011 | 110111 |
Color Harmonies of #CF7047
Complementary color
Monochromatic Colors of #CF7047
Black with #CF7047
Text Example
Text Example
White with #CF7047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7047; }
p { color: rgb(207,112,71); }
H1.HeaderClassName
{
color: #CF7047;
}
.AnyTagClassName
{
color: #CF7047;
}
</style>
background-color css
<style>
a { background-color: #CF7047; }
a { background-color: rgb(207,112,71); }
div.DivClassName
{
background-color: #CF7047;
}
.BgClassName
{
background-color: #CF7047;
}
</style>
border-color css
<style>
span { border-color: #CF7047; }
span { border-color: rgb(207,112,71); }
td.TdClassName
{
border-color: #CF7047;
}
.TagClassName
{
border-color: #CF7047;
}
</style>