Color Hex Logo

#c24741 Color Hex

#C24741
(194,71,65)
0 Favorites   0 Comments

Color spaces of #c24741

RGB 1947165
HSL0.010.510.51
HSV66°76°
CMYK 0.000.630.66   0.24
XYZ25.455516.35756.8167
Yxy16.35750.52350.3364
Hunter Lab40.444441.569318.3181
CIE-Lab47.440148.844629.9646

#c24741 color RGB value is (194,71,65).

#c24741 hex color red value is 194, green value is 71 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #c24741 hue: 0.01 , saturation: 0.51 and the lightness value of c24741 is 0.51.

The process color (four color CMYK) of #c24741 color hex is 0.00, 0.63, 0.66, 0.24. Web safe color of #c24741 is #cc3333. Color #c24741 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000111 01000001
Octal 302 107 101
Decimal 194 71 65
Hex C2 47 41

RGB Percentages of Color #c24741

%58.79
%21.52
%19.70

CMYK Percentages of Color #c24741

%0
%63
%66
%24

Triadic Colors of #c24741

#c24741 #41c247 #4741c2

Analogous Colors of #c24741

#c24741 #c28841 #c2417c

Monochromatic Colors of #c24741

#c24741

Complementary Color

#c24741 #41bcc2

#c24741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24741 Color CSS Codes

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

#c24741 Text Font Color

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

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


#c24741 Background Color

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

This div background color is #c24741


#c24741 Border Color

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

This div border color is #c24741


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,71,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c24741; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c24741;
  -webkit-box-shadow: 1px 1px 3px 2px #c24741;
  box-shadow:         1px 1px 3px 2px #c24741; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24741


Comments

No comments written yet.

Please login to write comment.