Color Hex Logo

#c73e1f Color Hex

#C73E1F
(199,62,31)
0 Favorites   0 Comments

Color spaces of #c73e1f

RGB 1996231
HSL0.030.730.45
HSV11°84°78°
CMYK 0.000.690.84   0.22
XYZ25.523115.68632.9789
Yxy15.68630.57760.3550
Hunter Lab39.605945.719723.2647
CIE-Lab46.560252.922147.5979

#c73e1f color RGB value is (199,62,31).

#c73e1f hex color red value is 199, green value is 62 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c73e1f hue: 0.03 , saturation: 0.73 and the lightness value of c73e1f is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00111110 00011111
Octal 307 76 37
Decimal 199 62 31
Hex C7 3E 1F

RGB Percentages of Color #c73e1f

%68.15
%21.23
%10.62

CMYK Percentages of Color #c73e1f

%0
%69
%84
%22

Triadic Colors of #c73e1f

#c73e1f #1fc73e #3e1fc7

Analogous Colors of #c73e1f

#c73e1f #c7921f #c71f54

Monochromatic Colors of #c73e1f

#c73e1f

Complementary Color

#c73e1f #1fa8c7

#c73e1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c73e1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c73e1f Color CSS Codes

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

#c73e1f Text Font Color

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

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


#c73e1f Background Color

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

This div background color is #c73e1f


#c73e1f Border Color

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

This div border color is #c73e1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c73e1f


Comments

No comments written yet.

Please login to write comment.