Color Hex Logo

#c51740 Color Hex

#C51740
(197,23,64)
0 Favorites   0 Comments

Color spaces of #c51740

RGB 1972364
HSL0.960.790.43
HSV346°88°77°
CMYK 0.000.880.68   0.23
XYZ24.257812.85336.0529
Yxy12.85330.56200.2978
Hunter Lab35.851558.036315.0860
CIE-Lab42.541464.823524.6029

#c51740 color RGB value is (197,23,64).

#c51740 hex color red value is 197, green value is 23 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #c51740 hue: 0.96 , saturation: 0.79 and the lightness value of c51740 is 0.43.

The process color (four color CMYK) of #c51740 color hex is 0.00, 0.88, 0.68, 0.23. Web safe color of #c51740 is #cc0033. Color #c51740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010111 01000000
Octal 305 27 100
Decimal 197 23 64
Hex C5 17 40

RGB Percentages of Color #c51740

%69.37
%8.10
%22.54

CMYK Percentages of Color #c51740

%0
%88
%68
%23

Triadic Colors of #c51740

#c51740 #40c517 #1740c5

Analogous Colors of #c51740

#c51740 #c54517 #c51797

Monochromatic Colors of #c51740

#c51740

Complementary Color

#c51740 #17c59c

#c51740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51740 Color CSS Codes

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

#c51740 Text Font Color

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

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


#c51740 Background Color

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

This div background color is #c51740


#c51740 Border Color

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

This div border color is #c51740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51740


Comments

No comments written yet.

Please login to write comment.