Color Hex Logo

#c24139 Color Hex

#C24139
(194,65,57)
0 Favorites   0 Comments

Color spaces of #c24139

RGB 1946557
HSL0.010.550.49
HSV71°76°
CMYK 0.000.660.71   0.24
XYZ24.877015.54535.5603
Yxy15.54530.54100.3381
Hunter Lab39.427543.627319.2378
CIE-Lab46.372250.987333.3373

#c24139 color RGB value is (194,65,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000001 00111001
Octal 302 101 71
Decimal 194 65 57
Hex C2 41 39

RGB Percentages of Color #c24139

%61.39
%20.57
%18.04

CMYK Percentages of Color #c24139

%0
%66
%71
%24

Triadic Colors of #c24139

#c24139 #39c241 #4139c2

Analogous Colors of #c24139

#c24139 #c28639 #c23976

Monochromatic Colors of #c24139

#c24139

Complementary Color

#c24139 #39bac2

#c24139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24139 Color CSS Codes

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

#c24139 Text Font Color

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

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


#c24139 Background Color

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

This div background color is #c24139


#c24139 Border Color

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

This div border color is #c24139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24139


Comments

No comments written yet.

Please login to write comment.