Color Hex Logo

#c60616 Color Hex

#C60616
(198,6,22)
0 Favorites   0 Comments

Color spaces of #c60616

RGB 198622
HSL0.990.940.40
HSV355°97°78°
CMYK 0.000.970.89   0.22
XYZ23.498612.19391.8742
Yxy12.19390.62550.3246
Hunter Lab34.919859.008621.2616
CIE-Lab41.522665.870747.5375

#c60616 color RGB value is (198,6,22).

#c60616 hex color red value is 198, green value is 6 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c60616 hue: 0.99 , saturation: 0.94 and the lightness value of c60616 is 0.40.

The process color (four color CMYK) of #c60616 color hex is 0.00, 0.97, 0.89, 0.22. Web safe color of #c60616 is #cc0000. Color #c60616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000110 00010110
Octal 306 6 26
Decimal 198 6 22
Hex C6 6 16

RGB Percentages of Color #c60616

%87.61
%2.65
%9.73

CMYK Percentages of Color #c60616

%0
%97
%89
%22

Triadic Colors of #c60616

#c60616 #16c606 #0616c6

Analogous Colors of #c60616

#c60616 #c65606 #c60676

Monochromatic Colors of #c60616

#c60616

Complementary Color

#c60616 #06c6b6

#c60616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60616 Color CSS Codes

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

#c60616 Text Font Color

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

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


#c60616 Background Color

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

This div background color is #c60616


#c60616 Border Color

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

This div border color is #c60616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60616


Comments

No comments written yet.

Please login to write comment.