Color Hex Logo

#c7092d Color Hex

#C7092D
(199,9,45)
0 Favorites   0 Comments

Color spaces of #c7092d

RGB 199945
HSL0.970.910.41
HSV349°95°78°
CMYK 0.000.950.77   0.22
XYZ24.124512.52693.6291
Yxy12.52690.59890.3110
Hunter Lab35.393459.729218.6960
CIE-Lab42.041666.395835.7077

#c7092d color RGB value is (199,9,45).

#c7092d hex color red value is 199, green value is 9 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c7092d hue: 0.97 , saturation: 0.91 and the lightness value of c7092d is 0.41.

The process color (four color CMYK) of #c7092d color hex is 0.00, 0.95, 0.77, 0.22. Web safe color of #c7092d is #cc0033. Color #c7092d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001001 00101101
Octal 307 11 55
Decimal 199 9 45
Hex C7 9 2D

RGB Percentages of Color #c7092d

%78.66
%3.56
%17.79

CMYK Percentages of Color #c7092d

%0
%95
%77
%22

Triadic Colors of #c7092d

#c7092d #2dc709 #092dc7

Analogous Colors of #c7092d

#c7092d #c74409 #c7098c

Monochromatic Colors of #c7092d

#c7092d

Complementary Color

#c7092d #09c7a3

#c7092d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7092d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7092d Color CSS Codes

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

#c7092d Text Font Color

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

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


#c7092d Background Color

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

This div background color is #c7092d


#c7092d Border Color

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

This div border color is #c7092d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7092d


Comments

No comments written yet.

Please login to write comment.