Color Hex Logo

#cc442b Color Hex

#CC442B
(204,68,43)
0 Favorites   0 Comments

Color spaces of #cc442b

RGB 2046843
HSL0.030.650.48
HSV79°80°
CMYK 0.000.670.79   0.20
XYZ27.405017.14604.1506
Yxy17.14600.56270.3521
Hunter Lab41.407745.673723.0423
CIE-Lab48.443552.545643.7993

#cc442b color RGB value is (204,68,43).

#cc442b hex color red value is 204, green value is 68 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #cc442b hue: 0.03 , saturation: 0.65 and the lightness value of cc442b is 0.48.

The process color (four color CMYK) of #cc442b color hex is 0.00, 0.67, 0.79, 0.20. Web safe color of #cc442b is #cc3333. Color #cc442b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000100 00101011
Octal 314 104 53
Decimal 204 68 43
Hex CC 44 2B

RGB Percentages of Color #cc442b

%64.76
%21.59
%13.65

CMYK Percentages of Color #cc442b

%0
%67
%79
%20

Triadic Colors of #cc442b

#cc442b #2bcc44 #442bcc

Analogous Colors of #cc442b

#cc442b #cc952b #cc2b62

Monochromatic Colors of #cc442b

#cc442b

Complementary Color

#cc442b #2bb3cc

#cc442b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc442b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc442b Color CSS Codes

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

#cc442b Text Font Color

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

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


#cc442b Background Color

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

This div background color is #cc442b


#cc442b Border Color

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

This div border color is #cc442b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc442b


Comments

No comments written yet.

Please login to write comment.