Shades of Red Damask #CF7048
Tints of Red Damask #CF7048
RGB
CMYK
RGB Variations
Color information
#CF7048 (or 0xCF7048) is known color: Red Damask. HEX triplet: CF, 70 and 48. RGB value is (207,112,72). Sum of RGB (Red+Green+Blue) = 207+112+72=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7048 is #308FB7. Grayscale: #888888. Windows color (decimal): -3182520 or 4747471. OLE color: 4747471.
HSL color Cylindrical-coordinate representation of color #CF7048: hue angle of 17.78º 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 #CF7048 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 72 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.19 |
| HSL | 17.78º | 0.58% | 0.55% | - |
| HSV(B) | 17.78º | 0.65% | 0.81% | - |
| XYZ | 32.7 | 25.32 | 9.3 | - |
| YUV | 135.85 | 91.97 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 72 | 0 | 0.46 | 0.65 | 0.19 | 17.78 | 0.58 | 0.55 |
| Hex | CF | 70 | 48 | 0 | 2E | 41 | 13 | 12 | 3A | 37 |
| Octal | 317 | 160 | 110 | 0 | 56 | 101 | 23 | 22 | 72 | 67 |
| Binary | 11001111 | 1110000 | 1001000 | 0 | 101110 | 1000001 | 10011 | 10010 | 111010 | 110111 |
Color Harmonies of #CF7048
Complementary color
Monochromatic Colors of #CF7048
Black with #CF7048
Text Example
Text Example
White with #CF7048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7048; }
p { color: rgb(207,112,72); }
H1.HeaderClassName
{
color: #CF7048;
}
.AnyTagClassName
{
color: #CF7048;
}
</style>
background-color css
<style>
a { background-color: #CF7048; }
a { background-color: rgb(207,112,72); }
div.DivClassName
{
background-color: #CF7048;
}
.BgClassName
{
background-color: #CF7048;
}
</style>
border-color css
<style>
span { border-color: #CF7048; }
span { border-color: rgb(207,112,72); }
td.TdClassName
{
border-color: #CF7048;
}
.TagClassName
{
border-color: #CF7048;
}
</style>