Color Hex Logo

#c4412c Color Hex

#C4412C
(196,65,44)
0 Favorites   0 Comments

Color spaces of #c4412c

RGB 1966544
HSL0.020.630.47
HSV78°77°
CMYK 0.000.670.78   0.23
XYZ25.109915.69824.0895
Yxy15.69820.55930.3496
Hunter Lab39.621043.788221.6150
CIE-Lab46.576051.103740.9115

#c4412c color RGB value is (196,65,44).

#c4412c hex color red value is 196, green value is 65 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #c4412c hue: 0.02 , saturation: 0.63 and the lightness value of c4412c is 0.47.

The process color (four color CMYK) of #c4412c color hex is 0.00, 0.67, 0.78, 0.23. Web safe color of #c4412c is #cc3333. Color #c4412c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000001 00101100
Octal 304 101 54
Decimal 196 65 44
Hex C4 41 2C

RGB Percentages of Color #c4412c

%64.26
%21.31
%14.43

CMYK Percentages of Color #c4412c

%0
%67
%78
%23

Triadic Colors of #c4412c

#c4412c #2cc441 #412cc4

Analogous Colors of #c4412c

#c4412c #c48d2c #c42c63

Monochromatic Colors of #c4412c

#c4412c

Complementary Color

#c4412c #2cafc4

#c4412c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4412c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4412c Color CSS Codes

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

#c4412c Text Font Color

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

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


#c4412c Background Color

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

This div background color is #c4412c


#c4412c Border Color

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

This div border color is #c4412c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4412c


Comments

No comments written yet.

Please login to write comment.