Color Hex Logo

#c51702 Color Hex

#C51702
(197,23,2)
0 Favorites   0 Comments

Color spaces of #c51702

RGB 197232
HSL0.020.980.39
HSV99°77°
CMYK 0.000.880.99   0.23
XYZ23.343312.48751.2374
Yxy12.48750.62970.3369
Hunter Lab35.337756.072422.6602
CIE-Lab41.980763.203755.0011

#c51702 color RGB value is (197,23,2).

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

The process color (four color CMYK) of #c51702 color hex is 0.00, 0.88, 0.99, 0.23. Web safe color of #c51702 is #cc0000. Color #c51702 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010111 00000010
Octal 305 27 2
Decimal 197 23 2
Hex C5 17 2

RGB Percentages of Color #c51702

%88.74
%10.36
%0.90

CMYK Percentages of Color #c51702

%0
%88
%99
%23

Triadic Colors of #c51702

#c51702 #02c517 #1702c5

Analogous Colors of #c51702

#c51702 #c57902 #c5024e

Monochromatic Colors of #c51702

#c51702

Complementary Color

#c51702 #02b0c5

#c51702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51702 Color CSS Codes

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

#c51702 Text Font Color

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

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


#c51702 Background Color

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

This div background color is #c51702


#c51702 Border Color

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

This div border color is #c51702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51702


Comments

No comments written yet.

Please login to write comment.