Color Hex Logo

#c50120 Color Hex

#C50120
(197,1,32)
0 Favorites   0 Comments

Color spaces of #c50120

RGB 197132
HSL0.970.990.39
HSV351°99°77°
CMYK 0.000.990.84   0.23
XYZ23.297511.99632.4541
Yxy11.99630.61720.3178
Hunter Lab34.635759.454620.0440
CIE-Lab41.210266.319642.1437

#c50120 color RGB value is (197,1,32).

#c50120 hex color red value is 197, green value is 1 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #c50120 hue: 0.97 , saturation: 0.99 and the lightness value of c50120 is 0.39.

The process color (four color CMYK) of #c50120 color hex is 0.00, 0.99, 0.84, 0.23. Web safe color of #c50120 is #cc0033. Color #c50120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000001 00100000
Octal 305 1 40
Decimal 197 1 32
Hex C5 1 20

RGB Percentages of Color #c50120

%85.65
%0.43
%13.91

CMYK Percentages of Color #c50120

%0
%99
%84
%23

Triadic Colors of #c50120

#c50120 #20c501 #0120c5

Analogous Colors of #c50120

#c50120 #c54401 #c50182

Monochromatic Colors of #c50120

#c50120

Complementary Color

#c50120 #01c5a6

#c50120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50120 Color CSS Codes

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

#c50120 Text Font Color

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

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


#c50120 Background Color

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

This div background color is #c50120


#c50120 Border Color

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

This div border color is #c50120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50120


Comments

No comments written yet.

Please login to write comment.