Color Hex Logo

#c3313b Color Hex

#C3313B
(195,49,59)
0 Favorites   0 Comments

Color spaces of #c3313b

RGB 1954959
HSL0.990.600.48
HSV356°75°76°
CMYK 0.000.750.70   0.24
XYZ24.393414.11455.5764
Yxy14.11450.55330.3202
Hunter Lab37.569350.152317.4981
CIE-Lab44.396757.416329.8597

#c3313b color RGB value is (195,49,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110001 00111011
Octal 303 61 73
Decimal 195 49 59
Hex C3 31 3B

RGB Percentages of Color #c3313b

%64.36
%16.17
%19.47

CMYK Percentages of Color #c3313b

%0
%75
%70
%24

Triadic Colors of #c3313b

#c3313b #3bc331 #313bc3

Analogous Colors of #c3313b

#c3313b #c37031 #c33184

Monochromatic Colors of #c3313b

#c3313b

Complementary Color

#c3313b #31c3b9

#c3313b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3313b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3313b Color CSS Codes

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

#c3313b Text Font Color

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

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


#c3313b Background Color

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

This div background color is #c3313b


#c3313b Border Color

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

This div border color is #c3313b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3313b


Comments

No comments written yet.

Please login to write comment.