Color Hex Logo

#c6112d Color Hex

#C6112D
(198,17,45)
0 Favorites   0 Comments

Color spaces of #c6112d

RGB 1981745
HSL0.970.840.42
HSV351°91°78°
CMYK 0.000.910.77   0.22
XYZ23.962812.59613.6509
Yxy12.59610.59590.3133
Hunter Lab35.491058.410418.7446
CIE-Lab42.148365.227135.7630

#c6112d color RGB value is (198,17,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010001 00101101
Octal 306 21 55
Decimal 198 17 45
Hex C6 11 2D

RGB Percentages of Color #c6112d

%76.15
%6.54
%17.31

CMYK Percentages of Color #c6112d

%0
%91
%77
%22

Triadic Colors of #c6112d

#c6112d #2dc611 #112dc6

Analogous Colors of #c6112d

#c6112d #c64f11 #c61188

Monochromatic Colors of #c6112d

#c6112d

Complementary Color

#c6112d #11c6aa

#c6112d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6112d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6112d Color CSS Codes

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

#c6112d Text Font Color

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

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


#c6112d Background Color

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

This div background color is #c6112d


#c6112d Border Color

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

This div border color is #c6112d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6112d


Comments

No comments written yet.

Please login to write comment.