Color Hex Logo

#c7321f Color Hex

#C7321F
(199,50,31)
0 Favorites   0 Comments

Color spaces of #c7321f

RGB 1995031
HSL0.020.730.45
HSV84°78°
CMYK 0.000.750.84   0.22
XYZ24.941114.52222.7849
Yxy14.52220.59030.3437
Hunter Lab38.108050.136522.3427
CIE-Lab44.972757.294046.1985

#c7321f color RGB value is (199,50,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110010 00011111
Octal 307 62 37
Decimal 199 50 31
Hex C7 32 1F

RGB Percentages of Color #c7321f

%71.07
%17.86
%11.07

CMYK Percentages of Color #c7321f

%0
%75
%84
%22

Triadic Colors of #c7321f

#c7321f #1fc732 #321fc7

Analogous Colors of #c7321f

#c7321f #c7861f #c71f60

Monochromatic Colors of #c7321f

#c7321f

Complementary Color

#c7321f #1fb4c7

#c7321f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7321f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7321f Color CSS Codes

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

#c7321f Text Font Color

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

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


#c7321f Background Color

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

This div background color is #c7321f


#c7321f Border Color

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

This div border color is #c7321f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7321f


Comments

No comments written yet.

Please login to write comment.