Color Hex Logo

#c72614 Color Hex

#C72614
(199,38,20)
0 Favorites   0 Comments

Color spaces of #c72614

RGB 1993820
HSL0.020.820.43
HSV90°78°
CMYK 0.000.810.90   0.22
XYZ24.372613.57881.9982
Yxy13.57880.61010.3399
Hunter Lab36.849453.575322.5795
CIE-Lab43.622760.662150.0437

#c72614 color RGB value is (199,38,20).

#c72614 hex color red value is 199, green value is 38 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c72614 hue: 0.02 , saturation: 0.82 and the lightness value of c72614 is 0.43.

The process color (four color CMYK) of #c72614 color hex is 0.00, 0.81, 0.90, 0.22. Web safe color of #c72614 is #cc3300. Color #c72614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100110 00010100
Octal 307 46 24
Decimal 199 38 20
Hex C7 26 14

RGB Percentages of Color #c72614

%77.43
%14.79
%7.78

CMYK Percentages of Color #c72614

%0
%81
%90
%22

Triadic Colors of #c72614

#c72614 #14c726 #2614c7

Analogous Colors of #c72614

#c72614 #c78014 #c7145b

Monochromatic Colors of #c72614

#c72614

Complementary Color

#c72614 #14b5c7

#c72614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72614 Color CSS Codes

.mybgcolor {background-color:#c72614; } 
.myforecolor {color:#c72614; }
.mybordercolor {border:3px solid #c72614; }

#c72614 Text Font Color

<p style="color:#c72614">Text here</p>

This sample text font color is #c72614
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c72614 Background Color

<div style="background-color:#c72614">
Div content here</div>

This div background color is #c72614


#c72614 Border Color

<div style="border:3px solid #c72614">
Div here</div>

This div border color is #c72614


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,38,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c72614; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c72614;
  -webkit-box-shadow: 1px 1px 3px 2px #c72614;
  box-shadow:         1px 1px 3px 2px #c72614; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,38,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c72614">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c72614;
  -webkit-box-shadow: 1px 1px 3px 2px #c72614;
  box-shadow:         1px 1px 3px 2px #c72614;">
Div content here</div>

This div box has shadow with color #c72614


Comments

No comments written yet.

Please login to write comment.