Color Hex Logo

#c7371f Color Hex

#C7371F
(199,55,31)
0 Favorites   0 Comments

Color spaces of #c7371f

RGB 1995531
HSL0.020.730.45
HSV84°78°
CMYK 0.000.720.84   0.22
XYZ25.166714.97342.8601
Yxy14.97340.58530.3482
Hunter Lab38.695548.375422.7045
CIE-Lab45.597755.562246.7505

#c7371f color RGB value is (199,55,31).

#c7371f hex color red value is 199, green value is 55 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c7371f hue: 0.02 , saturation: 0.73 and the lightness value of c7371f is 0.45.

The process color (four color CMYK) of #c7371f color hex is 0.00, 0.72, 0.84, 0.22. Web safe color of #c7371f is #cc3333. Color #c7371f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110111 00011111
Octal 307 67 37
Decimal 199 55 31
Hex C7 37 1F

RGB Percentages of Color #c7371f

%69.82
%19.30
%10.88

CMYK Percentages of Color #c7371f

%0
%72
%84
%22

Triadic Colors of #c7371f

#c7371f #1fc737 #371fc7

Analogous Colors of #c7371f

#c7371f #c78b1f #c71f5b

Monochromatic Colors of #c7371f

#c7371f

Complementary Color

#c7371f #1fafc7

#c7371f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7371f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7371f Color CSS Codes

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

#c7371f Text Font Color

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

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


#c7371f Background Color

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

This div background color is #c7371f


#c7371f Border Color

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

This div border color is #c7371f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7371f


Comments

No comments written yet.

Please login to write comment.