Color Hex Logo

#c7410e Color Hex

#C7410E
(199,65,14)
0 Favorites   0 Comments

Color spaces of #c7410e

RGB 1996514
HSL0.050.870.42
HSV17°93°78°
CMYK 0.000.670.93   0.22
XYZ25.522815.95442.1498
Yxy15.95440.58500.3657
Hunter Lab39.943044.158024.7690
CIE-Lab46.914651.393354.4176

#c7410e color RGB value is (199,65,14).

#c7410e hex color red value is 199, green value is 65 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c7410e hue: 0.05 , saturation: 0.87 and the lightness value of c7410e is 0.42.

The process color (four color CMYK) of #c7410e color hex is 0.00, 0.67, 0.93, 0.22. Web safe color of #c7410e is #cc3300. Color #c7410e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000001 00001110
Octal 307 101 16
Decimal 199 65 14
Hex C7 41 E

RGB Percentages of Color #c7410e

%71.58
%23.38
%5.04

CMYK Percentages of Color #c7410e

%0
%67
%93
%22

Triadic Colors of #c7410e

#c7410e #0ec741 #410ec7

Analogous Colors of #c7410e

#c7410e #c79e0e #c70e37

Monochromatic Colors of #c7410e

#c7410e

Complementary Color

#c7410e #0e94c7

#c7410e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7410e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7410e Color CSS Codes

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

#c7410e Text Font Color

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

This sample text font color is #c7410e
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.


#c7410e Background Color

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

This div background color is #c7410e


#c7410e Border Color

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

This div border color is #c7410e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7410e


Comments

No comments written yet.

Please login to write comment.