Color Hex Logo

#c72025 Color Hex

#C72025
(199,32,37)
0 Favorites   0 Comments

Color spaces of #c72025

RGB 1993237
HSL1.000.720.45
HSV358°84°78°
CMYK 0.000.840.81   0.22
XYZ24.403613.30873.0329
Yxy13.30870.59890.3266
Hunter Lab36.481155.563620.6076
CIE-Lab43.224762.512141.4851

#c72025 color RGB value is (199,32,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100000 00100101
Octal 307 40 45
Decimal 199 32 37
Hex C7 20 25

RGB Percentages of Color #c72025

%74.25
%11.94
%13.81

CMYK Percentages of Color #c72025

%0
%84
%81
%22

Triadic Colors of #c72025

#c72025 #25c720 #2025c7

Analogous Colors of #c72025

#c72025 #c76f20 #c72079

Monochromatic Colors of #c72025

#c72025

Complementary Color

#c72025 #20c7c2

#c72025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72025 Color CSS Codes

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

#c72025 Text Font Color

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

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


#c72025 Background Color

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

This div background color is #c72025


#c72025 Border Color

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

This div border color is #c72025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72025


Comments

No comments written yet.

Please login to write comment.