Color Hex Logo

#cc312e Color Hex

#CC312E
(204,49,46)
0 Favorites   0 Comments

Color spaces of #cc312e

RGB 2044946
HSL0.000.630.49
HSV77°80°
CMYK 0.000.760.77   0.20
XYZ26.493315.23134.1283
Yxy15.23130.57780.3322
Hunter Lab39.027352.875221.0474
CIE-Lab45.949459.591639.6199

#cc312e color RGB value is (204,49,46).

#cc312e hex color red value is 204, green value is 49 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cc312e hue: 0.00 , saturation: 0.63 and the lightness value of cc312e is 0.49.

The process color (four color CMYK) of #cc312e color hex is 0.00, 0.76, 0.77, 0.20. Web safe color of #cc312e is #cc3333. Color #cc312e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110001 00101110
Octal 314 61 56
Decimal 204 49 46
Hex CC 31 2E

RGB Percentages of Color #cc312e

%68.23
%16.39
%15.38

CMYK Percentages of Color #cc312e

%0
%76
%77
%20

Triadic Colors of #cc312e

#cc312e #2ecc31 #312ecc

Analogous Colors of #cc312e

#cc312e #cc802e #cc2e7a

Monochromatic Colors of #cc312e

#cc312e

Complementary Color

#cc312e #2ec9cc

#cc312e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc312e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc312e Color CSS Codes

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

#cc312e Text Font Color

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

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


#cc312e Background Color

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

This div background color is #cc312e


#cc312e Border Color

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

This div border color is #cc312e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc312e


Comments

No comments written yet.

Please login to write comment.