Color Hex Logo

#cc001d Color Hex

#CC001D
(204,0,29)
0 Favorites   0 Comments

Color spaces of #cc001d

RGB 204029
HSL0.981.000.40
HSV351°100°80°
CMYK 0.001.000.86   0.20
XYZ25.123612.92612.3332
Yxy12.92610.62210.3201
Hunter Lab35.952961.816921.3193
CIE-Lab42.651768.077345.5723

#cc001d color RGB value is (204,0,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000000 00011101
Octal 314 0 35
Decimal 204 0 29
Hex CC 0 1D

RGB Percentages of Color #cc001d

%87.55
%0.00
%12.45

CMYK Percentages of Color #cc001d

%0
%100
%86
%20

Triadic Colors of #cc001d

#cc001d #1dcc00 #001dcc

Analogous Colors of #cc001d

#cc001d #cc4900 #cc0083

Monochromatic Colors of #cc001d

#cc001d

Complementary Color

#cc001d #00ccaf

#cc001d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc001d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc001d Color CSS Codes

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

#cc001d Text Font Color

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

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


#cc001d Background Color

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

This div background color is #cc001d


#cc001d Border Color

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

This div border color is #cc001d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc001d


Comments

No comments written yet.

Please login to write comment.