color codes Logo

#c5392c color codes

#C5392C
(197,57,44)
0 Favorites   0 Comments

Color spaces of #c5392c

RGB 1975744
HSL0.010.630.47
HSV78°77°
CMYK 0.000.710.78   0.23
XYZ24.943714.97843.9593
Yxy14.97840.56840.3413
Hunter Lab38.701947.316221.0258
CIE-Lab45.604654.581539.9551

#c5392c color RGB value is (197,57,44).

#c5392c hex color red value is 197, green value is 57 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #c5392c hue: 0.01 , saturation: 0.63 and the lightness value of c5392c is 0.47.

The process color (four color CMYK) of #c5392c color code is 0.00, 0.71, 0.78, 0.23. Web safe color of #c5392c is #cc3333. Color #c5392c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111001 00101100
Octal 305 71 54
Decimal 197 57 44
Hex C5 39 2C

RGB Percentages of Color #c5392c

%66.11
%19.13
%14.77

CMYK Percentages of Color #c5392c

%0
%71
%78
%23

Triadic Colors of #c5392c

#c5392c #2cc539 #392cc5

Analogous Colors of #c5392c

#c5392c #c5862c #c52c6c

Monochromatic Colors of #c5392c

#c5392c

Complementary Color

#c5392c #2cb8c5

#c5392c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5392c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5392c Color CSS Codes

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

#c5392c Text Font Color

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

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


#c5392c Background Color

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

This div background color is #c5392c


#c5392c Border Color

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

This div border color is #c5392c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5392c


Comments

No comments written yet.

Please login to write comment.