Color Hex Logo

#c13c0e Color Hex

#C13C0E
(193,60,14)
0 Favorites   0 Comments

Color spaces of #c13c0e

RGB 1936014
HSL0.040.860.41
HSV15°93°76°
CMYK 0.000.690.93   0.24
XYZ23.687414.60091.9852
Yxy14.60090.58820.3625
Hunter Lab38.211143.784223.6675
CIE-Lab45.082651.364152.6755

#c13c0e color RGB value is (193,60,14).

#c13c0e hex color red value is 193, green value is 60 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c13c0e hue: 0.04 , saturation: 0.86 and the lightness value of c13c0e is 0.41.

The process color (four color CMYK) of #c13c0e color hex is 0.00, 0.69, 0.93, 0.24. Web safe color of #c13c0e is #cc3300. Color #c13c0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111100 00001110
Octal 301 74 16
Decimal 193 60 14
Hex C1 3C E

RGB Percentages of Color #c13c0e

%72.28
%22.47
%5.24

CMYK Percentages of Color #c13c0e

%0
%69
%93
%24

Triadic Colors of #c13c0e

#c13c0e #0ec13c #3c0ec1

Analogous Colors of #c13c0e

#c13c0e #c1960e #c10e3a

Monochromatic Colors of #c13c0e

#c13c0e

Complementary Color

#c13c0e #0e93c1

#c13c0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13c0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13c0e Color CSS Codes

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

#c13c0e Text Font Color

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

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


#c13c0e Background Color

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

This div background color is #c13c0e


#c13c0e Border Color

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

This div border color is #c13c0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13c0e


Comments

No comments written yet.

Please login to write comment.