Color Hex Logo

#c54c0e Color Hex

#C54C0E
(197,76,14)
0 Favorites   0 Comments

Color spaces of #c54c0e

RGB 1977614
HSL0.060.870.41
HSV20°93°77°
CMYK 0.000.610.93   0.23
XYZ25.689717.07092.3565
Yxy17.07090.56940.3784
Hunter Lab41.316938.681625.5403
CIE-Lab48.349245.911155.2114

#c54c0e color RGB value is (197,76,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001100 00001110
Octal 305 114 16
Decimal 197 76 14
Hex C5 4C E

RGB Percentages of Color #c54c0e

%68.64
%26.48
%4.88

CMYK Percentages of Color #c54c0e

%0
%61
%93
%23

Triadic Colors of #c54c0e

#c54c0e #0ec54c #4c0ec5

Analogous Colors of #c54c0e

#c54c0e #c5a80e #c50e2b

Monochromatic Colors of #c54c0e

#c54c0e

Complementary Color

#c54c0e #0e87c5

#c54c0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54c0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54c0e Color CSS Codes

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

#c54c0e Text Font Color

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

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


#c54c0e Background Color

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

This div background color is #c54c0e


#c54c0e Border Color

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

This div border color is #c54c0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54c0e


Comments

No comments written yet.

Please login to write comment.