Color Hex Logo

#c1390d Color Hex

#C1390D
(193,57,13)
0 Favorites   0 Comments

Color spaces of #c1390d

RGB 1935713
HSL0.040.870.40
HSV15°93°76°
CMYK 0.000.700.93   0.24
XYZ23.528114.29281.8995
Yxy14.29280.59230.3598
Hunter Lab37.805844.927623.4851
CIE-Lab44.649952.522352.6981

#c1390d color RGB value is (193,57,13).

#c1390d hex color red value is 193, green value is 57 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c1390d hue: 0.04 , saturation: 0.87 and the lightness value of c1390d is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111001 00001101
Octal 301 71 15
Decimal 193 57 13
Hex C1 39 D

RGB Percentages of Color #c1390d

%73.38
%21.67
%4.94

CMYK Percentages of Color #c1390d

%0
%70
%93
%24

Triadic Colors of #c1390d

#c1390d #0dc139 #390dc1

Analogous Colors of #c1390d

#c1390d #c1930d #c10d3b

Monochromatic Colors of #c1390d

#c1390d

Complementary Color

#c1390d #0d95c1

#c1390d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1390d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1390d Color CSS Codes

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

#c1390d Text Font Color

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

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


#c1390d Background Color

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

This div background color is #c1390d


#c1390d Border Color

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

This div border color is #c1390d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1390d


Comments

No comments written yet.

Please login to write comment.