Color Hex Logo

#c1431f Color Hex

#C1431F
(193,67,31)
0 Favorites   0 Comments

Color spaces of #c1431f

RGB 1936731
HSL0.040.720.44
HSV13°84°76°
CMYK 0.000.650.84   0.24
XYZ24.246815.45073.0007
Yxy15.45070.56790.3619
Hunter Lab39.307441.320022.9890
CIE-Lab46.245448.809946.9085

#c1431f color RGB value is (193,67,31).

#c1431f hex color red value is 193, green value is 67 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c1431f hue: 0.04 , saturation: 0.72 and the lightness value of c1431f is 0.44.

The process color (four color CMYK) of #c1431f color hex is 0.00, 0.65, 0.84, 0.24. Web safe color of #c1431f is #cc3333. Color #c1431f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000011 00011111
Octal 301 103 37
Decimal 193 67 31
Hex C1 43 1F

RGB Percentages of Color #c1431f

%66.32
%23.02
%10.65

CMYK Percentages of Color #c1431f

%0
%65
%84
%24

Triadic Colors of #c1431f

#c1431f #1fc143 #431fc1

Analogous Colors of #c1431f

#c1431f #c1941f #c11f4c

Monochromatic Colors of #c1431f

#c1431f

Complementary Color

#c1431f #1f9dc1

#c1431f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1431f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1431f Color CSS Codes

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

#c1431f Text Font Color

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

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


#c1431f Background Color

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

This div background color is #c1431f


#c1431f Border Color

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

This div border color is #c1431f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1431f


Comments

No comments written yet.

Please login to write comment.