Color Hex Logo

#c6071a Color Hex

#C6071A
(198,7,26)
0 Favorites   0 Comments

Color spaces of #c6071a

RGB 198726
HSL0.980.930.40
HSV354°96°78°
CMYK 0.000.960.87   0.22
XYZ23.551112.23232.0971
Yxy12.23230.62170.3229
Hunter Lab34.974758.991720.9272
CIE-Lab41.583065.844345.6705

#c6071a color RGB value is (198,7,26).

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

The process color (four color CMYK) of #c6071a color hex is 0.00, 0.96, 0.87, 0.22. Web safe color of #c6071a is #cc0033. Color #c6071a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000111 00011010
Octal 306 7 32
Decimal 198 7 26
Hex C6 7 1A

RGB Percentages of Color #c6071a

%85.71
%3.03
%11.26

CMYK Percentages of Color #c6071a

%0
%96
%87
%22

Triadic Colors of #c6071a

#c6071a #1ac607 #071ac6

Analogous Colors of #c6071a

#c6071a #c65407 #c6077a

Monochromatic Colors of #c6071a

#c6071a

Complementary Color

#c6071a #07c6b3

#c6071a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6071a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6071a Color CSS Codes

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

#c6071a Text Font Color

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

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


#c6071a Background Color

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

This div background color is #c6071a


#c6071a Border Color

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

This div border color is #c6071a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6071a


Comments

No comments written yet.

Please login to write comment.