Html Css Color HEX #CF7444 Red Damask

📋 copy color: '#CF7444'

red 207 ◦ green 116 ◦ blue 68

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

Shades of Red Damask #CF7444

Tints of Red Damask #CF7444

RGB

 RED value IS 207 (81.25% from 255) = 52.94%

 GREEN value IS 116 (45.7% from 255) = 29.67%

 BLUE value IS 68 (26.95% from 255) = 17.39%

R = 52.94%
G = 29.67%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF7444 (or 0xCF7444) is known color: Red Damask. HEX triplet: CF, 74 and 44. RGB value is (207,116,68). Sum of RGB (Red+Green+Blue) = 207+116+68=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7444 is #308BBB. Grayscale: #8A8A8A. Windows color (decimal): -3181500 or 4486351. OLE color: 4486351.

HSL color Cylindrical-coordinate representation of color #CF7444: hue angle of 20.72º 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 #CF7444 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 116 68 -
CMYK 0 0.44 0.67 0.19
HSL 20.72º 0.59% 0.54% -
HSV(B) 20.72º 0.67% 0.81% -
XYZ 33.02 26.17 8.78 -
YUV 137.74 88.65 177.4 -
System Red Green Blue C M Y K H S L
Decimal 207 116 68 0 0.44 0.67 0.19 20.72 0.59 0.54
Hex CF 74 44 0 2C 43 13 15 3B 36
Octal 317 164 104 0 54 103 23 25 73 66
Binary 11001111 1110100 1000100 0 101100 1000011 10011 10101 111011 110110

Color Harmonies of #CF7444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7444

Black with #CF7444

Text Example


Text Example

White with #CF7444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7444; }

 p { color: rgb(207,116,68); }

 H1.HeaderClassName
 {
   color: #CF7444;
 }
 .AnyTagClassName
 {
   color: #CF7444;
 }
</style>

background-color css

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

 a { background-color: rgb(207,116,68); }

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

border-color css

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

 span { border-color: rgb(207,116,68); }

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