Color Hex Logo

#c42c3c Color Hex

#C42C3C
(196,44,60)
0 Favorites   0 Comments

Color spaces of #c42c3c

RGB 1964460
HSL0.980.630.47
HSV354°78°77°
CMYK 0.000.780.69   0.23
XYZ24.481213.86345.6606
Yxy13.86340.55630.3150
Hunter Lab37.233652.205517.0497
CIE-Lab44.036459.350128.8666

#c42c3c color RGB value is (196,44,60).

#c42c3c hex color red value is 196, green value is 44 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #c42c3c hue: 0.98 , saturation: 0.63 and the lightness value of c42c3c is 0.47.

The process color (four color CMYK) of #c42c3c color hex is 0.00, 0.78, 0.69, 0.23. Web safe color of #c42c3c is #cc3333. Color #c42c3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101100 00111100
Octal 304 54 74
Decimal 196 44 60
Hex C4 2C 3C

RGB Percentages of Color #c42c3c

%65.33
%14.67
%20.00

CMYK Percentages of Color #c42c3c

%0
%78
%69
%23

Triadic Colors of #c42c3c

#c42c3c #3cc42c #2c3cc4

Analogous Colors of #c42c3c

#c42c3c #c4682c #c42c88

Monochromatic Colors of #c42c3c

#c42c3c

Complementary Color

#c42c3c #2cc4b4

#c42c3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42c3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42c3c Color CSS Codes

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

#c42c3c Text Font Color

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

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


#c42c3c Background Color

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

This div background color is #c42c3c


#c42c3c Border Color

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

This div border color is #c42c3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42c3c

#c42c3c Color Palettes


Comments

No comments written yet.

Please login to write comment.