Color Hex Logo

#c1440c Color Hex

#C1440C
(193,68,12)
0 Favorites   0 Comments

Color spaces of #c1440c

RGB 1936812
HSL0.050.880.40
HSV19°94°76°
CMYK 0.000.650.94   0.24
XYZ24.125815.49822.0677
Yxy15.49820.57870.3717
Hunter Lab39.367840.496924.4434
CIE-Lab46.309148.006854.0708

#c1440c color RGB value is (193,68,12).

#c1440c hex color red value is 193, green value is 68 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #c1440c hue: 0.05 , saturation: 0.88 and the lightness value of c1440c is 0.40.

The process color (four color CMYK) of #c1440c color hex is 0.00, 0.65, 0.94, 0.24. Web safe color of #c1440c is #cc3300. Color #c1440c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000100 00001100
Octal 301 104 14
Decimal 193 68 12
Hex C1 44 C

RGB Percentages of Color #c1440c

%70.70
%24.91
%4.40

CMYK Percentages of Color #c1440c

%0
%65
%94
%24

Triadic Colors of #c1440c

#c1440c #0cc144 #440cc1

Analogous Colors of #c1440c

#c1440c #c19f0c #c10c2f

Monochromatic Colors of #c1440c

#c1440c

Complementary Color

#c1440c #0c89c1

#c1440c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1440c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1440c Color CSS Codes

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

#c1440c Text Font Color

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

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


#c1440c Background Color

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

This div background color is #c1440c


#c1440c Border Color

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

This div border color is #c1440c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1440c


Comments

No comments written yet.

Please login to write comment.