color codes Logo

#c1091f color codes

#C1091F
(193,9,31)
0 Favorites   0 Comments

Color spaces of #c1091f

RGB 193931
HSL0.980.910.40
HSV353°95°76°
CMYK 0.000.950.84   0.24
XYZ22.337311.63182.3642
Yxy11.63180.61480.3201
Hunter Lab34.105457.223819.7638
CIE-Lab40.624864.483541.8328

#c1091f color RGB value is (193,9,31).

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

The process color (four color CMYK) of #c1091f color code is 0.00, 0.95, 0.84, 0.24. Web safe color of #c1091f is #cc0033. Color #c1091f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001001 00011111
Octal 301 11 37
Decimal 193 9 31
Hex C1 9 1F

RGB Percentages of Color #c1091f

%82.83
%3.86
%13.30

CMYK Percentages of Color #c1091f

%0
%95
%84
%24

Triadic Colors of #c1091f

#c1091f #1fc109 #091fc1

Analogous Colors of #c1091f

#c1091f #c14f09 #c1097b

Monochromatic Colors of #c1091f

#c1091f

Complementary Color

#c1091f #09c1ab

#c1091f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1091f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1091f Color CSS Codes

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

#c1091f Text Font Color

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

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


#c1091f Background Color

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

This div background color is #c1091f


#c1091f Border Color

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

This div border color is #c1091f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1091f


Comments

No comments written yet.

Please login to write comment.