Color Hex Logo

#c3142c Color Hex

#C3142C
(195,20,44)
0 Favorites   0 Comments

Color spaces of #c3142c

RGB 1952044
HSL0.980.810.42
HSV352°90°76°
CMYK 0.000.900.77   0.24
XYZ23.210512.28433.5306
Yxy12.28430.59480.3148
Hunter Lab35.049056.872518.5618
CIE-Lab41.664463.971835.6451

#c3142c color RGB value is (195,20,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010100 00101100
Octal 303 24 54
Decimal 195 20 44
Hex C3 14 2C

RGB Percentages of Color #c3142c

%75.29
%7.72
%16.99

CMYK Percentages of Color #c3142c

%0
%90
%77
%24

Triadic Colors of #c3142c

#c3142c #2cc314 #142cc3

Analogous Colors of #c3142c

#c3142c #c35414 #c31484

Monochromatic Colors of #c3142c

#c3142c

Complementary Color

#c3142c #14c3ab

#c3142c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3142c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3142c Color CSS Codes

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

#c3142c Text Font Color

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

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


#c3142c Background Color

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

This div background color is #c3142c


#c3142c Border Color

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

This div border color is #c3142c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3142c


Comments

No comments written yet.

Please login to write comment.