Shades of Red Damask #CF7044
Tints of Red Damask #CF7044
RGB
CMYK
RGB Variations
Color information
#CF7044 (or 0xCF7044) is known color: Red Damask. HEX triplet: CF, 70 and 44. RGB value is (207,112,68). Sum of RGB (Red+Green+Blue) = 207+112+68=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7044 is #308FBB. Grayscale: #878787. Windows color (decimal): -3182524 or 4485327. OLE color: 4485327.
HSL color Cylindrical-coordinate representation of color #CF7044: hue angle of 18.99º 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 #CF7044 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 68 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.19 |
| HSL | 18.99º | 0.59% | 0.54% | - |
| HSV(B) | 18.99º | 0.67% | 0.81% | - |
| XYZ | 32.57 | 25.27 | 8.63 | - |
| YUV | 135.39 | 89.97 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 68 | 0 | 0.46 | 0.67 | 0.19 | 18.99 | 0.59 | 0.54 |
| Hex | CF | 70 | 44 | 0 | 2E | 43 | 13 | 13 | 3B | 36 |
| Octal | 317 | 160 | 104 | 0 | 56 | 103 | 23 | 23 | 73 | 66 |
| Binary | 11001111 | 1110000 | 1000100 | 0 | 101110 | 1000011 | 10011 | 10011 | 111011 | 110110 |
Color Harmonies of #CF7044
Complementary color
Monochromatic Colors of #CF7044
Black with #CF7044
Text Example
Text Example
White with #CF7044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7044; }
p { color: rgb(207,112,68); }
H1.HeaderClassName
{
color: #CF7044;
}
.AnyTagClassName
{
color: #CF7044;
}
</style>
background-color css
<style>
a { background-color: #CF7044; }
a { background-color: rgb(207,112,68); }
div.DivClassName
{
background-color: #CF7044;
}
.BgClassName
{
background-color: #CF7044;
}
</style>
border-color css
<style>
span { border-color: #CF7044; }
span { border-color: rgb(207,112,68); }
td.TdClassName
{
border-color: #CF7044;
}
.TagClassName
{
border-color: #CF7044;
}
</style>