Color Hex Logo

#c73842 Color Hex

#C73842
(199,56,66)
0 Favorites   0 Comments

Color spaces of #c73842

RGB 1995666
HSL0.990.560.50
HSV356°72°78°
CMYK 0.000.720.67   0.22
XYZ25.950715.36386.7520
Yxy15.36380.53990.3196
Hunter Lab39.196749.584217.2244
CIE-Lab46.128556.574427.9554

#c73842 color RGB value is (199,56,66).

#c73842 hex color red value is 199, green value is 56 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #c73842 hue: 0.99 , saturation: 0.56 and the lightness value of c73842 is 0.50.

The process color (four color CMYK) of #c73842 color hex is 0.00, 0.72, 0.67, 0.22. Web safe color of #c73842 is #cc3333. Color #c73842 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00111000 01000010
Octal 307 70 102
Decimal 199 56 66
Hex C7 38 42

RGB Percentages of Color #c73842

%61.99
%17.45
%20.56

CMYK Percentages of Color #c73842

%0
%72
%67
%22

Triadic Colors of #c73842

#c73842 #42c738 #3842c7

Analogous Colors of #c73842

#c73842 #c77638 #c7388a

Monochromatic Colors of #c73842

#c73842

Complementary Color

#c73842 #38c7bd

#c73842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c73842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c73842 Color CSS Codes

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

#c73842 Text Font Color

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

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


#c73842 Background Color

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

This div background color is #c73842


#c73842 Border Color

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

This div border color is #c73842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c73842


Comments

No comments written yet.

Please login to write comment.