Shades of Red Damask #CF7145
Tints of Red Damask #CF7145
RGB
CMYK
RGB Variations
Color information
#CF7145 (or 0xCF7145) is known color: Red Damask. HEX triplet: CF, 71 and 45. RGB value is (207,113,69). Sum of RGB (Red+Green+Blue) = 207+113+69=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7145 is #308EBA. Grayscale: #888888. Windows color (decimal): -3182267 or 4551119. OLE color: 4551119.
HSL color Cylindrical-coordinate representation of color #CF7145: hue angle of 19.13º 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 #CF7145 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 69 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.19 |
| HSL | 19.13º | 0.59% | 0.54% | - |
| HSV(B) | 19.13º | 0.67% | 0.81% | - |
| XYZ | 32.71 | 25.51 | 8.83 | - |
| YUV | 136.09 | 90.14 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 69 | 0 | 0.45 | 0.67 | 0.19 | 19.13 | 0.59 | 0.54 |
| Hex | CF | 71 | 45 | 0 | 2D | 43 | 13 | 13 | 3B | 36 |
| Octal | 317 | 161 | 105 | 0 | 55 | 103 | 23 | 23 | 73 | 66 |
| Binary | 11001111 | 1110001 | 1000101 | 0 | 101101 | 1000011 | 10011 | 10011 | 111011 | 110110 |
Color Harmonies of #CF7145
Complementary color
Monochromatic Colors of #CF7145
Black with #CF7145
Text Example
Text Example
White with #CF7145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7145; }
p { color: rgb(207,113,69); }
H1.HeaderClassName
{
color: #CF7145;
}
.AnyTagClassName
{
color: #CF7145;
}
</style>
background-color css
<style>
a { background-color: #CF7145; }
a { background-color: rgb(207,113,69); }
div.DivClassName
{
background-color: #CF7145;
}
.BgClassName
{
background-color: #CF7145;
}
</style>
border-color css
<style>
span { border-color: #CF7145; }
span { border-color: rgb(207,113,69); }
td.TdClassName
{
border-color: #CF7145;
}
.TagClassName
{
border-color: #CF7145;
}
</style>