Color Hex Logo

#c1401c Color Hex

#C1401C
(193,64,28)
0 Favorites   0 Comments

Color spaces of #c1401c

RGB 1936428
HSL0.040.750.43
HSV13°85°76°
CMYK 0.000.670.85   0.24
XYZ24.035315.08812.7441
Yxy15.08810.57410.3604
Hunter Lab38.843442.475323.0018
CIE-Lab45.754650.000647.8358

#c1401c color RGB value is (193,64,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000000 00011100
Octal 301 100 34
Decimal 193 64 28
Hex C1 40 1C

RGB Percentages of Color #c1401c

%67.72
%22.46
%9.82

CMYK Percentages of Color #c1401c

%0
%67
%85
%24

Triadic Colors of #c1401c

#c1401c #1cc140 #401cc1

Analogous Colors of #c1401c

#c1401c #c1931c #c11c4a

Monochromatic Colors of #c1401c

#c1401c

Complementary Color

#c1401c #1c9dc1

#c1401c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1401c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1401c Color CSS Codes

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

#c1401c Text Font Color

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

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


#c1401c Background Color

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

This div background color is #c1401c


#c1401c Border Color

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

This div border color is #c1401c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,64,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 #c1401c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1401c


Comments

No comments written yet.

Please login to write comment.