Color Hex Logo

#cc471e Color Hex

#CC471E
(204,71,30)
0 Favorites   0 Comments

Color spaces of #cc471e

RGB 2047130
HSL0.040.740.46
HSV14°85°80°
CMYK 0.000.650.85   0.20
XYZ27.389417.43763.1505
Yxy17.43760.57090.3635
Hunter Lab41.758444.001424.7577
CIE-Lab48.806750.917150.3356

#cc471e color RGB value is (204,71,30).

#cc471e hex color red value is 204, green value is 71 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cc471e hue: 0.04 , saturation: 0.74 and the lightness value of cc471e is 0.46.

The process color (four color CMYK) of #cc471e color hex is 0.00, 0.65, 0.85, 0.20. Web safe color of #cc471e is #cc3333. Color #cc471e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000111 00011110
Octal 314 107 36
Decimal 204 71 30
Hex CC 47 1E

RGB Percentages of Color #cc471e

%66.89
%23.28
%9.84

CMYK Percentages of Color #cc471e

%0
%65
%85
%20

Triadic Colors of #cc471e

#cc471e #1ecc47 #471ecc

Analogous Colors of #cc471e

#cc471e #cc9e1e #cc1e4c

Monochromatic Colors of #cc471e

#cc471e

Complementary Color

#cc471e #1ea3cc

#cc471e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc471e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc471e Color CSS Codes

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

#cc471e Text Font Color

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

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


#cc471e Background Color

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

This div background color is #cc471e


#cc471e Border Color

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

This div border color is #cc471e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc471e


Comments

No comments written yet.

Please login to write comment.