Color Hex Logo

#cc0000 Color Hex

#CC0000
(204,0,0)
108 Favorites   4 Comments

Color spaces of #cc0000

RGB 20400
HSL0.001.000.40
HSV100°80°
CMYK 0.001.001.00   0.20
XYZ24.901812.83741.1654
Yxy12.83740.64010.3300
Hunter Lab35.829361.358323.1520
CIE-Lab42.517267.709856.8158

#cc0000 color RGB value is (204,0,0). This hex color code is also a web safe color which is equal to #C00.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000000 00000000
Octal 314 0 0
Decimal 204 0 0
Hex CC 0 0

RGB Percentages of Color #cc0000

%100.00
%0.00
%0.00

CMYK Percentages of Color #cc0000

%0
%100
%100
%20

Triadic Colors of #cc0000

#cc0000 #00cc00 #0000cc

Analogous Colors of #cc0000

#cc0000 #cc6600 #cc0066

Monochromatic Colors of #cc0000

#cc0000

Complementary Color

#cc0000 #00cccc

#cc0000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0000 Color CSS Codes

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

#cc0000 Text Font Color

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

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


#cc0000 Background Color

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

This div background color is #cc0000


#cc0000 Border Color

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

This div border color is #cc0000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0000


Comments

18 Mar 2023, 13:35 Lenakrator

This a good red for an Xmas palette!

10 Aug 2022, 1:11 Greggs

1917 lets go

17 Jun 2017, 23:12 awamichat

Excellent Site i am using All Color In our

17 Nov 2015, 16:26 Catanduva

1905 !!!!!

Please login to write comment.