Color Hex Logo

#c73007 Color Hex

#C73007
(199,48,7)
0 Favorites   0 Comments

Color spaces of #c73007

RGB 199487
HSL0.040.930.40
HSV13°96°78°
CMYK 0.000.760.96   0.22
XYZ24.648514.27141.6565
Yxy14.27140.60750.3517
Hunter Lab37.777550.354423.8445
CIE-Lab44.619757.559054.9594

#c73007 color RGB value is (199,48,7).

#c73007 hex color red value is 199, green value is 48 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #c73007 hue: 0.04 , saturation: 0.93 and the lightness value of c73007 is 0.40.

The process color (four color CMYK) of #c73007 color hex is 0.00, 0.76, 0.96, 0.22. Web safe color of #c73007 is #cc3300. Color #c73007 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110000 00000111
Octal 307 60 7
Decimal 199 48 7
Hex C7 30 7

RGB Percentages of Color #c73007

%78.35
%18.90
%2.76

CMYK Percentages of Color #c73007

%0
%76
%96
%22

Triadic Colors of #c73007

#c73007 #07c730 #3007c7

Analogous Colors of #c73007

#c73007 #c79007 #c7073e

Monochromatic Colors of #c73007

#c73007

Complementary Color

#c73007 #079ec7

#c73007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c73007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c73007 Color CSS Codes

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

#c73007 Text Font Color

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

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


#c73007 Background Color

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

This div background color is #c73007


#c73007 Border Color

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

This div border color is #c73007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c73007


Comments

No comments written yet.

Please login to write comment.