Shades of Red Damask #CF7343
Tints of Red Damask #CF7343
RGB
CMYK
RGB Variations
Color information
#CF7343 (or 0xCF7343) is known color: Red Damask. HEX triplet: CF, 73 and 43. RGB value is (207,115,67). Sum of RGB (Red+Green+Blue) = 207+115+67=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7343 is #308CBC. Grayscale: #898989. Windows color (decimal): -3181757 or 4420559. OLE color: 4420559.
HSL color Cylindrical-coordinate representation of color #CF7343: hue angle of 20.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF7343 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 67 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.19 |
| HSL | 20.57º | 0.59% | 0.54% | - |
| HSV(B) | 20.57º | 0.68% | 0.81% | - |
| XYZ | 32.88 | 25.93 | 8.58 | - |
| YUV | 137.04 | 88.48 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 67 | 0 | 0.44 | 0.68 | 0.19 | 20.57 | 0.59 | 0.54 |
| Hex | CF | 73 | 43 | 0 | 2C | 44 | 13 | 15 | 3B | 36 |
| Octal | 317 | 163 | 103 | 0 | 54 | 104 | 23 | 25 | 73 | 66 |
| Binary | 11001111 | 1110011 | 1000011 | 0 | 101100 | 1000100 | 10011 | 10101 | 111011 | 110110 |
Color Harmonies of #CF7343
Complementary color
Monochromatic Colors of #CF7343
Black with #CF7343
Text Example
Text Example
White with #CF7343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7343; }
p { color: rgb(207,115,67); }
H1.HeaderClassName
{
color: #CF7343;
}
.AnyTagClassName
{
color: #CF7343;
}
</style>
background-color css
<style>
a { background-color: #CF7343; }
a { background-color: rgb(207,115,67); }
div.DivClassName
{
background-color: #CF7343;
}
.BgClassName
{
background-color: #CF7343;
}
</style>
border-color css
<style>
span { border-color: #CF7343; }
span { border-color: rgb(207,115,67); }
td.TdClassName
{
border-color: #CF7343;
}
.TagClassName
{
border-color: #CF7343;
}
</style>