Color Hex Logo

#c3132d Color Hex

#C3132D
(195,19,45)
0 Favorites   0 Comments

Color spaces of #c3132d

RGB 1951945
HSL0.980.820.42
HSV351°90°76°
CMYK 0.000.900.77   0.24
XYZ23.212212.25733.6251
Yxy12.25730.59370.3135
Hunter Lab35.010457.078718.3682
CIE-Lab41.622264.161635.0082

#c3132d color RGB value is (195,19,45).

#c3132d hex color red value is 195, green value is 19 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c3132d hue: 0.98 , saturation: 0.82 and the lightness value of c3132d is 0.42.

The process color (four color CMYK) of #c3132d color hex is 0.00, 0.90, 0.77, 0.24. Web safe color of #c3132d is #cc0033. Color #c3132d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010011 00101101
Octal 303 23 55
Decimal 195 19 45
Hex C3 13 2D

RGB Percentages of Color #c3132d

%75.29
%7.34
%17.37

CMYK Percentages of Color #c3132d

%0
%90
%77
%24

Triadic Colors of #c3132d

#c3132d #2dc313 #132dc3

Analogous Colors of #c3132d

#c3132d #c35113 #c31385

Monochromatic Colors of #c3132d

#c3132d

Complementary Color

#c3132d #13c3a9

#c3132d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3132d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3132d Color CSS Codes

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

#c3132d Text Font Color

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

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


#c3132d Background Color

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

This div background color is #c3132d


#c3132d Border Color

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

This div border color is #c3132d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3132d


Comments

No comments written yet.

Please login to write comment.