Color Hex Logo

#c1442a Color Hex

#C1442A
(193,68,42)
0 Favorites   0 Comments

Color spaces of #c1442a

RGB 1936842
HSL0.030.640.46
HSV10°78°76°
CMYK 0.000.650.78   0.24
XYZ24.477415.63893.9190
Yxy15.63890.55590.3551
Hunter Lab39.546041.278721.8066
CIE-Lab46.497148.727041.7195

#c1442a color RGB value is (193,68,42).

#c1442a hex color red value is 193, green value is 68 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c1442a hue: 0.03 , saturation: 0.64 and the lightness value of c1442a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000100 00101010
Octal 301 104 52
Decimal 193 68 42
Hex C1 44 2A

RGB Percentages of Color #c1442a

%63.70
%22.44
%13.86

CMYK Percentages of Color #c1442a

%0
%65
%78
%24

Triadic Colors of #c1442a

#c1442a #2ac144 #442ac1

Analogous Colors of #c1442a

#c1442a #c1902a #c12a5b

Monochromatic Colors of #c1442a

#c1442a

Complementary Color

#c1442a #2aa7c1

#c1442a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1442a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1442a Color CSS Codes

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

#c1442a Text Font Color

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

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


#c1442a Background Color

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

This div background color is #c1442a


#c1442a Border Color

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

This div border color is #c1442a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1442a


Comments

No comments written yet.

Please login to write comment.