Shades of Red Damask #CF7045
Tints of Red Damask #CF7045
RGB
CMYK
RGB Variations
Color information
#CF7045 (or 0xCF7045) is known color: Red Damask. HEX triplet: CF, 70 and 45. RGB value is (207,112,69). Sum of RGB (Red+Green+Blue) = 207+112+69=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7045 is #308FBA. Grayscale: #878787. Windows color (decimal): -3182523 or 4550863. OLE color: 4550863.
HSL color Cylindrical-coordinate representation of color #CF7045: hue angle of 18.7º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF7045 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 69 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.19 |
| HSL | 18.7º | 0.59% | 0.54% | - |
| HSV(B) | 18.7º | 0.67% | 0.81% | - |
| XYZ | 32.6 | 25.28 | 8.79 | - |
| YUV | 135.5 | 90.47 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 69 | 0 | 0.46 | 0.67 | 0.19 | 18.7 | 0.59 | 0.54 |
| Hex | CF | 70 | 45 | 0 | 2E | 43 | 13 | 13 | 3B | 36 |
| Octal | 317 | 160 | 105 | 0 | 56 | 103 | 23 | 23 | 73 | 66 |
| Binary | 11001111 | 1110000 | 1000101 | 0 | 101110 | 1000011 | 10011 | 10011 | 111011 | 110110 |
Color Harmonies of #CF7045
Complementary color
Monochromatic Colors of #CF7045
Black with #CF7045
Text Example
Text Example
White with #CF7045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7045; }
p { color: rgb(207,112,69); }
H1.HeaderClassName
{
color: #CF7045;
}
.AnyTagClassName
{
color: #CF7045;
}
</style>
background-color css
<style>
a { background-color: #CF7045; }
a { background-color: rgb(207,112,69); }
div.DivClassName
{
background-color: #CF7045;
}
.BgClassName
{
background-color: #CF7045;
}
</style>
border-color css
<style>
span { border-color: #CF7045; }
span { border-color: rgb(207,112,69); }
td.TdClassName
{
border-color: #CF7045;
}
.TagClassName
{
border-color: #CF7045;
}
</style>