Color Hex Logo

#c3042f Color Hex

#C3042F
(195,4,47)
0 Favorites   0 Comments

Color spaces of #c3042f

RGB 195447
HSL0.960.960.39
HSV346°98°76°
CMYK 0.000.980.76   0.24
XYZ23.062211.89423.7696
Yxy11.89420.59550.3071
Hunter Lab34.488059.009517.6611
CIE-Lab41.047565.964133.1736

#c3042f color RGB value is (195,4,47).

#c3042f hex color red value is 195, green value is 4 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c3042f hue: 0.96 , saturation: 0.96 and the lightness value of c3042f is 0.39.

The process color (four color CMYK) of #c3042f color hex is 0.00, 0.98, 0.76, 0.24. Web safe color of #c3042f is #cc0033. Color #c3042f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000100 00101111
Octal 303 4 57
Decimal 195 4 47
Hex C3 4 2F

RGB Percentages of Color #c3042f

%79.27
%1.63
%19.11

CMYK Percentages of Color #c3042f

%0
%98
%76
%24

Triadic Colors of #c3042f

#c3042f #2fc304 #042fc3

Analogous Colors of #c3042f

#c3042f #c33904 #c3048f

Monochromatic Colors of #c3042f

#c3042f

Complementary Color

#c3042f #04c398

#c3042f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3042f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3042f Color CSS Codes

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

#c3042f Text Font Color

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

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


#c3042f Background Color

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

This div background color is #c3042f


#c3042f Border Color

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

This div border color is #c3042f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3042f


Comments

No comments written yet.

Please login to write comment.