Color Hex Logo

#c0741c Color Hex

#C0741C
(192,116,28)
0 Favorites   0 Comments

Color spaces of #c0741c

RGB 19211628
HSL0.090.750.43
HSV32°85°75°
CMYK 0.000.400.85   0.25
XYZ28.193223.78114.2029
Yxy23.78110.50190.4233
Hunter Lab48.765917.856629.0262
CIE-Lab55.868023.680456.3186

#c0741c color RGB value is (192,116,28).

#c0741c hex color red value is 192, green value is 116 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #c0741c hue: 0.09 , saturation: 0.75 and the lightness value of c0741c is 0.43.

The process color (four color CMYK) of #c0741c color hex is 0.00, 0.40, 0.85, 0.25. Web safe color of #c0741c is #cc6633. Color #c0741c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110100 00011100
Octal 300 164 34
Decimal 192 116 28
Hex C0 74 1C

RGB Percentages of Color #c0741c

%57.14
%34.52
%8.33

CMYK Percentages of Color #c0741c

%0
%40
%85
%25

Triadic Colors of #c0741c

#c0741c #1cc074 #741cc0

Analogous Colors of #c0741c

#c0741c #bac01c #c0221c

Monochromatic Colors of #c0741c

#c0741c

Complementary Color

#c0741c #1c68c0

#c0741c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0741c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0741c Color CSS Codes

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

#c0741c Text Font Color

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

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


#c0741c Background Color

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

This div background color is #c0741c


#c0741c Border Color

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

This div border color is #c0741c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,116,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0741c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0741c;
  -webkit-box-shadow: 1px 1px 3px 2px #c0741c;
  box-shadow:         1px 1px 3px 2px #c0741c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,116,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0741c


Comments

No comments written yet.

Please login to write comment.