Color Hex Logo

#c54911 Color Hex

#C54911
(197,73,17)
0 Favorites   0 Comments

Color spaces of #c54911

RGB 1977317
HSL0.050.840.42
HSV19°91°77°
CMYK 0.000.630.91   0.23
XYZ25.509716.67592.4046
Yxy16.67590.57210.3740
Hunter Lab40.836140.042925.0941
CIE-Lab47.849047.310353.9723

#c54911 color RGB value is (197,73,17).

#c54911 hex color red value is 197, green value is 73 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #c54911 hue: 0.05 , saturation: 0.84 and the lightness value of c54911 is 0.42.

The process color (four color CMYK) of #c54911 color hex is 0.00, 0.63, 0.91, 0.23. Web safe color of #c54911 is #cc3300. Color #c54911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001001 00010001
Octal 305 111 21
Decimal 197 73 17
Hex C5 49 11

RGB Percentages of Color #c54911

%68.64
%25.44
%5.92

CMYK Percentages of Color #c54911

%0
%63
%91
%23

Triadic Colors of #c54911

#c54911 #11c549 #4911c5

Analogous Colors of #c54911

#c54911 #c5a311 #c51133

Monochromatic Colors of #c54911

#c54911

Complementary Color

#c54911 #118dc5

#c54911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54911 Color CSS Codes

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

#c54911 Text Font Color

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

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


#c54911 Background Color

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

This div background color is #c54911


#c54911 Border Color

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

This div border color is #c54911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54911


Comments

No comments written yet.

Please login to write comment.