Color Hex Logo

#c6313c Color Hex

#C6313C
(198,49,60)
0 Favorites   0 Comments

Color spaces of #c6313c

RGB 1984960
HSL0.990.600.48
HSV356°75°78°
CMYK 0.000.750.70   0.22
XYZ25.202614.52865.7509
Yxy14.52860.55410.3194
Hunter Lab38.116451.320717.7360
CIE-Lab44.981758.370330.1015

#c6313c color RGB value is (198,49,60).

#c6313c hex color red value is 198, green value is 49 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #c6313c hue: 0.99 , saturation: 0.60 and the lightness value of c6313c is 0.48.

The process color (four color CMYK) of #c6313c color hex is 0.00, 0.75, 0.70, 0.22. Web safe color of #c6313c is #cc3333. Color #c6313c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110001 00111100
Octal 306 61 74
Decimal 198 49 60
Hex C6 31 3C

RGB Percentages of Color #c6313c

%64.50
%15.96
%19.54

CMYK Percentages of Color #c6313c

%0
%75
%70
%22

Triadic Colors of #c6313c

#c6313c #3cc631 #313cc6

Analogous Colors of #c6313c

#c6313c #c67131 #c63187

Monochromatic Colors of #c6313c

#c6313c

Complementary Color

#c6313c #31c6bb

#c6313c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6313c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6313c Color CSS Codes

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

#c6313c Text Font Color

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

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


#c6313c Background Color

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

This div background color is #c6313c


#c6313c Border Color

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

This div border color is #c6313c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6313c


Comments

No comments written yet.

Please login to write comment.