Color Hex Logo

#c1090e Color Hex

#C1090E
(193,9,14)
0 Favorites   0 Comments

Color spaces of #c1090e

RGB 193914
HSL1.000.910.40
HSV358°95°76°
CMYK 0.000.950.93   0.24
XYZ22.169311.56451.4792
Yxy11.56450.62960.3284
Hunter Lab34.006656.854621.2257
CIE-Lab40.515464.179649.7183

#c1090e color RGB value is (193,9,14).

#c1090e hex color red value is 193, green value is 9 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c1090e hue: 1.00 , saturation: 0.91 and the lightness value of c1090e is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001001 00001110
Octal 301 11 16
Decimal 193 9 14
Hex C1 9 E

RGB Percentages of Color #c1090e

%89.35
%4.17
%6.48

CMYK Percentages of Color #c1090e

%0
%95
%93
%24

Triadic Colors of #c1090e

#c1090e #0ec109 #090ec1

Analogous Colors of #c1090e

#c1090e #c16009 #c1096a

Monochromatic Colors of #c1090e

#c1090e

Complementary Color

#c1090e #09c1bc

#c1090e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1090e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1090e Color CSS Codes

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

#c1090e Text Font Color

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

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


#c1090e Background Color

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

This div background color is #c1090e


#c1090e Border Color

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

This div border color is #c1090e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1090e


Comments

No comments written yet.

Please login to write comment.