Color Hex Logo

#c5370e Color Hex

#C5370E
(197,55,14)
0 Favorites   0 Comments

Color spaces of #c5370e

RGB 1975514
HSL0.040.870.41
HSV13°93°77°
CMYK 0.000.720.93   0.23
XYZ24.471414.63441.9504
Yxy14.63440.59600.3564
Hunter Lab38.254947.239023.7556
CIE-Lab45.129354.596753.0653

#c5370e color RGB value is (197,55,14).

#c5370e hex color red value is 197, green value is 55 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c5370e hue: 0.04 , saturation: 0.87 and the lightness value of c5370e is 0.41.

The process color (four color CMYK) of #c5370e color hex is 0.00, 0.72, 0.93, 0.23. Web safe color of #c5370e is #cc3300. Color #c5370e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110111 00001110
Octal 305 67 16
Decimal 197 55 14
Hex C5 37 E

RGB Percentages of Color #c5370e

%74.06
%20.68
%5.26

CMYK Percentages of Color #c5370e

%0
%72
%93
%23

Triadic Colors of #c5370e

#c5370e #0ec537 #370ec5

Analogous Colors of #c5370e

#c5370e #c5930e #c50e40

Monochromatic Colors of #c5370e

#c5370e

Complementary Color

#c5370e #0e9cc5

#c5370e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5370e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5370e Color CSS Codes

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

#c5370e Text Font Color

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

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


#c5370e Background Color

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

This div background color is #c5370e


#c5370e Border Color

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

This div border color is #c5370e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,55,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 #c5370e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5370e


Comments

No comments written yet.

Please login to write comment.