Color Hex Logo

#c6122e Color Hex

#C6122E
(198,18,46)
1 Favorites   0 Comments

Color spaces of #c6122e

RGB 1981846
HSL0.970.830.42
HSV351°91°78°
CMYK 0.000.910.77   0.22
XYZ23.998212.63563.7588
Yxy12.63560.59410.3128
Hunter Lab35.546658.302318.6131
CIE-Lab42.209065.120835.2385

#c6122e color RGB value is (198,18,46).

#c6122e hex color red value is 198, green value is 18 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c6122e hue: 0.97 , saturation: 0.83 and the lightness value of c6122e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010010 00101110
Octal 306 22 56
Decimal 198 18 46
Hex C6 12 2E

RGB Percentages of Color #c6122e

%75.57
%6.87
%17.56

CMYK Percentages of Color #c6122e

%0
%91
%77
%22

Triadic Colors of #c6122e

#c6122e #2ec612 #122ec6

Analogous Colors of #c6122e

#c6122e #c65012 #c61288

Monochromatic Colors of #c6122e

#c6122e

Complementary Color

#c6122e #12c6aa

#c6122e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6122e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6122e Color CSS Codes

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

#c6122e Text Font Color

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

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


#c6122e Background Color

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

This div background color is #c6122e


#c6122e Border Color

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

This div border color is #c6122e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,18,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 #c6122e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6122e


Comments

No comments written yet.

Please login to write comment.