Color Hex Logo

#c55f2f Color Hex

#C55F2F
(197,95,47)
0 Favorites   0 Comments

Color spaces of #c55f2f

RGB 1979547
HSL0.050.610.48
HSV19°76°77°
CMYK 0.000.520.76   0.23
XYZ27.631320.26005.1436
Yxy20.26000.52100.3820
Hunter Lab45.011130.807724.7325
CIE-Lab52.129937.562545.1663

#c55f2f color RGB value is (197,95,47).

#c55f2f hex color red value is 197, green value is 95 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c55f2f hue: 0.05 , saturation: 0.61 and the lightness value of c55f2f is 0.48.

The process color (four color CMYK) of #c55f2f color hex is 0.00, 0.52, 0.76, 0.23. Web safe color of #c55f2f is #cc6633. Color #c55f2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011111 00101111
Octal 305 137 57
Decimal 197 95 47
Hex C5 5F 2F

RGB Percentages of Color #c55f2f

%58.11
%28.02
%13.86

CMYK Percentages of Color #c55f2f

%0
%52
%76
%23

Triadic Colors of #c55f2f

#c55f2f #2fc55f #5f2fc5

Analogous Colors of #c55f2f

#c55f2f #c5aa2f #c52f4a

Monochromatic Colors of #c55f2f

#c55f2f

Complementary Color

#c55f2f #2f95c5

#c55f2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55f2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55f2f Color CSS Codes

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

#c55f2f Text Font Color

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

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


#c55f2f Background Color

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

This div background color is #c55f2f


#c55f2f Border Color

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

This div border color is #c55f2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,95,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c55f2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c55f2f;
  -webkit-box-shadow: 1px 1px 3px 2px #c55f2f;
  box-shadow:         1px 1px 3px 2px #c55f2f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,95,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55f2f


Comments

No comments written yet.

Please login to write comment.