Color Hex Logo

#c3491d Color Hex

#C3491D
(195,73,29)
0 Favorites   0 Comments

Color spaces of #c3491d

RGB 1957329
HSL0.040.740.44
HSV16°85°76°
CMYK 0.000.630.85   0.24
XYZ25.110016.45593.0153
Yxy16.45590.56320.3691
Hunter Lab40.565939.500023.9890
CIE-Lab47.567046.832649.0893

#c3491d color RGB value is (195,73,29).

#c3491d hex color red value is 195, green value is 73 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #c3491d hue: 0.04 , saturation: 0.74 and the lightness value of c3491d is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001001 00011101
Octal 303 111 35
Decimal 195 73 29
Hex C3 49 1D

RGB Percentages of Color #c3491d

%65.66
%24.58
%9.76

CMYK Percentages of Color #c3491d

%0
%63
%85
%24

Triadic Colors of #c3491d

#c3491d #1dc349 #491dc3

Analogous Colors of #c3491d

#c3491d #c39c1d #c31d44

Monochromatic Colors of #c3491d

#c3491d

Complementary Color

#c3491d #1d97c3

#c3491d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3491d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3491d Color CSS Codes

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

#c3491d Text Font Color

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

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


#c3491d Background Color

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

This div background color is #c3491d


#c3491d Border Color

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

This div border color is #c3491d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3491d


Comments

No comments written yet.

Please login to write comment.