#C2714D

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

Shades of Red Damask #C2714D

Tints of Red Damask #C2714D

Color information

#C2714D (or 0xC2714D) is unknown color: approx Red Damask. HEX triplet: C2, 71 and 4D. RGB value is (194,113,77). Sum of RGB (Red+Green+Blue) = 194+113+77=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2714D is #3D8EB2. Grayscale: #858585. Windows color (decimal): -4034227 or 5075394. OLE color: 5075394.

HSL color Cylindrical-coordinate representation of color #C2714D: hue angle of 18.46º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2714D is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19411377-
CMYK00.420.600.24
HSL18.46º48.95%53.14%-
HSV(B)18.46º60.31%76.08%-
XYZ29.4923.8210.06-
YUV133.1296.34171.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.52%
GREEN value IS 113 (44.53% from 255) = 29.43%
BLUE value IS 77 (30.47% from 255) = 20.05%
R=50.52%
G=29.43%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941137700.420.600.2418.4648.9553.14
HexC2714D02A3C18123135
Octal3021611150527430226165
Binary110000101110001100110101010101111001100010010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2714D; }

 p { color: rgb(194,113,77); }

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

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

 a { background-color: rgb(194,113,77); }

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

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

 span { border-color: rgb(194,113,77); }

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