Color Hex Logo

#c24022 Color Hex

#C24022
(194,64,34)
0 Favorites   0 Comments

Color spaces of #c24022

RGB 1946434
HSL0.030.700.45
HSV11°82°76°
CMYK 0.000.670.82   0.24
XYZ24.370315.25163.1728
Yxy15.25160.56950.3564
Hunter Lab39.053343.045522.5204
CIE-Lab45.976950.504845.3120

#c24022 color RGB value is (194,64,34).

#c24022 hex color red value is 194, green value is 64 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #c24022 hue: 0.03 , saturation: 0.70 and the lightness value of c24022 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000000 00100010
Octal 302 100 42
Decimal 194 64 34
Hex C2 40 22

RGB Percentages of Color #c24022

%66.44
%21.92
%11.64

CMYK Percentages of Color #c24022

%0
%67
%82
%24

Triadic Colors of #c24022

#c24022 #22c240 #4022c2

Analogous Colors of #c24022

#c24022 #c29022 #c22254

Monochromatic Colors of #c24022

#c24022

Complementary Color

#c24022 #22a4c2

#c24022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24022 Color CSS Codes

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

#c24022 Text Font Color

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

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


#c24022 Background Color

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

This div background color is #c24022


#c24022 Border Color

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

This div border color is #c24022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24022


Comments

No comments written yet.

Please login to write comment.