Color Hex Logo

#c6340a Color Hex

#C6340A
(198,52,10)
0 Favorites   0 Comments

Color spaces of #c6340a

RGB 1985210
HSL0.040.900.41
HSV13°95°78°
CMYK 0.000.740.95   0.22
XYZ24.571514.48371.7877
Yxy14.48370.60160.3546
Hunter Lab38.057548.646623.8551
CIE-Lab44.918855.937454.1999

#c6340a color RGB value is (198,52,10).

#c6340a hex color red value is 198, green value is 52 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #c6340a hue: 0.04 , saturation: 0.90 and the lightness value of c6340a is 0.41.

The process color (four color CMYK) of #c6340a color hex is 0.00, 0.74, 0.95, 0.22. Web safe color of #c6340a is #cc3300. Color #c6340a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110100 00001010
Octal 306 64 12
Decimal 198 52 10
Hex C6 34 A

RGB Percentages of Color #c6340a

%76.15
%20.00
%3.85

CMYK Percentages of Color #c6340a

%0
%74
%95
%22

Triadic Colors of #c6340a

#c6340a #0ac634 #340ac6

Analogous Colors of #c6340a

#c6340a #c6920a #c60a3e

Monochromatic Colors of #c6340a

#c6340a

Complementary Color

#c6340a #0a9cc6

#c6340a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6340a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6340a Color CSS Codes

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

#c6340a Text Font Color

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

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


#c6340a Background Color

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

This div background color is #c6340a


#c6340a Border Color

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

This div border color is #c6340a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6340a


Comments

No comments written yet.

Please login to write comment.