Color Hex Logo

#c6180d Color Hex

#C6180D
(198,24,13)
0 Favorites   0 Comments

Color spaces of #c6180d

RGB 1982413
HSL0.010.880.41
HSV93°78°
CMYK 0.000.880.93   0.22
XYZ23.688012.68811.5813
Yxy12.68810.62410.3343
Hunter Lab35.620456.369222.3022
CIE-Lab42.289563.406351.7034

#c6180d color RGB value is (198,24,13).

#c6180d hex color red value is 198, green value is 24 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c6180d hue: 0.01 , saturation: 0.88 and the lightness value of c6180d is 0.41.

The process color (four color CMYK) of #c6180d color hex is 0.00, 0.88, 0.93, 0.22. Web safe color of #c6180d is #cc0000. Color #c6180d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011000 00001101
Octal 306 30 15
Decimal 198 24 13
Hex C6 18 D

RGB Percentages of Color #c6180d

%84.26
%10.21
%5.53

CMYK Percentages of Color #c6180d

%0
%88
%93
%22

Triadic Colors of #c6180d

#c6180d #0dc618 #180dc6

Analogous Colors of #c6180d

#c6180d #c6750d #c60d5e

Monochromatic Colors of #c6180d

#c6180d

Complementary Color

#c6180d #0dbbc6

#c6180d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6180d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6180d Color CSS Codes

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

#c6180d Text Font Color

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

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


#c6180d Background Color

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

This div background color is #c6180d


#c6180d Border Color

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

This div border color is #c6180d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6180d


Comments

No comments written yet.

Please login to write comment.