Color Hex Logo

#cc400d Color Hex

#CC400D
(204,64,13)
0 Favorites   0 Comments

Color spaces of #cc400d

RGB 2046413
HSL0.040.880.43
HSV16°94°80°
CMYK 0.000.690.94   0.20
XYZ26.807916.53322.1591
Yxy16.53320.58920.3634
Hunter Lab40.661046.528625.3144
CIE-Lab47.666453.478455.6360

#cc400d color RGB value is (204,64,13).

#cc400d hex color red value is 204, green value is 64 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cc400d hue: 0.04 , saturation: 0.88 and the lightness value of cc400d is 0.43.

The process color (four color CMYK) of #cc400d color hex is 0.00, 0.69, 0.94, 0.20. Web safe color of #cc400d is #cc3300. Color #cc400d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000000 00001101
Octal 314 100 15
Decimal 204 64 13
Hex CC 40 D

RGB Percentages of Color #cc400d

%72.60
%22.78
%4.63

CMYK Percentages of Color #cc400d

%0
%69
%94
%20

Triadic Colors of #cc400d

#cc400d #0dcc40 #400dcc

Analogous Colors of #cc400d

#cc400d #cca00d #cc0d3a

Monochromatic Colors of #cc400d

#cc400d

Complementary Color

#cc400d #0d99cc

#cc400d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc400d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc400d Color CSS Codes

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

#cc400d Text Font Color

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

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


#cc400d Background Color

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

This div background color is #cc400d


#cc400d Border Color

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

This div border color is #cc400d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc400d


Comments

No comments written yet.

Please login to write comment.