Color Hex Logo

#c3390e Color Hex

#C3390E
(195,57,14)
0 Favorites   0 Comments

Color spaces of #c3390e

RGB 1955714
HSL0.040.870.41
HSV14°93°76°
CMYK 0.000.710.93   0.24
XYZ24.048114.56011.9584
Yxy14.56010.59280.3589
Hunter Lab38.157745.720023.6674
CIE-Lab45.025753.198752.8152

#c3390e color RGB value is (195,57,14).

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

The process color (four color CMYK) of #c3390e color hex is 0.00, 0.71, 0.93, 0.24. Web safe color of #c3390e is #cc3300. Color #c3390e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111001 00001110
Octal 303 71 16
Decimal 195 57 14
Hex C3 39 E

RGB Percentages of Color #c3390e

%73.31
%21.43
%5.26

CMYK Percentages of Color #c3390e

%0
%71
%93
%24

Triadic Colors of #c3390e

#c3390e #0ec339 #390ec3

Analogous Colors of #c3390e

#c3390e #c3940e #c30e3e

Monochromatic Colors of #c3390e

#c3390e

Complementary Color

#c3390e #0e98c3

#c3390e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3390e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3390e Color CSS Codes

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

#c3390e Text Font Color

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

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


#c3390e Background Color

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

This div background color is #c3390e


#c3390e Border Color

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

This div border color is #c3390e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3390e


Comments

No comments written yet.

Please login to write comment.