Color Hex Logo

#c20925 Color Hex

#C20925
(194,9,37)
0 Favorites   0 Comments

Color spaces of #c20925

RGB 194937
HSL0.970.910.40
HSV351°95°76°
CMYK 0.000.950.81   0.24
XYZ22.679811.79832.8322
Yxy11.79830.60790.3162
Hunter Lab34.348757.750219.1553
CIE-Lab40.893764.893538.8341

#c20925 color RGB value is (194,9,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001001 00100101
Octal 302 11 45
Decimal 194 9 37
Hex C2 9 25

RGB Percentages of Color #c20925

%80.83
%3.75
%15.42

CMYK Percentages of Color #c20925

%0
%95
%81
%24

Triadic Colors of #c20925

#c20925 #25c209 #0925c2

Analogous Colors of #c20925

#c20925 #c24a09 #c20982

Monochromatic Colors of #c20925

#c20925

Complementary Color

#c20925 #09c2a6

#c20925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20925 Color CSS Codes

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

#c20925 Text Font Color

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

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


#c20925 Background Color

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

This div background color is #c20925


#c20925 Border Color

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

This div border color is #c20925


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,9,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 #c20925">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20925


Comments

No comments written yet.

Please login to write comment.