Color Hex Logo

#c24920 Color Hex

#C24920
(194,73,32)
0 Favorites   0 Comments

Color spaces of #c24920

RGB 1947332
HSL0.040.720.44
HSV15°84°76°
CMYK 0.000.620.84   0.24
XYZ24.891416.33873.2083
Yxy16.33870.56010.3677
Hunter Lab40.421239.183523.5889
CIE-Lab47.415846.550947.5641

#c24920 color RGB value is (194,73,32).

#c24920 hex color red value is 194, green value is 73 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #c24920 hue: 0.04 , saturation: 0.72 and the lightness value of c24920 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001001 00100000
Octal 302 111 40
Decimal 194 73 32
Hex C2 49 20

RGB Percentages of Color #c24920

%64.88
%24.41
%10.70

CMYK Percentages of Color #c24920

%0
%62
%84
%24

Triadic Colors of #c24920

#c24920 #20c249 #4920c2

Analogous Colors of #c24920

#c24920 #c29a20 #c22048

Monochromatic Colors of #c24920

#c24920

Complementary Color

#c24920 #2099c2

#c24920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24920 Color CSS Codes

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

#c24920 Text Font Color

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

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


#c24920 Background Color

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

This div background color is #c24920


#c24920 Border Color

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

This div border color is #c24920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24920


Comments

No comments written yet.

Please login to write comment.