Color Hex Logo

#c6162d Color Hex

#C6162D
(198,22,45)
0 Favorites   0 Comments

Color spaces of #c6162d

RGB 1982245
HSL0.980.800.43
HSV352°89°78°
CMYK 0.000.890.77   0.22
XYZ24.049312.76903.6798
Yxy12.76900.59380.3153
Hunter Lab35.733757.598918.9080
CIE-Lab42.413164.465136.0499

#c6162d color RGB value is (198,22,45).

#c6162d hex color red value is 198, green value is 22 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c6162d hue: 0.98 , saturation: 0.80 and the lightness value of c6162d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010110 00101101
Octal 306 26 55
Decimal 198 22 45
Hex C6 16 2D

RGB Percentages of Color #c6162d

%74.72
%8.30
%16.98

CMYK Percentages of Color #c6162d

%0
%89
%77
%22

Triadic Colors of #c6162d

#c6162d #2dc616 #162dc6

Analogous Colors of #c6162d

#c6162d #c65716 #c61685

Monochromatic Colors of #c6162d

#c6162d

Complementary Color

#c6162d #16c6af

#c6162d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6162d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6162d Color CSS Codes

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

#c6162d Text Font Color

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

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


#c6162d Background Color

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

This div background color is #c6162d


#c6162d Border Color

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

This div border color is #c6162d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6162d


Comments

No comments written yet.

Please login to write comment.