Color Hex Logo

#c6313b Color Hex

#C6313B
(198,49,59)
0 Favorites   0 Comments

Color spaces of #c6313b

RGB 1984959
HSL0.990.600.48
HSV356°75°78°
CMYK 0.000.750.70   0.22
XYZ25.176414.51825.6130
Yxy14.51820.55570.3204
Hunter Lab38.102851.264117.9378
CIE-Lab44.967158.321730.6811

#c6313b color RGB value is (198,49,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110001 00111011
Octal 306 61 73
Decimal 198 49 59
Hex C6 31 3B

RGB Percentages of Color #c6313b

%64.71
%16.01
%19.28

CMYK Percentages of Color #c6313b

%0
%75
%70
%22

Triadic Colors of #c6313b

#c6313b #3bc631 #313bc6

Analogous Colors of #c6313b

#c6313b #c67231 #c63186

Monochromatic Colors of #c6313b

#c6313b

Complementary Color

#c6313b #31c6bc

#c6313b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6313b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6313b Color CSS Codes

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

#c6313b Text Font Color

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

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


#c6313b Background Color

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

This div background color is #c6313b


#c6313b Border Color

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

This div border color is #c6313b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6313b


Comments

No comments written yet.

Please login to write comment.