Color Hex Logo

#c94220 Color Hex

#C94220
(201,66,32)
0 Favorites   0 Comments

Color spaces of #c94220

RGB 2016632
HSL0.030.730.46
HSV12°84°79°
CMYK 0.000.670.84   0.21
XYZ26.296316.41823.1496
Yxy16.41820.57340.3580
Hunter Lab40.519444.934223.7549
CIE-Lab47.518452.016948.1202

#c94220 color RGB value is (201,66,32).

#c94220 hex color red value is 201, green value is 66 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #c94220 hue: 0.03 , saturation: 0.73 and the lightness value of c94220 is 0.46.

The process color (four color CMYK) of #c94220 color hex is 0.00, 0.67, 0.84, 0.21. Web safe color of #c94220 is #cc3333. Color #c94220 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000010 00100000
Octal 311 102 40
Decimal 201 66 32
Hex C9 42 20

RGB Percentages of Color #c94220

%67.22
%22.07
%10.70

CMYK Percentages of Color #c94220

%0
%67
%84
%21

Triadic Colors of #c94220

#c94220 #20c942 #4220c9

Analogous Colors of #c94220

#c94220 #c99720 #c92052

Monochromatic Colors of #c94220

#c94220

Complementary Color

#c94220 #20a7c9

#c94220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94220 Color CSS Codes

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

#c94220 Text Font Color

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

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


#c94220 Background Color

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

This div background color is #c94220


#c94220 Border Color

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

This div border color is #c94220


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,66,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 #c94220">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94220


Comments

No comments written yet.

Please login to write comment.