Color Hex Logo

#c24141 Color Hex

#C24141
(194,65,65)
0 Favorites   0 Comments

Color spaces of #c24141

RGB 1946565
HSL0.000.510.51
HSV66°76°
CMYK 0.000.660.66   0.24
XYZ25.092615.63166.6957
Yxy15.63160.52920.3296
Hunter Lab39.536844.098117.6348
CIE-Lab46.487451.412028.7948

#c24141 color RGB value is (194,65,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000001 01000001
Octal 302 101 101
Decimal 194 65 65
Hex C2 41 41

RGB Percentages of Color #c24141

%59.88
%20.06
%20.06

CMYK Percentages of Color #c24141

%0
%66
%66
%24

Triadic Colors of #c24141

#c24141 #41c241 #4141c2

Analogous Colors of #c24141

#c24141 #c28241 #c24182

Monochromatic Colors of #c24141

#c24141

Complementary Color

#c24141 #41c2c2

#c24141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24141 Color CSS Codes

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

#c24141 Text Font Color

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

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


#c24141 Background Color

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

This div background color is #c24141


#c24141 Border Color

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

This div border color is #c24141


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,65,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 #c24141">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24141


Comments

No comments written yet.

Please login to write comment.