Color Hex Logo

#c32f1f Color Hex

#C32F1F
(195,47,31)
0 Favorites   0 Comments

Color spaces of #c32f1f

RGB 1954731
HSL0.020.730.44
HSV84°76°
CMYK 0.000.760.84   0.24
XYZ23.769513.73412.6945
Yxy13.73410.59130.3417
Hunter Lab37.059549.633321.6309
CIE-Lab43.849257.044044.9060

#c32f1f color RGB value is (195,47,31).

#c32f1f hex color red value is 195, green value is 47 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c32f1f hue: 0.02 , saturation: 0.73 and the lightness value of c32f1f is 0.44.

The process color (four color CMYK) of #c32f1f color hex is 0.00, 0.76, 0.84, 0.24. Web safe color of #c32f1f is #cc3333. Color #c32f1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101111 00011111
Octal 303 57 37
Decimal 195 47 31
Hex C3 2F 1F

RGB Percentages of Color #c32f1f

%71.43
%17.22
%11.36

CMYK Percentages of Color #c32f1f

%0
%76
%84
%24

Triadic Colors of #c32f1f

#c32f1f #1fc32f #2f1fc3

Analogous Colors of #c32f1f

#c32f1f #c3811f #c31f61

Monochromatic Colors of #c32f1f

#c32f1f

Complementary Color

#c32f1f #1fb3c3

#c32f1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32f1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32f1f Color CSS Codes

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

#c32f1f Text Font Color

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

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


#c32f1f Background Color

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

This div background color is #c32f1f


#c32f1f Border Color

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

This div border color is #c32f1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32f1f


Comments

No comments written yet.

Please login to write comment.