Color Hex Logo

#c6292e Color Hex

#C6292E
(198,41,46)
0 Favorites   0 Comments

Color spaces of #c6292e

RGB 1984146
HSL0.990.660.47
HSV358°79°78°
CMYK 0.000.790.77   0.22
XYZ24.574813.78893.9511
Yxy13.78890.58080.3259
Hunter Lab37.133453.147419.6848
CIE-Lab43.928760.219437.1113

#c6292e color RGB value is (198,41,46).

#c6292e hex color red value is 198, green value is 41 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c6292e hue: 0.99 , saturation: 0.66 and the lightness value of c6292e is 0.47.

The process color (four color CMYK) of #c6292e color hex is 0.00, 0.79, 0.77, 0.22. Web safe color of #c6292e is #cc3333. Color #c6292e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101001 00101110
Octal 306 51 56
Decimal 198 41 46
Hex C6 29 2E

RGB Percentages of Color #c6292e

%69.47
%14.39
%16.14

CMYK Percentages of Color #c6292e

%0
%79
%77
%22

Triadic Colors of #c6292e

#c6292e #2ec629 #292ec6

Analogous Colors of #c6292e

#c6292e #c67329 #c6297d

Monochromatic Colors of #c6292e

#c6292e

Complementary Color

#c6292e #29c6c1

#c6292e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6292e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6292e Color CSS Codes

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

#c6292e Text Font Color

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

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


#c6292e Background Color

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

This div background color is #c6292e


#c6292e Border Color

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

This div border color is #c6292e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6292e


Comments

No comments written yet.

Please login to write comment.