Color Hex Logo

#cc3419 Color Hex

#CC3419
(204,52,25)
0 Favorites   0 Comments

Color spaces of #cc3419

RGB 2045225
HSL0.030.780.45
HSV88°80°
CMYK 0.000.750.88   0.20
XYZ26.305315.36352.4987
Yxy15.36350.59560.3478
Hunter Lab39.196351.200823.6578
CIE-Lab46.128158.046950.2826

#cc3419 color RGB value is (204,52,25).

#cc3419 hex color red value is 204, green value is 52 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #cc3419 hue: 0.03 , saturation: 0.78 and the lightness value of cc3419 is 0.45.

The process color (four color CMYK) of #cc3419 color hex is 0.00, 0.75, 0.88, 0.20. Web safe color of #cc3419 is #cc3300. Color #cc3419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110100 00011001
Octal 314 64 31
Decimal 204 52 25
Hex CC 34 19

RGB Percentages of Color #cc3419

%72.60
%18.51
%8.90

CMYK Percentages of Color #cc3419

%0
%75
%88
%20

Triadic Colors of #cc3419

#cc3419 #19cc34 #3419cc

Analogous Colors of #cc3419

#cc3419 #cc8e19 #cc1958

Monochromatic Colors of #cc3419

#cc3419

Complementary Color

#cc3419 #19b1cc

#cc3419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3419 Color CSS Codes

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

#cc3419 Text Font Color

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

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


#cc3419 Background Color

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

This div background color is #cc3419


#cc3419 Border Color

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

This div border color is #cc3419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3419


Comments

No comments written yet.

Please login to write comment.