Color Hex Logo

#c1452a Color Hex

#C1452A
(193,69,42)
0 Favorites   0 Comments

Color spaces of #c1452a

RGB 1936942
HSL0.030.640.46
HSV11°78°76°
CMYK 0.000.640.78   0.24
XYZ24.538415.76093.9393
Yxy15.76090.55470.3563
Hunter Lab39.700040.855121.9068
CIE-Lab46.659248.292441.8852

#c1452a color RGB value is (193,69,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000101 00101010
Octal 301 105 52
Decimal 193 69 42
Hex C1 45 2A

RGB Percentages of Color #c1452a

%63.49
%22.70
%13.82

CMYK Percentages of Color #c1452a

%0
%64
%78
%24

Triadic Colors of #c1452a

#c1452a #2ac145 #452ac1

Analogous Colors of #c1452a

#c1452a #c1912a #c12a5b

Monochromatic Colors of #c1452a

#c1452a

Complementary Color

#c1452a #2aa6c1

#c1452a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1452a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1452a Color CSS Codes

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

#c1452a Text Font Color

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

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


#c1452a Background Color

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

This div background color is #c1452a


#c1452a Border Color

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

This div border color is #c1452a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1452a


Comments

No comments written yet.

Please login to write comment.