Html Css Color HEX #CF7347 Red Damask

📋 copy color: '#CF7347'

red 207 ◦ green 115 ◦ blue 71

#CF7347
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #CF7347

Tints of Red Damask #CF7347

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.13% from 255) = 18.07%

R = 52.67%
G = 29.26%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF7347 (or 0xCF7347) is known color: 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

RGB 207 115 71 -
CMYK 0 0.44 0.66 0.19
HSL 19.41º 0.59% 0.55% -
HSV(B) 19.41º 0.66% 0.81% -
XYZ 33 25.98 9.24 -
YUV 137.49 90.48 177.58 -
System Red Green Blue C M Y K H S L
Decimal 207 115 71 0 0.44 0.66 0.19 19.41 0.59 0.55
Hex CF 73 47 0 2C 42 13 13 3B 37
Octal 317 163 107 0 54 102 23 23 73 67
Binary 11001111 1110011 1000111 0 101100 1000010 10011 10011 111011 110111

Color Harmonies of #CF7347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7347

Black with #CF7347

Text Example


Text Example

White with #CF7347

Text Example


Text Example

HTML Codes & Css Web 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>