Color Hex Logo

#c3401e Color Hex

#C3401E
(195,64,30)
0 Favorites   0 Comments

Color spaces of #c3401e

RGB 1956430
HSL0.030.730.44
HSV12°85°76°
CMYK 0.000.670.85   0.24
XYZ24.573415.36262.8984
Yxy15.36260.57370.3587
Hunter Lab39.195243.319123.0522
CIE-Lab46.126950.738247.3986

#c3401e color RGB value is (195,64,30).

#c3401e hex color red value is 195, green value is 64 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c3401e hue: 0.03 , saturation: 0.73 and the lightness value of c3401e is 0.44.

The process color (four color CMYK) of #c3401e color hex is 0.00, 0.67, 0.85, 0.24. Web safe color of #c3401e is #cc3333. Color #c3401e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000000 00011110
Octal 303 100 36
Decimal 195 64 30
Hex C3 40 1E

RGB Percentages of Color #c3401e

%67.47
%22.15
%10.38

CMYK Percentages of Color #c3401e

%0
%67
%85
%24

Triadic Colors of #c3401e

#c3401e #1ec340 #401ec3

Analogous Colors of #c3401e

#c3401e #c3931e #c31e4e

Monochromatic Colors of #c3401e

#c3401e

Complementary Color

#c3401e #1ea1c3

#c3401e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3401e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3401e Color CSS Codes

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

#c3401e Text Font Color

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

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


#c3401e Background Color

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

This div background color is #c3401e


#c3401e Border Color

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

This div border color is #c3401e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3401e


Comments

No comments written yet.

Please login to write comment.