Color Hex Logo

#c51603 Color Hex

#C51603
(197,22,3)
0 Favorites   0 Comments

Color spaces of #c51603

RGB 197223
HSL0.020.970.39
HSV98°77°
CMYK 0.000.890.98   0.23
XYZ23.329312.45071.2598
Yxy12.45070.62980.3361
Hunter Lab35.285556.266922.5831
CIE-Lab41.923663.386854.6331

#c51603 color RGB value is (197,22,3).

#c51603 hex color red value is 197, green value is 22 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #c51603 hue: 0.02 , saturation: 0.97 and the lightness value of c51603 is 0.39.

The process color (four color CMYK) of #c51603 color hex is 0.00, 0.89, 0.98, 0.23. Web safe color of #c51603 is #cc0000. Color #c51603 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010110 00000011
Octal 305 26 3
Decimal 197 22 3
Hex C5 16 3

RGB Percentages of Color #c51603

%88.74
%9.91
%1.35

CMYK Percentages of Color #c51603

%0
%89
%98
%23

Triadic Colors of #c51603

#c51603 #03c516 #1603c5

Analogous Colors of #c51603

#c51603 #c57703 #c50351

Monochromatic Colors of #c51603

#c51603

Complementary Color

#c51603 #03b2c5

#c51603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51603 Color CSS Codes

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

#c51603 Text Font Color

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

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


#c51603 Background Color

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

This div background color is #c51603


#c51603 Border Color

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

This div border color is #c51603


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51603


Comments

No comments written yet.

Please login to write comment.