Color Hex Logo

#c5371e Color Hex

#C5371E
(197,55,30)
0 Favorites   0 Comments

Color spaces of #c5371e

RGB 1975530
HSL0.020.740.45
HSV85°77°
CMYK 0.000.720.85   0.23
XYZ24.626514.69642.7670
Yxy14.69640.58510.3492
Hunter Lab38.335947.578422.5557
CIE-Lab45.215554.895746.7437

#c5371e color RGB value is (197,55,30).

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

The process color (four color CMYK) of #c5371e color hex is 0.00, 0.72, 0.85, 0.23. Web safe color of #c5371e is #cc3333. Color #c5371e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110111 00011110
Octal 305 67 36
Decimal 197 55 30
Hex C5 37 1E

RGB Percentages of Color #c5371e

%69.86
%19.50
%10.64

CMYK Percentages of Color #c5371e

%0
%72
%85
%23

Triadic Colors of #c5371e

#c5371e #1ec537 #371ec5

Analogous Colors of #c5371e

#c5371e #c58b1e #c51e58

Monochromatic Colors of #c5371e

#c5371e

Complementary Color

#c5371e #1eacc5

#c5371e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5371e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5371e Color CSS Codes

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

#c5371e Text Font Color

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

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


#c5371e Background Color

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

This div background color is #c5371e


#c5371e Border Color

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

This div border color is #c5371e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5371e


Comments

No comments written yet.

Please login to write comment.