Color Hex Logo

#c1423b Color Hex

#C1423B
(193,66,59)
0 Favorites   0 Comments

Color spaces of #c1423b

RGB 1936659
HSL0.010.530.49
HSV69°76°
CMYK 0.000.660.69   0.24
XYZ24.730015.54975.8356
Yxy15.54970.53630.3372
Hunter Lab39.433142.936218.8290
CIE-Lab46.378150.330732.1425

#c1423b color RGB value is (193,66,59).

#c1423b hex color red value is 193, green value is 66 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c1423b hue: 0.01 , saturation: 0.53 and the lightness value of c1423b is 0.49.

The process color (four color CMYK) of #c1423b color hex is 0.00, 0.66, 0.69, 0.24. Web safe color of #c1423b is #cc3333. Color #c1423b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000010 00111011
Octal 301 102 73
Decimal 193 66 59
Hex C1 42 3B

RGB Percentages of Color #c1423b

%60.69
%20.75
%18.55

CMYK Percentages of Color #c1423b

%0
%66
%69
%24

Triadic Colors of #c1423b

#c1423b #3bc142 #423bc1

Analogous Colors of #c1423b

#c1423b #c1853b #c13b77

Monochromatic Colors of #c1423b

#c1423b

Complementary Color

#c1423b #3bbac1

#c1423b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1423b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1423b Color CSS Codes

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

#c1423b Text Font Color

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

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


#c1423b Background Color

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

This div background color is #c1423b


#c1423b Border Color

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

This div border color is #c1423b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1423b

#c1423b Color Palettes


Comments

No comments written yet.

Please login to write comment.