Color Hex Logo

#c32014 Color Hex

#C32014
(195,32,20)
0 Favorites   0 Comments

Color spaces of #c32014

RGB 1953220
HSL0.010.810.42
HSV90°76°
CMYK 0.000.840.90   0.24
XYZ23.148512.68561.8903
Yxy12.68560.61360.3363
Hunter Lab35.616853.683221.7851
CIE-Lab42.285761.015748.7056

#c32014 color RGB value is (195,32,20).

#c32014 hex color red value is 195, green value is 32 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c32014 hue: 0.01 , saturation: 0.81 and the lightness value of c32014 is 0.42.

The process color (four color CMYK) of #c32014 color hex is 0.00, 0.84, 0.90, 0.24. Web safe color of #c32014 is #cc3300. Color #c32014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100000 00010100
Octal 303 40 24
Decimal 195 32 20
Hex C3 20 14

RGB Percentages of Color #c32014

%78.95
%12.96
%8.10

CMYK Percentages of Color #c32014

%0
%84
%90
%24

Triadic Colors of #c32014

#c32014 #14c320 #2014c3

Analogous Colors of #c32014

#c32014 #c37814 #c3145f

Monochromatic Colors of #c32014

#c32014

Complementary Color

#c32014 #14b7c3

#c32014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32014 Color CSS Codes

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

#c32014 Text Font Color

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

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


#c32014 Background Color

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

This div background color is #c32014


#c32014 Border Color

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

This div border color is #c32014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32014


Comments

No comments written yet.

Please login to write comment.