Color Hex Logo

#c3351e Color Hex

#C3351E
(195,53,30)
0 Favorites   0 Comments

Color spaces of #c3351e

RGB 1955330
HSL0.020.730.44
HSV85°76°
CMYK 0.000.730.85   0.24
XYZ24.013114.24202.7117
Yxy14.24200.58620.3476
Hunter Lab37.738647.537322.1567
CIE-Lab44.578054.974946.0389

#c3351e color RGB value is (195,53,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110101 00011110
Octal 303 65 36
Decimal 195 53 30
Hex C3 35 1E

RGB Percentages of Color #c3351e

%70.14
%19.06
%10.79

CMYK Percentages of Color #c3351e

%0
%73
%85
%24

Triadic Colors of #c3351e

#c3351e #1ec335 #351ec3

Analogous Colors of #c3351e

#c3351e #c3881e #c31e5a

Monochromatic Colors of #c3351e

#c3351e

Complementary Color

#c3351e #1eacc3

#c3351e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3351e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3351e Color CSS Codes

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

#c3351e Text Font Color

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

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


#c3351e Background Color

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

This div background color is #c3351e


#c3351e Border Color

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

This div border color is #c3351e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,53,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 #c3351e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3351e


Comments

No comments written yet.

Please login to write comment.