Color Hex Logo

#c14431 Color Hex

#C14431
(193,68,49)
0 Favorites   0 Comments

Color spaces of #c14431

RGB 1936849
HSL0.020.600.47
HSV75°76°
CMYK 0.000.650.75   0.24
XYZ24.613815.69354.6376
Yxy15.69350.54760.3492
Hunter Lab39.615041.580220.7896
CIE-Lab46.569849.003738.0330

#c14431 color RGB value is (193,68,49).

#c14431 hex color red value is 193, green value is 68 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #c14431 hue: 0.02 , saturation: 0.60 and the lightness value of c14431 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000100 00110001
Octal 301 104 61
Decimal 193 68 49
Hex C1 44 31

RGB Percentages of Color #c14431

%62.26
%21.94
%15.81

CMYK Percentages of Color #c14431

%0
%65
%75
%24

Triadic Colors of #c14431

#c14431 #31c144 #4431c1

Analogous Colors of #c14431

#c14431 #c18c31 #c13166

Monochromatic Colors of #c14431

#c14431

Complementary Color

#c14431 #31aec1

#c14431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14431 Color CSS Codes

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

#c14431 Text Font Color

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

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


#c14431 Background Color

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

This div background color is #c14431


#c14431 Border Color

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

This div border color is #c14431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14431

#c14431 Color Palettes


Comments

No comments written yet.

Please login to write comment.