Color Hex Logo

#c5421e Color Hex

#C5421E
(197,66,30)
0 Favorites   0 Comments

Color spaces of #c5421e

RGB 1976630
HSL0.040.740.45
HSV13°85°77°
CMYK 0.000.660.85   0.23
XYZ25.208515.86052.9610
Yxy15.86050.57250.3602
Hunter Lab39.825243.292423.4695
CIE-Lab46.790950.596848.1166

#c5421e color RGB value is (197,66,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000010 00011110
Octal 305 102 36
Decimal 197 66 30
Hex C5 42 1E

RGB Percentages of Color #c5421e

%67.24
%22.53
%10.24

CMYK Percentages of Color #c5421e

%0
%66
%85
%23

Triadic Colors of #c5421e

#c5421e #1ec542 #421ec5

Analogous Colors of #c5421e

#c5421e #c5961e #c51e4e

Monochromatic Colors of #c5421e

#c5421e

Complementary Color

#c5421e #1ea1c5

#c5421e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5421e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5421e Color CSS Codes

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

#c5421e Text Font Color

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

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


#c5421e Background Color

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

This div background color is #c5421e


#c5421e Border Color

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

This div border color is #c5421e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5421e


Comments

No comments written yet.

Please login to write comment.