Html Css Color HEX #CF7149 Red Damask

📋 copy color: '#CF7149'

red 207 ◦ green 113 ◦ blue 73

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

Shades of Red Damask #CF7149

Tints of Red Damask #CF7149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.75%

 BLUE value IS 73 (28.91% from 255) = 18.58%

R = 52.67%
G = 28.75%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF7149 (or 0xCF7149) is known color: Red Damask. HEX triplet: CF, 71 and 49. RGB value is (207,113,73). Sum of RGB (Red+Green+Blue) = 207+113+73=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7149 is #308EB6. Grayscale: #888888. Windows color (decimal): -3182263 or 4813263. OLE color: 4813263.

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

Color convert

RGB 207 113 73 -
CMYK 0 0.45 0.65 0.19
HSL 17.91º 0.58% 0.55% -
HSV(B) 17.91º 0.65% 0.81% -
XYZ 32.84 25.56 9.51 -
YUV 136.55 92.14 178.25 -
System Red Green Blue C M Y K H S L
Decimal 207 113 73 0 0.45 0.65 0.19 17.91 0.58 0.55
Hex CF 71 49 0 2D 41 13 12 3A 37
Octal 317 161 111 0 55 101 23 22 72 67
Binary 11001111 1110001 1001001 0 101101 1000001 10011 10010 111010 110111

Color Harmonies of #CF7149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7149

Black with #CF7149

Text Example


Text Example

White with #CF7149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7149; }

 p { color: rgb(207,113,73); }

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

background-color css

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

 a { background-color: rgb(207,113,73); }

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

border-color css

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

 span { border-color: rgb(207,113,73); }

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