Color Hex Logo

#c5132f Color Hex

#C5132F
(197,19,47)
0 Favorites   0 Comments

Color spaces of #c5132f

RGB 1971947
HSL0.970.820.42
HSV351°90°77°
CMYK 0.000.900.76   0.23
XYZ23.771912.54133.8571
Yxy12.54130.59180.3122
Hunter Lab35.413757.846418.3320
CIE-Lab42.063864.750134.4254

#c5132f color RGB value is (197,19,47).

#c5132f hex color red value is 197, green value is 19 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c5132f hue: 0.97 , saturation: 0.82 and the lightness value of c5132f is 0.42.

The process color (four color CMYK) of #c5132f color hex is 0.00, 0.90, 0.76, 0.23. Web safe color of #c5132f is #cc0033. Color #c5132f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010011 00101111
Octal 305 23 57
Decimal 197 19 47
Hex C5 13 2F

RGB Percentages of Color #c5132f

%74.90
%7.22
%17.87

CMYK Percentages of Color #c5132f

%0
%90
%76
%23

Triadic Colors of #c5132f

#c5132f #2fc513 #132fc5

Analogous Colors of #c5132f

#c5132f #c55013 #c51388

Monochromatic Colors of #c5132f

#c5132f

Complementary Color

#c5132f #13c5a9

#c5132f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5132f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5132f Color CSS Codes

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

#c5132f Text Font Color

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

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


#c5132f Background Color

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

This div background color is #c5132f


#c5132f Border Color

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

This div border color is #c5132f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5132f


Comments

No comments written yet.

Please login to write comment.