Color Hex Logo

#c6320d Color Hex

#C6320D
(198,50,13)
0 Favorites   0 Comments

Color spaces of #c6320d

RGB 1985013
HSL0.030.880.41
HSV12°93°78°
CMYK 0.000.750.93   0.22
XYZ24.502014.31601.8526
Yxy14.31600.60240.3520
Hunter Lab37.836549.378423.5825
CIE-Lab44.682756.654253.1851

#c6320d color RGB value is (198,50,13).

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

The process color (four color CMYK) of #c6320d color hex is 0.00, 0.75, 0.93, 0.22. Web safe color of #c6320d is #cc3300. Color #c6320d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110010 00001101
Octal 306 62 15
Decimal 198 50 13
Hex C6 32 D

RGB Percentages of Color #c6320d

%75.86
%19.16
%4.98

CMYK Percentages of Color #c6320d

%0
%75
%93
%22

Triadic Colors of #c6320d

#c6320d #0dc632 #320dc6

Analogous Colors of #c6320d

#c6320d #c68f0d #c60d44

Monochromatic Colors of #c6320d

#c6320d

Complementary Color

#c6320d #0da1c6

#c6320d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6320d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6320d Color CSS Codes

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

#c6320d Text Font Color

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

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


#c6320d Background Color

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

This div background color is #c6320d


#c6320d Border Color

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

This div border color is #c6320d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6320d


Comments

No comments written yet.

Please login to write comment.