Color Hex Logo

#c94247 Color Hex

#C94247
(201,66,71)
0 Favorites   0 Comments

Color spaces of #c94247

RGB 2016671
HSL0.990.560.52
HSV358°67°79°
CMYK 0.000.670.65   0.21
XYZ27.172916.76897.7658
Yxy16.76890.52550.3243
Hunter Lab40.949846.784217.4210
CIE-Lab47.967553.662027.3473

#c94247 color RGB value is (201,66,71).

#c94247 hex color red value is 201, green value is 66 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #c94247 hue: 0.99 , saturation: 0.56 and the lightness value of c94247 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000010 01000111
Octal 311 102 107
Decimal 201 66 71
Hex C9 42 47

RGB Percentages of Color #c94247

%59.47
%19.53
%21.01

CMYK Percentages of Color #c94247

%0
%67
%65
%21

Triadic Colors of #c94247

#c94247 #47c942 #4247c9

Analogous Colors of #c94247

#c94247 #c98142 #c9428b

Monochromatic Colors of #c94247

#c94247

Complementary Color

#c94247 #42c9c4

#c94247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94247 Color CSS Codes

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

#c94247 Text Font Color

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

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


#c94247 Background Color

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

This div background color is #c94247


#c94247 Border Color

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

This div border color is #c94247


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,66,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94247


Comments

No comments written yet.

Please login to write comment.