Color Hex Logo

#c3312a Color Hex

#C3312A
(195,49,42)
0 Favorites   0 Comments

Color spaces of #c3312a

RGB 1954942
HSL0.010.650.46
HSV78°76°
CMYK 0.000.750.78   0.24
XYZ24.021913.96593.6201
Yxy13.96590.57730.3357
Hunter Lab37.371049.339820.4163
CIE-Lab44.184056.711839.4548

#c3312a color RGB value is (195,49,42).

#c3312a hex color red value is 195, green value is 49 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c3312a hue: 0.01 , saturation: 0.65 and the lightness value of c3312a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110001 00101010
Octal 303 61 52
Decimal 195 49 42
Hex C3 31 2A

RGB Percentages of Color #c3312a

%68.18
%17.13
%14.69

CMYK Percentages of Color #c3312a

%0
%75
%78
%24

Triadic Colors of #c3312a

#c3312a #2ac331 #312ac3

Analogous Colors of #c3312a

#c3312a #c37e2a #c32a70

Monochromatic Colors of #c3312a

#c3312a

Complementary Color

#c3312a #2abcc3

#c3312a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3312a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3312a Color CSS Codes

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

#c3312a Text Font Color

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

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


#c3312a Background Color

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

This div background color is #c3312a


#c3312a Border Color

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

This div border color is #c3312a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3312a


Comments

No comments written yet.

Please login to write comment.