Shades of Red Damask #CF7346
Tints of Red Damask #CF7346
RGB
CMYK
RGB Variations
Color information
#CF7346 (or 0xCF7346) is known color: Red Damask. HEX triplet: CF, 73 and 46. RGB value is (207,115,70). Sum of RGB (Red+Green+Blue) = 207+115+70=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7346 is #308CB9. Grayscale: #898989. Windows color (decimal): -3181754 or 4617167. OLE color: 4617167.
HSL color Cylindrical-coordinate representation of color #CF7346: hue angle of 19.71º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF7346 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 70 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.19 |
| HSL | 19.71º | 0.59% | 0.54% | - |
| HSV(B) | 19.71º | 0.66% | 0.81% | - |
| XYZ | 32.97 | 25.97 | 9.07 | - |
| YUV | 137.38 | 89.98 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 70 | 0 | 0.44 | 0.66 | 0.19 | 19.71 | 0.59 | 0.54 |
| Hex | CF | 73 | 46 | 0 | 2C | 42 | 13 | 14 | 3B | 36 |
| Octal | 317 | 163 | 106 | 0 | 54 | 102 | 23 | 24 | 73 | 66 |
| Binary | 11001111 | 1110011 | 1000110 | 0 | 101100 | 1000010 | 10011 | 10100 | 111011 | 110110 |
Color Harmonies of #CF7346
Complementary color
Monochromatic Colors of #CF7346
Black with #CF7346
Text Example
Text Example
White with #CF7346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7346; }
p { color: rgb(207,115,70); }
H1.HeaderClassName
{
color: #CF7346;
}
.AnyTagClassName
{
color: #CF7346;
}
</style>
background-color css
<style>
a { background-color: #CF7346; }
a { background-color: rgb(207,115,70); }
div.DivClassName
{
background-color: #CF7346;
}
.BgClassName
{
background-color: #CF7346;
}
</style>
border-color css
<style>
span { border-color: #CF7346; }
span { border-color: rgb(207,115,70); }
td.TdClassName
{
border-color: #CF7346;
}
.TagClassName
{
border-color: #CF7346;
}
</style>