Color Hex Logo

#cc061e Color Hex

#CC061E
(204,6,30)
0 Favorites   0 Comments

Color spaces of #cc061e

RGB 204630
HSL0.980.940.41
HSV353°97°80°
CMYK 0.000.970.85   0.20
XYZ25.201313.06142.4211
Yxy13.06140.61940.3210
Hunter Lab36.140661.224521.3265
CIE-Lab42.855667.528845.2349

#cc061e color RGB value is (204,6,30).

#cc061e hex color red value is 204, green value is 6 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cc061e hue: 0.98 , saturation: 0.94 and the lightness value of cc061e is 0.41.

The process color (four color CMYK) of #cc061e color hex is 0.00, 0.97, 0.85, 0.20. Web safe color of #cc061e is #cc0033. Color #cc061e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000110 00011110
Octal 314 6 36
Decimal 204 6 30
Hex CC 6 1E

RGB Percentages of Color #cc061e

%85.00
%2.50
%12.50

CMYK Percentages of Color #cc061e

%0
%97
%85
%20

Triadic Colors of #cc061e

#cc061e #1ecc06 #061ecc

Analogous Colors of #cc061e

#cc061e #cc5106 #cc0681

Monochromatic Colors of #cc061e

#cc061e

Complementary Color

#cc061e #06ccb4

#cc061e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc061e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc061e Color CSS Codes

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

#cc061e Text Font Color

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

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


#cc061e Background Color

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

This div background color is #cc061e


#cc061e Border Color

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

This div border color is #cc061e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc061e


Comments

No comments written yet.

Please login to write comment.