Color Hex Logo

#c20125 Color Hex

#C20125
(194,1,37)
0 Favorites   0 Comments

Color spaces of #c20125

RGB 194137
HSL0.970.990.38
HSV349°99°76°
CMYK 0.000.990.81   0.24
XYZ22.592911.62462.8033
Yxy11.62460.61030.3140
Hunter Lab34.094958.616718.9915
CIE-Lab40.613265.706338.5525

#c20125 color RGB value is (194,1,37).

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

The process color (four color CMYK) of #c20125 color hex is 0.00, 0.99, 0.81, 0.24. Web safe color of #c20125 is #cc0033. Color #c20125 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000001 00100101
Octal 302 1 45
Decimal 194 1 37
Hex C2 1 25

RGB Percentages of Color #c20125

%83.62
%0.43
%15.95

CMYK Percentages of Color #c20125

%0
%99
%81
%24

Triadic Colors of #c20125

#c20125 #25c201 #0125c2

Analogous Colors of #c20125

#c20125 #c23e01 #c20186

Monochromatic Colors of #c20125

#c20125

Complementary Color

#c20125 #01c29e

#c20125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20125 Color CSS Codes

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

#c20125 Text Font Color

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

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


#c20125 Background Color

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

This div background color is #c20125


#c20125 Border Color

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

This div border color is #c20125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20125


Comments

No comments written yet.

Please login to write comment.