Color Hex Logo

#c1443c Color Hex

#C1443C
(193,68,60)
0 Favorites   0 Comments

Color spaces of #c1443c

RGB 1936860
HSL0.010.530.50
HSV69°76°
CMYK 0.000.650.69   0.24
XYZ24.875115.79796.0132
Yxy15.79790.53280.3384
Hunter Lab39.746642.156418.8527
CIE-Lab46.708249.530831.9544

#c1443c color RGB value is (193,68,60).

#c1443c hex color red value is 193, green value is 68 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #c1443c hue: 0.01 , saturation: 0.53 and the lightness value of c1443c is 0.50.

The process color (four color CMYK) of #c1443c color hex is 0.00, 0.65, 0.69, 0.24. Web safe color of #c1443c is #cc3333. Color #c1443c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000100 00111100
Octal 301 104 74
Decimal 193 68 60
Hex C1 44 3C

RGB Percentages of Color #c1443c

%60.12
%21.18
%18.69

CMYK Percentages of Color #c1443c

%0
%65
%69
%24

Triadic Colors of #c1443c

#c1443c #3cc144 #443cc1

Analogous Colors of #c1443c

#c1443c #c1873c #c13c77

Monochromatic Colors of #c1443c

#c1443c

Complementary Color

#c1443c #3cb9c1

#c1443c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1443c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1443c Color CSS Codes

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

#c1443c Text Font Color

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

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


#c1443c Background Color

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

This div background color is #c1443c


#c1443c Border Color

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

This div border color is #c1443c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1443c


Comments

No comments written yet.

Please login to write comment.