color codes Logo

#c4390c color codes

#C4390C
(196,57,12)
0 Favorites   0 Comments

Color spaces of #c4390c

RGB 1965712
HSL0.040.880.41
HSV15°94°77°
CMYK 0.000.710.94   0.23
XYZ24.294414.68861.9025
Yxy14.68860.59420.3593
Hunter Lab38.325746.079923.8848
CIE-Lab45.204753.503153.6272

#c4390c color RGB value is (196,57,12).

#c4390c hex color red value is 196, green value is 57 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #c4390c hue: 0.04 , saturation: 0.88 and the lightness value of c4390c is 0.41.

The process color (four color CMYK) of #c4390c color code is 0.00, 0.71, 0.94, 0.23. Web safe color of #c4390c is #cc3300. Color #c4390c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111001 00001100
Octal 304 71 14
Decimal 196 57 12
Hex C4 39 C

RGB Percentages of Color #c4390c

%73.96
%21.51
%4.53

CMYK Percentages of Color #c4390c

%0
%71
%94
%23

Triadic Colors of #c4390c

#c4390c #0cc439 #390cc4

Analogous Colors of #c4390c

#c4390c #c4950c #c40c3b

Monochromatic Colors of #c4390c

#c4390c

Complementary Color

#c4390c #0c97c4

#c4390c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4390c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4390c Color CSS Codes

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

#c4390c Text Font Color

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

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


#c4390c Background Color

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

This div background color is #c4390c


#c4390c Border Color

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

This div border color is #c4390c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4390c


Comments

No comments written yet.

Please login to write comment.