Color Hex Logo

#c5122b Color Hex

#C5122B
(197,18,43)
0 Favorites   0 Comments

Color spaces of #c5122b

RGB 1971843
HSL0.980.830.42
HSV352°91°77°
CMYK 0.000.910.78   0.23
XYZ23.678312.47733.4459
Yxy12.47730.59790.3151
Hunter Lab35.323257.838718.9423
CIE-Lab41.964964.762536.6772

#c5122b color RGB value is (197,18,43).

#c5122b hex color red value is 197, green value is 18 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #c5122b hue: 0.98 , saturation: 0.83 and the lightness value of c5122b is 0.42.

The process color (four color CMYK) of #c5122b color hex is 0.00, 0.91, 0.78, 0.23. Web safe color of #c5122b is #cc0033. Color #c5122b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010010 00101011
Octal 305 22 53
Decimal 197 18 43
Hex C5 12 2B

RGB Percentages of Color #c5122b

%76.36
%6.98
%16.67

CMYK Percentages of Color #c5122b

%0
%91
%78
%23

Triadic Colors of #c5122b

#c5122b #2bc512 #122bc5

Analogous Colors of #c5122b

#c5122b #c55312 #c51285

Monochromatic Colors of #c5122b

#c5122b

Complementary Color

#c5122b #12c5ac

#c5122b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5122b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5122b Color CSS Codes

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

#c5122b Text Font Color

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

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


#c5122b Background Color

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

This div background color is #c5122b


#c5122b Border Color

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

This div border color is #c5122b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5122b


Comments

No comments written yet.

Please login to write comment.