Color Hex Logo

#c5131a Color Hex

#C5131A
(197,19,26)
0 Favorites   0 Comments

Color spaces of #c5131a

RGB 1971926
HSL0.990.820.42
HSV358°90°77°
CMYK 0.000.900.87   0.23
XYZ23.445312.41062.1371
Yxy12.41060.61710.3267
Hunter Lab35.228757.144721.0633
CIE-Lab41.861464.173245.8118

#c5131a color RGB value is (197,19,26).

#c5131a hex color red value is 197, green value is 19 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #c5131a hue: 0.99 , saturation: 0.82 and the lightness value of c5131a is 0.42.

The process color (four color CMYK) of #c5131a color hex is 0.00, 0.90, 0.87, 0.23. Web safe color of #c5131a is #cc0033. Color #c5131a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010011 00011010
Octal 305 23 32
Decimal 197 19 26
Hex C5 13 1A

RGB Percentages of Color #c5131a

%81.40
%7.85
%10.74

CMYK Percentages of Color #c5131a

%0
%90
%87
%23

Triadic Colors of #c5131a

#c5131a #1ac513 #131ac5

Analogous Colors of #c5131a

#c5131a #c56513 #c51373

Monochromatic Colors of #c5131a

#c5131a

Complementary Color

#c5131a #13c5be

#c5131a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5131a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5131a Color CSS Codes

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

#c5131a Text Font Color

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

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


#c5131a Background Color

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

This div background color is #c5131a


#c5131a Border Color

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

This div border color is #c5131a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5131a


Comments

No comments written yet.

Please login to write comment.