Color Hex Logo

#c24519 Color Hex

#C24519
(194,69,25)
0 Favorites   0 Comments

Color spaces of #c24519

RGB 1946925
HSL0.040.770.43
HSV16°87°76°
CMYK 0.000.640.87   0.24
XYZ24.551715.79582.6746
Yxy15.79580.57070.3672
Hunter Lab39.743940.716023.8308
CIE-Lab46.705448.150749.9744

#c24519 color RGB value is (194,69,25).

#c24519 hex color red value is 194, green value is 69 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #c24519 hue: 0.04 , saturation: 0.77 and the lightness value of c24519 is 0.43.

The process color (four color CMYK) of #c24519 color hex is 0.00, 0.64, 0.87, 0.24. Web safe color of #c24519 is #cc3300. Color #c24519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000101 00011001
Octal 302 105 31
Decimal 194 69 25
Hex C2 45 19

RGB Percentages of Color #c24519

%67.36
%23.96
%8.68

CMYK Percentages of Color #c24519

%0
%64
%87
%24

Triadic Colors of #c24519

#c24519 #19c245 #4519c2

Analogous Colors of #c24519

#c24519 #c29a19 #c21942

Monochromatic Colors of #c24519

#c24519

Complementary Color

#c24519 #1996c2

#c24519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24519 Color CSS Codes

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

#c24519 Text Font Color

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

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


#c24519 Background Color

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

This div background color is #c24519


#c24519 Border Color

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

This div border color is #c24519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24519


Comments

No comments written yet.

Please login to write comment.