Color Hex Logo

#c44312 Color Hex

#C44312
(196,67,18)
0 Favorites   0 Comments

Color spaces of #c44312

RGB 1966718
HSL0.050.830.42
HSV17°91°77°
CMYK 0.000.660.91   0.23
XYZ24.881315.79372.3094
Yxy15.79370.57880.3674
Hunter Lab39.741342.208424.3735
CIE-Lab46.702749.581352.7463

#c44312 color RGB value is (196,67,18).

#c44312 hex color red value is 196, green value is 67 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #c44312 hue: 0.05 , saturation: 0.83 and the lightness value of c44312 is 0.42.

The process color (four color CMYK) of #c44312 color hex is 0.00, 0.66, 0.91, 0.23. Web safe color of #c44312 is #cc3300. Color #c44312 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000011 00010010
Octal 304 103 22
Decimal 196 67 18
Hex C4 43 12

RGB Percentages of Color #c44312

%69.75
%23.84
%6.41

CMYK Percentages of Color #c44312

%0
%66
%91
%23

Triadic Colors of #c44312

#c44312 #12c443 #4312c4

Analogous Colors of #c44312

#c44312 #c49c12 #c4123a

Monochromatic Colors of #c44312

#c44312

Complementary Color

#c44312 #1293c4

#c44312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44312 Color CSS Codes

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

#c44312 Text Font Color

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

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


#c44312 Background Color

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

This div background color is #c44312


#c44312 Border Color

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

This div border color is #c44312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44312


Comments

No comments written yet.

Please login to write comment.