Color Hex Logo

#c72320 Color Hex

#C72320
(199,35,32)
0 Favorites   0 Comments

Color spaces of #c72320

RGB 1993532
HSL0.000.720.45
HSV84°78°
CMYK 0.000.820.84   0.22
XYZ24.414913.44852.6755
Yxy13.44850.60230.3317
Hunter Lab36.672254.661921.3449
CIE-Lab43.431461.670444.3230

#c72320 color RGB value is (199,35,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100011 00100000
Octal 307 43 40
Decimal 199 35 32
Hex C7 23 20

RGB Percentages of Color #c72320

%74.81
%13.16
%12.03

CMYK Percentages of Color #c72320

%0
%82
%84
%22

Triadic Colors of #c72320

#c72320 #20c723 #2320c7

Analogous Colors of #c72320

#c72320 #c77720 #c72071

Monochromatic Colors of #c72320

#c72320

Complementary Color

#c72320 #20c4c7

#c72320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72320 Color CSS Codes

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

#c72320 Text Font Color

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

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


#c72320 Background Color

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

This div background color is #c72320


#c72320 Border Color

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

This div border color is #c72320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72320


Comments

No comments written yet.

Please login to write comment.