Color Hex Logo

#c6362d Color Hex

#C6362D
(198,54,45)
0 Favorites   0 Comments

Color spaces of #c6362d

RGB 1985445
HSL0.010.630.48
HSV77°78°
CMYK 0.000.730.77   0.22
XYZ25.081514.83364.0238
Yxy14.83360.57080.3376
Hunter Lab38.514448.843220.7658
CIE-Lab45.405456.028339.2539

#c6362d color RGB value is (198,54,45).

#c6362d hex color red value is 198, green value is 54 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c6362d hue: 0.01 , saturation: 0.63 and the lightness value of c6362d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110110 00101101
Octal 306 66 55
Decimal 198 54 45
Hex C6 36 2D

RGB Percentages of Color #c6362d

%66.67
%18.18
%15.15

CMYK Percentages of Color #c6362d

%0
%73
%77
%22

Triadic Colors of #c6362d

#c6362d #2dc636 #362dc6

Analogous Colors of #c6362d

#c6362d #c6832d #c62d71

Monochromatic Colors of #c6362d

#c6362d

Complementary Color

#c6362d #2dbdc6

#c6362d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6362d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6362d Color CSS Codes

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

#c6362d Text Font Color

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

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


#c6362d Background Color

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

This div background color is #c6362d


#c6362d Border Color

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

This div border color is #c6362d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6362d


Comments

No comments written yet.

Please login to write comment.