Color Hex Logo

#cc011e Color Hex

#CC011E
(204,1,30)
0 Favorites   0 Comments

Color spaces of #cc011e

RGB 204130
HSL0.980.990.40
HSV351°100°80°
CMYK 0.001.000.85   0.20
XYZ25.147012.95282.4030
Yxy12.95280.62090.3198
Hunter Lab35.990061.739421.2343
CIE-Lab42.692068.002945.0934

#cc011e color RGB value is (204,1,30).

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

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

Base Numbers

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

RGB Percentages of Color #cc011e

%86.81
%0.43
%12.77

CMYK Percentages of Color #cc011e

%0
%100
%85
%20

Triadic Colors of #cc011e

#cc011e #1ecc01 #011ecc

Analogous Colors of #cc011e

#cc011e #cc4a01 #cc0184

Monochromatic Colors of #cc011e

#cc011e

Complementary Color

#cc011e #01ccaf

#cc011e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc011e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc011e Color CSS Codes

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

#cc011e Text Font Color

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

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


#cc011e Background Color

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

This div background color is #cc011e


#cc011e Border Color

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

This div border color is #cc011e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,1,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 #cc011e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc011e


Comments

No comments written yet.

Please login to write comment.