Color Hex Logo

#c72005 Color Hex

#C72005
(199,32,5)
0 Favorites   0 Comments

Color spaces of #c72005

RGB 199325
HSL0.020.950.40
HSV97°78°
CMYK 0.000.840.97   0.22
XYZ24.097113.18611.4187
Yxy13.18610.62260.3407
Hunter Lab36.312754.905523.1025
CIE-Lab43.042361.962354.7348

#c72005 color RGB value is (199,32,5).

#c72005 hex color red value is 199, green value is 32 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #c72005 hue: 0.02 , saturation: 0.95 and the lightness value of c72005 is 0.40.

The process color (four color CMYK) of #c72005 color hex is 0.00, 0.84, 0.97, 0.22. Web safe color of #c72005 is #cc3300. Color #c72005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100000 00000101
Octal 307 40 5
Decimal 199 32 5
Hex C7 20 5

RGB Percentages of Color #c72005

%84.32
%13.56
%2.12

CMYK Percentages of Color #c72005

%0
%84
%97
%22

Triadic Colors of #c72005

#c72005 #05c720 #2005c7

Analogous Colors of #c72005

#c72005 #c78105 #c7054b

Monochromatic Colors of #c72005

#c72005

Complementary Color

#c72005 #05acc7

#c72005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72005 Color CSS Codes

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

#c72005 Text Font Color

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

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


#c72005 Background Color

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

This div background color is #c72005


#c72005 Border Color

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

This div border color is #c72005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72005


Comments

No comments written yet.

Please login to write comment.