Color Hex Logo

#c60501 Color Hex

#C60501
(198,5,1)
0 Favorites   0 Comments

Color spaces of #c60501

RGB 19851
HSL0.000.990.39
HSV99°78°
CMYK 0.000.970.99   0.22
XYZ23.348512.11651.1368
Yxy12.11650.63790.3310
Hunter Lab34.808858.816222.4298
CIE-Lab41.400765.726955.2543

#c60501 color RGB value is (198,5,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000101 00000001
Octal 306 5 1
Decimal 198 5 1
Hex C6 5 1

RGB Percentages of Color #c60501

%97.06
%2.45
%0.49

CMYK Percentages of Color #c60501

%0
%97
%99
%22

Triadic Colors of #c60501

#c60501 #01c605 #0501c6

Analogous Colors of #c60501

#c60501 #c66801 #c6015f

Monochromatic Colors of #c60501

#c60501

Complementary Color

#c60501 #01c2c6

#c60501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60501 Color CSS Codes

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

#c60501 Text Font Color

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

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


#c60501 Background Color

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

This div background color is #c60501


#c60501 Border Color

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

This div border color is #c60501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60501


Comments

No comments written yet.

Please login to write comment.