Color Hex Logo

#cc341d Color Hex

#CC341D
(204,52,29)
0 Favorites   0 Comments

Color spaces of #cc341d

RGB 2045229
HSL0.020.750.46
HSV86°80°
CMYK 0.000.750.86   0.20
XYZ26.351615.38212.7425
Yxy15.38210.59250.3459
Hunter Lab39.220051.297623.3081
CIE-Lab46.153258.129948.5344

#cc341d color RGB value is (204,52,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110100 00011101
Octal 314 64 35
Decimal 204 52 29
Hex CC 34 1D

RGB Percentages of Color #cc341d

%71.58
%18.25
%10.18

CMYK Percentages of Color #cc341d

%0
%75
%86
%20

Triadic Colors of #cc341d

#cc341d #1dcc34 #341dcc

Analogous Colors of #cc341d

#cc341d #cc8c1d #cc1d5e

Monochromatic Colors of #cc341d

#cc341d

Complementary Color

#cc341d #1db5cc

#cc341d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc341d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc341d Color CSS Codes

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

#cc341d Text Font Color

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

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


#cc341d Background Color

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

This div background color is #cc341d


#cc341d Border Color

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

This div border color is #cc341d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc341d


Comments

No comments written yet.

Please login to write comment.