Color Hex Logo

#cc100e Color Hex

#CC100E
(204,16,14)
0 Favorites   0 Comments

Color spaces of #cc100e

RGB 2041614
HSL0.000.870.43
HSV93°80°
CMYK 0.000.920.93   0.20
XYZ25.166413.23971.6446
Yxy13.23970.62840.3306
Hunter Lab36.386459.782122.7907
CIE-Lab43.122266.231352.4966

#cc100e color RGB value is (204,16,14).

#cc100e hex color red value is 204, green value is 16 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cc100e hue: 0.00 , saturation: 0.87 and the lightness value of cc100e is 0.43.

The process color (four color CMYK) of #cc100e color hex is 0.00, 0.92, 0.93, 0.20. Web safe color of #cc100e is #cc0000. Color #cc100e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010000 00001110
Octal 314 20 16
Decimal 204 16 14
Hex CC 10 E

RGB Percentages of Color #cc100e

%87.18
%6.84
%5.98

CMYK Percentages of Color #cc100e

%0
%92
%93
%20

Triadic Colors of #cc100e

#cc100e #0ecc10 #100ecc

Analogous Colors of #cc100e

#cc100e #cc6f0e #cc0e6b

Monochromatic Colors of #cc100e

#cc100e

Complementary Color

#cc100e #0ecacc

#cc100e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc100e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc100e Color CSS Codes

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

#cc100e Text Font Color

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

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


#cc100e Background Color

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

This div background color is #cc100e


#cc100e Border Color

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

This div border color is #cc100e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc100e


Comments

No comments written yet.

Please login to write comment.