Color Hex Logo

#c44113 Color Hex

#C44113
(196,65,19)
0 Favorites   0 Comments

Color spaces of #c44113

RGB 1966519
HSL0.040.820.42
HSV16°90°77°
CMYK 0.000.670.90   0.23
XYZ24.772815.56342.3145
Yxy15.56340.58080.3649
Hunter Lab39.450543.050224.1369
CIE-Lab46.396450.435852.1775

#c44113 color RGB value is (196,65,19).

#c44113 hex color red value is 196, green value is 65 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #c44113 hue: 0.04 , saturation: 0.82 and the lightness value of c44113 is 0.42.

The process color (four color CMYK) of #c44113 color hex is 0.00, 0.67, 0.90, 0.23. Web safe color of #c44113 is #cc3300. Color #c44113 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000001 00010011
Octal 304 101 23
Decimal 196 65 19
Hex C4 41 13

RGB Percentages of Color #c44113

%70.00
%23.21
%6.79

CMYK Percentages of Color #c44113

%0
%67
%90
%23

Triadic Colors of #c44113

#c44113 #13c441 #4113c4

Analogous Colors of #c44113

#c44113 #c49a13 #c4133e

Monochromatic Colors of #c44113

#c44113

Complementary Color

#c44113 #1396c4

#c44113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44113 Color CSS Codes

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

#c44113 Text Font Color

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

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


#c44113 Background Color

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

This div background color is #c44113


#c44113 Border Color

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

This div border color is #c44113


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,65,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c44113; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c44113;
  -webkit-box-shadow: 1px 1px 3px 2px #c44113;
  box-shadow:         1px 1px 3px 2px #c44113; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,65,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44113


Comments

No comments written yet.

Please login to write comment.