Color Hex Logo

#c3193d Color Hex

#C3193D
(195,25,61)
0 Favorites   0 Comments

Color spaces of #c3193d

RGB 1952561
HSL0.960.770.43
HSV347°87°76°
CMYK 0.000.870.69   0.24
XYZ23.695612.63435.6046
Yxy12.63430.56510.3013
Hunter Lab35.544856.792115.5326
CIE-Lab42.207063.795625.9594

#c3193d color RGB value is (195,25,61).

#c3193d hex color red value is 195, green value is 25 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #c3193d hue: 0.96 , saturation: 0.77 and the lightness value of c3193d is 0.43.

The process color (four color CMYK) of #c3193d color hex is 0.00, 0.87, 0.69, 0.24. Web safe color of #c3193d is #cc0033. Color #c3193d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011001 00111101
Octal 303 31 75
Decimal 195 25 61
Hex C3 19 3D

RGB Percentages of Color #c3193d

%69.40
%8.90
%21.71

CMYK Percentages of Color #c3193d

%0
%87
%69
%24

Triadic Colors of #c3193d

#c3193d #3dc319 #193dc3

Analogous Colors of #c3193d

#c3193d #c34a19 #c31992

Monochromatic Colors of #c3193d

#c3193d

Complementary Color

#c3193d #19c39f

#c3193d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3193d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3193d Color CSS Codes

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

#c3193d Text Font Color

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

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


#c3193d Background Color

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

This div background color is #c3193d


#c3193d Border Color

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

This div border color is #c3193d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3193d


Comments

No comments written yet.

Please login to write comment.