Color Hex Logo

#c24814 Color Hex

#C24814
(194,72,20)
0 Favorites   0 Comments

Color spaces of #c24814

RGB 1947220
HSL0.050.810.42
HSV18°90°76°
CMYK 0.000.630.90   0.24
XYZ24.691816.15462.4786
Yxy16.15460.56990.3729
Hunter Lab40.192839.321324.4787
CIE-Lab47.176746.724152.2433

#c24814 color RGB value is (194,72,20).

#c24814 hex color red value is 194, green value is 72 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c24814 hue: 0.05 , saturation: 0.81 and the lightness value of c24814 is 0.42.

The process color (four color CMYK) of #c24814 color hex is 0.00, 0.63, 0.90, 0.24. Web safe color of #c24814 is #cc3300. Color #c24814 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001000 00010100
Octal 302 110 24
Decimal 194 72 20
Hex C2 48 14

RGB Percentages of Color #c24814

%67.83
%25.17
%6.99

CMYK Percentages of Color #c24814

%0
%63
%90
%24

Triadic Colors of #c24814

#c24814 #14c248 #4814c2

Analogous Colors of #c24814

#c24814 #c29f14 #c21437

Monochromatic Colors of #c24814

#c24814

Complementary Color

#c24814 #148ec2

#c24814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24814 Color CSS Codes

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

#c24814 Text Font Color

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

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


#c24814 Background Color

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

This div background color is #c24814


#c24814 Border Color

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

This div border color is #c24814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24814


Comments

No comments written yet.

Please login to write comment.