Color Hex Logo

#cc412d Color Hex

#CC412D
(204,65,45)
0 Favorites   0 Comments

Color spaces of #cc412d

RGB 2046545
HSL0.020.640.49
HSV78°80°
CMYK 0.000.680.78   0.20
XYZ27.265816.80744.2897
Yxy16.80740.56380.3475
Hunter Lab40.996846.970722.4940
CIE-Lab48.016453.826042.3194

#cc412d color RGB value is (204,65,45).

#cc412d hex color red value is 204, green value is 65 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cc412d hue: 0.02 , saturation: 0.64 and the lightness value of cc412d is 0.49.

The process color (four color CMYK) of #cc412d color hex is 0.00, 0.68, 0.78, 0.20. Web safe color of #cc412d is #cc3333. Color #cc412d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000001 00101101
Octal 314 101 55
Decimal 204 65 45
Hex CC 41 2D

RGB Percentages of Color #cc412d

%64.97
%20.70
%14.33

CMYK Percentages of Color #cc412d

%0
%68
%78
%20

Triadic Colors of #cc412d

#cc412d #2dcc41 #412dcc

Analogous Colors of #cc412d

#cc412d #cc912d #cc2d69

Monochromatic Colors of #cc412d

#cc412d

Complementary Color

#cc412d #2db8cc

#cc412d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc412d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc412d Color CSS Codes

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

#cc412d Text Font Color

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

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


#cc412d Background Color

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

This div background color is #cc412d


#cc412d Border Color

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

This div border color is #cc412d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc412d


Comments

No comments written yet.

Please login to write comment.