Color Hex Logo

#c5321f Color Hex

#C5321F
(197,50,31)
0 Favorites   0 Comments

Color spaces of #c5321f

RGB 1975031
HSL0.020.730.45
HSV84°77°
CMYK 0.000.750.84   0.23
XYZ24.413914.25052.7602
Yxy14.25050.58940.3440
Hunter Lab37.749849.378922.0897
CIE-Lab44.590156.671845.7135

#c5321f color RGB value is (197,50,31).

#c5321f hex color red value is 197, green value is 50 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c5321f hue: 0.02 , saturation: 0.73 and the lightness value of c5321f is 0.45.

The process color (four color CMYK) of #c5321f color hex is 0.00, 0.75, 0.84, 0.23. Web safe color of #c5321f is #cc3333. Color #c5321f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110010 00011111
Octal 305 62 37
Decimal 197 50 31
Hex C5 32 1F

RGB Percentages of Color #c5321f

%70.86
%17.99
%11.15

CMYK Percentages of Color #c5321f

%0
%75
%84
%23

Triadic Colors of #c5321f

#c5321f #1fc532 #321fc5

Analogous Colors of #c5321f

#c5321f #c5851f #c51f5f

Monochromatic Colors of #c5321f

#c5321f

Complementary Color

#c5321f #1fb2c5

#c5321f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5321f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5321f Color CSS Codes

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

#c5321f Text Font Color

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

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


#c5321f Background Color

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

This div background color is #c5321f


#c5321f Border Color

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

This div border color is #c5321f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5321f


Comments

No comments written yet.

Please login to write comment.