Color Hex Logo

#c3061e Color Hex

#C3061E
(195,6,30)
0 Favorites   0 Comments

Color spaces of #c3061e

RGB 195630
HSL0.980.940.39
HSV352°97°76°
CMYK 0.000.970.85   0.24
XYZ22.805111.82612.3090
Yxy11.82610.61740.3201
Hunter Lab34.389158.191220.0914
CIE-Lab40.938465.271142.8111

#c3061e color RGB value is (195,6,30).

#c3061e hex color red value is 195, green value is 6 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c3061e hue: 0.98 , saturation: 0.94 and the lightness value of c3061e is 0.39.

The process color (four color CMYK) of #c3061e color hex is 0.00, 0.97, 0.85, 0.24. Web safe color of #c3061e is #cc0033. Color #c3061e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000110 00011110
Octal 303 6 36
Decimal 195 6 30
Hex C3 6 1E

RGB Percentages of Color #c3061e

%84.42
%2.60
%12.99

CMYK Percentages of Color #c3061e

%0
%97
%85
%24

Triadic Colors of #c3061e

#c3061e #1ec306 #061ec3

Analogous Colors of #c3061e

#c3061e #c34d06 #c3067d

Monochromatic Colors of #c3061e

#c3061e

Complementary Color

#c3061e #06c3ab

#c3061e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3061e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3061e Color CSS Codes

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

#c3061e Text Font Color

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

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


#c3061e Background Color

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

This div background color is #c3061e


#c3061e Border Color

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

This div border color is #c3061e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3061e


Comments

No comments written yet.

Please login to write comment.