Color Hex Logo

#c5161d Color Hex

#C5161D
(197,22,29)
0 Favorites   0 Comments

Color spaces of #c5161d

RGB 1972229
HSL0.990.800.43
HSV358°89°77°
CMYK 0.000.890.85   0.23
XYZ23.534612.53282.3411
Yxy12.53280.61270.3263
Hunter Lab35.401756.711620.8604
CIE-Lab42.050763.754944.4735

#c5161d color RGB value is (197,22,29).

#c5161d hex color red value is 197, green value is 22 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #c5161d hue: 0.99 , saturation: 0.80 and the lightness value of c5161d is 0.43.

The process color (four color CMYK) of #c5161d color hex is 0.00, 0.89, 0.85, 0.23. Web safe color of #c5161d is #cc0033. Color #c5161d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010110 00011101
Octal 305 26 35
Decimal 197 22 29
Hex C5 16 1D

RGB Percentages of Color #c5161d

%79.44
%8.87
%11.69

CMYK Percentages of Color #c5161d

%0
%89
%85
%23

Triadic Colors of #c5161d

#c5161d #1dc516 #161dc5

Analogous Colors of #c5161d

#c5161d #c56716 #c51675

Monochromatic Colors of #c5161d

#c5161d

Complementary Color

#c5161d #16c5be

#c5161d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5161d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5161d Color CSS Codes

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

#c5161d Text Font Color

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

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


#c5161d Background Color

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

This div background color is #c5161d


#c5161d Border Color

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

This div border color is #c5161d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5161d


Comments

No comments written yet.

Please login to write comment.