Color Hex Logo

#c7032a Color Hex

#C7032A
(199,3,42)
0 Favorites   0 Comments

Color spaces of #c7032a

RGB 199342
HSL0.970.970.40
HSV348°98°78°
CMYK 0.000.980.79   0.22
XYZ24.003712.37443.3139
Yxy12.37440.60470.3118
Hunter Lab35.177360.241819.0386
CIE-Lab41.805166.885937.2201

#c7032a color RGB value is (199,3,42).

#c7032a hex color red value is 199, green value is 3 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c7032a hue: 0.97 , saturation: 0.97 and the lightness value of c7032a is 0.40.

The process color (four color CMYK) of #c7032a color hex is 0.00, 0.98, 0.79, 0.22. Web safe color of #c7032a is #cc0033. Color #c7032a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000011 00101010
Octal 307 3 52
Decimal 199 3 42
Hex C7 3 2A

RGB Percentages of Color #c7032a

%81.56
%1.23
%17.21

CMYK Percentages of Color #c7032a

%0
%98
%79
%22

Triadic Colors of #c7032a

#c7032a #2ac703 #032ac7

Analogous Colors of #c7032a

#c7032a #c73e03 #c7038c

Monochromatic Colors of #c7032a

#c7032a

Complementary Color

#c7032a #03c7a0

#c7032a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7032a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7032a Color CSS Codes

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

#c7032a Text Font Color

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

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


#c7032a Background Color

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

This div background color is #c7032a


#c7032a Border Color

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

This div border color is #c7032a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7032a


Comments

No comments written yet.

Please login to write comment.