Color Hex Logo

#c54221 Color Hex

#C54221
(197,66,33)
0 Favorites   0 Comments

Color spaces of #c54221

RGB 1976633
HSL0.030.710.45
HSV12°83°77°
CMYK 0.000.660.83   0.23
XYZ25.248715.87663.1726
Yxy15.87660.57000.3584
Hunter Lab39.845543.379823.1710
CIE-Lab46.812250.675946.7534

#c54221 color RGB value is (197,66,33).

#c54221 hex color red value is 197, green value is 66 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #c54221 hue: 0.03 , saturation: 0.71 and the lightness value of c54221 is 0.45.

The process color (four color CMYK) of #c54221 color hex is 0.00, 0.66, 0.83, 0.23. Web safe color of #c54221 is #cc3333. Color #c54221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000010 00100001
Octal 305 102 41
Decimal 197 66 33
Hex C5 42 21

RGB Percentages of Color #c54221

%66.55
%22.30
%11.15

CMYK Percentages of Color #c54221

%0
%66
%83
%23

Triadic Colors of #c54221

#c54221 #21c542 #4221c5

Analogous Colors of #c54221

#c54221 #c59421 #c52152

Monochromatic Colors of #c54221

#c54221

Complementary Color

#c54221 #21a4c5

#c54221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54221 Color CSS Codes

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

#c54221 Text Font Color

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

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


#c54221 Background Color

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

This div background color is #c54221


#c54221 Border Color

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

This div border color is #c54221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54221


Comments

No comments written yet.

Please login to write comment.