Color Hex Logo

#c1100d Color Hex

#C1100D
(193,16,13)
0 Favorites   0 Comments

Color spaces of #c1100d

RGB 1931613
HSL0.000.870.40
HSV93°76°
CMYK 0.000.920.93   0.24
XYZ22.250311.73711.4735
Yxy11.73710.62750.3310
Hunter Lab34.259555.975421.4316
CIE-Lab40.795263.348150.2621

#c1100d color RGB value is (193,16,13).

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

The process color (four color CMYK) of #c1100d color hex is 0.00, 0.92, 0.93, 0.24. Web safe color of #c1100d is #cc0000. Color #c1100d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010000 00001101
Octal 301 20 15
Decimal 193 16 13
Hex C1 10 D

RGB Percentages of Color #c1100d

%86.94
%7.21
%5.86

CMYK Percentages of Color #c1100d

%0
%92
%93
%24

Triadic Colors of #c1100d

#c1100d #0dc110 #100dc1

Analogous Colors of #c1100d

#c1100d #c16a0d #c10d64

Monochromatic Colors of #c1100d

#c1100d

Complementary Color

#c1100d #0dbec1

#c1100d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1100d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1100d Color CSS Codes

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

#c1100d Text Font Color

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

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


#c1100d Background Color

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

This div background color is #c1100d


#c1100d Border Color

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

This div border color is #c1100d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1100d


Comments

No comments written yet.

Please login to write comment.