Color Hex Logo

#cc100f Color Hex

#CC100F
(204,16,15)
0 Favorites   0 Comments

Color spaces of #cc100f

RGB 2041615
HSL0.000.860.43
HSV93°80°
CMYK 0.000.920.93   0.20
XYZ25.173413.24241.6812
Yxy13.24240.62780.3303
Hunter Lab36.390159.797322.7339
CIE-Lab43.126266.243752.1394

#cc100f color RGB value is (204,16,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010000 00001111
Octal 314 20 17
Decimal 204 16 15
Hex CC 10 F

RGB Percentages of Color #cc100f

%86.81
%6.81
%6.38

CMYK Percentages of Color #cc100f

%0
%92
%93
%20

Triadic Colors of #cc100f

#cc100f #0fcc10 #100fcc

Analogous Colors of #cc100f

#cc100f #cc6f0f #cc0f6d

Monochromatic Colors of #cc100f

#cc100f

Complementary Color

#cc100f #0fcbcc

#cc100f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc100f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc100f Color CSS Codes

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

#cc100f Text Font Color

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

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


#cc100f Background Color

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

This div background color is #cc100f


#cc100f Border Color

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

This div border color is #cc100f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc100f


Comments

No comments written yet.

Please login to write comment.