Color Hex Logo

#c1092f Color Hex

#C1092F
(193,9,47)
0 Favorites   0 Comments

Color spaces of #c1092f

RGB 193947
HSL0.970.910.40
HSV348°95°76°
CMYK 0.000.950.76   0.24
XYZ22.603111.73813.7637
Yxy11.73810.59320.3080
Hunter Lab34.260957.806017.4694
CIE-Lab40.796864.961332.7754

#c1092f color RGB value is (193,9,47).

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

The process color (four color CMYK) of #c1092f color hex is 0.00, 0.95, 0.76, 0.24. Web safe color of #c1092f is #cc0033. Color #c1092f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001001 00101111
Octal 301 11 57
Decimal 193 9 47
Hex C1 9 2F

RGB Percentages of Color #c1092f

%77.51
%3.61
%18.88

CMYK Percentages of Color #c1092f

%0
%95
%76
%24

Triadic Colors of #c1092f

#c1092f #2fc109 #092fc1

Analogous Colors of #c1092f

#c1092f #c13f09 #c1098b

Monochromatic Colors of #c1092f

#c1092f

Complementary Color

#c1092f #09c19b

#c1092f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1092f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1092f Color CSS Codes

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

#c1092f Text Font Color

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

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


#c1092f Background Color

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

This div background color is #c1092f


#c1092f Border Color

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

This div border color is #c1092f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1092f


Comments

No comments written yet.

Please login to write comment.