Color Hex Logo

#c73521 Color Hex

#C73521
(199,53,33)
0 Favorites   0 Comments

Color spaces of #c73521

RGB 1995333
HSL0.020.720.45
HSV83°78°
CMYK 0.000.730.83   0.22
XYZ25.100814.79812.9722
Yxy14.79810.58550.3452
Hunter Lab38.468349.152822.3468
CIE-Lab45.356456.321945.5676

#c73521 color RGB value is (199,53,33).

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

The process color (four color CMYK) of #c73521 color hex is 0.00, 0.73, 0.83, 0.22. Web safe color of #c73521 is #cc3333. Color #c73521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110101 00100001
Octal 307 65 41
Decimal 199 53 33
Hex C7 35 21

RGB Percentages of Color #c73521

%69.82
%18.60
%11.58

CMYK Percentages of Color #c73521

%0
%73
%83
%22

Triadic Colors of #c73521

#c73521 #21c735 #3521c7

Analogous Colors of #c73521

#c73521 #c78821 #c72160

Monochromatic Colors of #c73521

#c73521

Complementary Color

#c73521 #21b3c7

#c73521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c73521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c73521 Color CSS Codes

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

#c73521 Text Font Color

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

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


#c73521 Background Color

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

This div background color is #c73521


#c73521 Border Color

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

This div border color is #c73521


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,53,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c73521


Comments

No comments written yet.

Please login to write comment.