Color Hex Logo

#c1500d Color Hex

#C1500D
(193,80,13)
0 Favorites   0 Comments

Color spaces of #c1500d

RGB 1938013
HSL0.060.870.40
HSV22°93°76°
CMYK 0.000.590.93   0.24
XYZ24.933617.10382.3680
Yxy17.10380.56150.3852
Hunter Lab41.356735.241725.5549
CIE-Lab48.390642.529855.1921

#c1500d color RGB value is (193,80,13).

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

The process color (four color CMYK) of #c1500d color hex is 0.00, 0.59, 0.93, 0.24. Web safe color of #c1500d is #cc6600. Color #c1500d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010000 00001101
Octal 301 120 15
Decimal 193 80 13
Hex C1 50 D

RGB Percentages of Color #c1500d

%67.48
%27.97
%4.55

CMYK Percentages of Color #c1500d

%0
%59
%93
%24

Triadic Colors of #c1500d

#c1500d #0dc150 #500dc1

Analogous Colors of #c1500d

#c1500d #c1aa0d #c10d24

Monochromatic Colors of #c1500d

#c1500d

Complementary Color

#c1500d #0d7ec1

#c1500d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1500d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1500d Color CSS Codes

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

#c1500d Text Font Color

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

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


#c1500d Background Color

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

This div background color is #c1500d


#c1500d Border Color

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

This div border color is #c1500d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1500d


Comments

No comments written yet.

Please login to write comment.