Color Hex Logo

#cc371d Color Hex

#CC371D
(204,55,29)
0 Favorites   0 Comments

Color spaces of #cc371d

RGB 2045529
HSL0.020.750.46
HSV86°80°
CMYK 0.000.730.86   0.20
XYZ26.489815.65852.7886
Yxy15.65850.58950.3485
Hunter Lab39.570850.243923.5213
CIE-Lab46.523257.103848.8457

#cc371d color RGB value is (204,55,29).

#cc371d hex color red value is 204, green value is 55 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cc371d hue: 0.02 , saturation: 0.75 and the lightness value of cc371d is 0.46.

The process color (four color CMYK) of #cc371d color hex is 0.00, 0.73, 0.86, 0.20. Web safe color of #cc371d is #cc3333. Color #cc371d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110111 00011101
Octal 314 67 35
Decimal 204 55 29
Hex CC 37 1D

RGB Percentages of Color #cc371d

%70.83
%19.10
%10.07

CMYK Percentages of Color #cc371d

%0
%73
%86
%20

Triadic Colors of #cc371d

#cc371d #1dcc37 #371dcc

Analogous Colors of #cc371d

#cc371d #cc8f1d #cc1d5b

Monochromatic Colors of #cc371d

#cc371d

Complementary Color

#cc371d #1db2cc

#cc371d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc371d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc371d Color CSS Codes

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

#cc371d Text Font Color

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

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


#cc371d Background Color

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

This div background color is #cc371d


#cc371d Border Color

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

This div border color is #cc371d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc371d


Comments

No comments written yet.

Please login to write comment.