Color Hex Logo

#c5370f Color Hex

#C5370F
(197,55,15)
0 Favorites   0 Comments

Color spaces of #c5370f

RGB 1975515
HSL0.040.860.42
HSV13°92°77°
CMYK 0.000.720.92   0.23
XYZ24.478414.63721.9870
Yxy14.63720.59550.3561
Hunter Lab38.258647.254323.7017
CIE-Lab45.133254.610252.7468

#c5370f color RGB value is (197,55,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110111 00001111
Octal 305 67 17
Decimal 197 55 15
Hex C5 37 F

RGB Percentages of Color #c5370f

%73.78
%20.60
%5.62

CMYK Percentages of Color #c5370f

%0
%72
%92
%23

Triadic Colors of #c5370f

#c5370f #0fc537 #370fc5

Analogous Colors of #c5370f

#c5370f #c5920f #c50f42

Monochromatic Colors of #c5370f

#c5370f

Complementary Color

#c5370f #0f9dc5

#c5370f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5370f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5370f Color CSS Codes

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

#c5370f Text Font Color

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

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


#c5370f Background Color

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

This div background color is #c5370f


#c5370f Border Color

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

This div border color is #c5370f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5370f


Comments

No comments written yet.

Please login to write comment.