Color Hex Logo

#c20619 Color Hex

#C20619
(194,6,25)
0 Favorites   0 Comments

Color spaces of #c20619

RGB 194625
HSL0.980.940.39
HSV354°97°76°
CMYK 0.000.970.87   0.24
XYZ22.488711.66981.9869
Yxy11.66980.62220.3229
Hunter Lab34.161157.727020.4643
CIE-Lab40.686464.913545.0808

#c20619 color RGB value is (194,6,25).

#c20619 hex color red value is 194, green value is 6 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #c20619 hue: 0.98 , saturation: 0.94 and the lightness value of c20619 is 0.39.

The process color (four color CMYK) of #c20619 color hex is 0.00, 0.97, 0.87, 0.24. Web safe color of #c20619 is #cc0000. Color #c20619 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000110 00011001
Octal 302 6 31
Decimal 194 6 25
Hex C2 6 19

RGB Percentages of Color #c20619

%86.22
%2.67
%11.11

CMYK Percentages of Color #c20619

%0
%97
%87
%24

Triadic Colors of #c20619

#c20619 #19c206 #0619c2

Analogous Colors of #c20619

#c20619 #c25106 #c20677

Monochromatic Colors of #c20619

#c20619

Complementary Color

#c20619 #06c2af

#c20619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20619 Color CSS Codes

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

#c20619 Text Font Color

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

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


#c20619 Background Color

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

This div background color is #c20619


#c20619 Border Color

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

This div border color is #c20619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20619


Comments

No comments written yet.

Please login to write comment.