Color Hex Logo

#c54139 Color Hex

#C54139
(197,65,57)
0 Favorites   0 Comments

Color spaces of #c54139

RGB 1976557
HSL0.010.550.50
HSV71°77°
CMYK 0.000.670.71   0.23
XYZ25.654815.94635.5967
Yxy15.94630.54360.3379
Hunter Lab39.932844.794719.6433
CIE-Lab46.904051.994334.0926

#c54139 color RGB value is (197,65,57).

#c54139 hex color red value is 197, green value is 65 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #c54139 hue: 0.01 , saturation: 0.55 and the lightness value of c54139 is 0.50.

The process color (four color CMYK) of #c54139 color hex is 0.00, 0.67, 0.71, 0.23. Web safe color of #c54139 is #cc3333. Color #c54139 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000001 00111001
Octal 305 101 71
Decimal 197 65 57
Hex C5 41 39

RGB Percentages of Color #c54139

%61.76
%20.38
%17.87

CMYK Percentages of Color #c54139

%0
%67
%71
%23

Triadic Colors of #c54139

#c54139 #39c541 #4139c5

Analogous Colors of #c54139

#c54139 #c58739 #c53977

Monochromatic Colors of #c54139

#c54139

Complementary Color

#c54139 #39bdc5

#c54139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54139 Color CSS Codes

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

#c54139 Text Font Color

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

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


#c54139 Background Color

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

This div background color is #c54139


#c54139 Border Color

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

This div border color is #c54139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54139


Comments

No comments written yet.

Please login to write comment.