Color Hex Logo

#c3373f Color Hex

#C3373F
(195,55,63)
0 Favorites   0 Comments

Color spaces of #c3373f

RGB 1955563
HSL0.990.560.49
HSV357°72°76°
CMYK 0.000.720.68   0.24
XYZ24.769114.69346.2333
Yxy14.69340.54200.3215
Hunter Lab38.332048.261017.1910
CIE-Lab45.211455.527828.4555

#c3373f color RGB value is (195,55,63).

#c3373f hex color red value is 195, green value is 55 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c3373f hue: 0.99 , saturation: 0.56 and the lightness value of c3373f is 0.49.

The process color (four color CMYK) of #c3373f color hex is 0.00, 0.72, 0.68, 0.24. Web safe color of #c3373f is #cc3333. Color #c3373f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110111 00111111
Octal 303 67 77
Decimal 195 55 63
Hex C3 37 3F

RGB Percentages of Color #c3373f

%62.30
%17.57
%20.13

CMYK Percentages of Color #c3373f

%0
%72
%68
%24

Triadic Colors of #c3373f

#c3373f #3fc337 #373fc3

Analogous Colors of #c3373f

#c3373f #c37537 #c33785

Monochromatic Colors of #c3373f

#c3373f

Complementary Color

#c3373f #37c3bb

#c3373f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3373f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3373f Color CSS Codes

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

#c3373f Text Font Color

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

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


#c3373f Background Color

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

This div background color is #c3373f


#c3373f Border Color

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

This div border color is #c3373f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3373f


Comments

No comments written yet.

Please login to write comment.