Color Hex Logo

#c32216 Color Hex

#C32216
(195,34,22)
0 Favorites   0 Comments

Color spaces of #c32216

RGB 1953422
HSL0.010.800.43
HSV89°76°
CMYK 0.000.830.89   0.24
XYZ23.222512.80412.0065
Yxy12.80410.61060.3367
Hunter Lab35.782853.223821.7233
CIE-Lab42.466660.568247.9774

#c32216 color RGB value is (195,34,22).

#c32216 hex color red value is 195, green value is 34 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c32216 hue: 0.01 , saturation: 0.80 and the lightness value of c32216 is 0.43.

The process color (four color CMYK) of #c32216 color hex is 0.00, 0.83, 0.89, 0.24. Web safe color of #c32216 is #cc3300. Color #c32216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100010 00010110
Octal 303 42 26
Decimal 195 34 22
Hex C3 22 16

RGB Percentages of Color #c32216

%77.69
%13.55
%8.76

CMYK Percentages of Color #c32216

%0
%83
%89
%24

Triadic Colors of #c32216

#c32216 #16c322 #2216c3

Analogous Colors of #c32216

#c32216 #c37916 #c31661

Monochromatic Colors of #c32216

#c32216

Complementary Color

#c32216 #16b7c3

#c32216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32216 Color CSS Codes

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

#c32216 Text Font Color

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

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


#c32216 Background Color

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

This div background color is #c32216


#c32216 Border Color

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

This div border color is #c32216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32216


Comments

No comments written yet.

Please login to write comment.