#CF7347

Color #CF7347 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #CF7347

Tints of Red Damask #CF7347

Color information

#CF7347 (or 0xCF7347) is unknown color: approx Red Damask. HEX triplet: CF, 73 and 47. RGB value is (207,115,71). Sum of RGB (Red+Green+Blue) = 207+115+71=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7347 is #308CB8. Grayscale: #898989. Windows color (decimal): -3181753 or 4682703. OLE color: 4682703.

HSL color Cylindrical-coordinate representation of color #CF7347: hue angle of 19.41º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF7347 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20711571-
CMYK00.440.660.19
HSL19.41º58.62%54.51%-
HSV(B)19.41º65.7%81.18%-
XYZ3325.989.24-
YUV137.4990.48177.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 52.67%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 71 (28.12% from 255) = 18.07%
R=52.67%
G=29.26%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071157100.440.660.1919.4158.6254.51
HexCF734702C4213133b37
Octal31716310705410223237367
Binary1100111111100111000111010110010000101001110011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7347; }

 p { color: rgb(207,115,71); }

 H1.HeaderClassName
 {
   color: #CF7347;
 }
 .AnyTagClassName
 {
   color: #CF7347;
 }
</style>
background-color css

<style>
 a { background-color: #CF7347; }

 a { background-color: rgb(207,115,71); }

 div.DivClassName
 {
   background-color: #CF7347;
 }
 .BgClassName
 {
   background-color: #CF7347;
 }
</style>
border-color css

<style>
 span { border-color: #CF7347; }

 span { border-color: rgb(207,115,71); }

 td.TdClassName
 {
   border-color: #CF7347;
 }
 .TagClassName
 {
   border-color: #CF7347;
 }
</style>