Color Hex Logo

#c1371c Color Hex

#C1371C
(193,55,28)
0 Favorites   0 Comments

Color spaces of #c1371c

RGB 1935528
HSL0.030.750.43
HSV10°85°76°
CMYK 0.000.720.85   0.24
XYZ23.568114.15372.5884
Yxy14.15370.58470.3511
Hunter Lab37.621445.984722.2558
CIE-Lab44.452653.550946.7216

#c1371c color RGB value is (193,55,28).

#c1371c hex color red value is 193, green value is 55 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #c1371c hue: 0.03 , saturation: 0.75 and the lightness value of c1371c is 0.43.

The process color (four color CMYK) of #c1371c color hex is 0.00, 0.72, 0.85, 0.24. Web safe color of #c1371c is #cc3333. Color #c1371c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110111 00011100
Octal 301 67 34
Decimal 193 55 28
Hex C1 37 1C

RGB Percentages of Color #c1371c

%69.93
%19.93
%10.14

CMYK Percentages of Color #c1371c

%0
%72
%85
%24

Triadic Colors of #c1371c

#c1371c #1cc137 #371cc1

Analogous Colors of #c1371c

#c1371c #c18a1c #c11c53

Monochromatic Colors of #c1371c

#c1371c

Complementary Color

#c1371c #1ca6c1

#c1371c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1371c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1371c Color CSS Codes

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

#c1371c Text Font Color

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

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


#c1371c Background Color

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

This div background color is #c1371c


#c1371c Border Color

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

This div border color is #c1371c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,55,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1371c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1371c;
  -webkit-box-shadow: 1px 1px 3px 2px #c1371c;
  box-shadow:         1px 1px 3px 2px #c1371c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1371c


Comments

No comments written yet.

Please login to write comment.