COLOR #CC3300

HEX: #CC3300 RGB: (204,51,0)

Color info

#CC3300 contains mainly red color. #CC3300 color is web safe color. It maybe written shortly as #C30.

RGB color model

#CC3300 color RGB value is (204,51,0).

RGB: (204,51,0) (80%, 20%, 0%)

RGB channels and saturation

R 204 of 255 = 80%
G 51 of 255 = 20%
B 0 of 255 = 0%

204
51
0

R + G + B ~ 33%. #CC3300 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 204 + 51 + 0 = 255 (100%)
R 204 of 255 ~ 80%
G 51 of 255 ~ 20%
B 0 of 255 ~ 0'%

%80
%20

CMYK color model

#CC3300 color CMYK value is (0,75,100,20).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 100.00%
  • key color value is 20.00%

CMYK: (0,75,100,20)
C0M75Y100K20 (0%, 75%, 100%, 20%)
(0.00 / 0.75 / 1.00 / 0.20)

CMYK percentages

%0
%75
%100
%20

Codes

Color #CC3300 in popluar color models

CC 33 00
RGB 204 51 0
HSL 15° 100.00% 40.00%
HSB/HSV 15° 100.00% 80.00%
CMYK 0.00% 75.00% 100.00%
20.00%

Color #CC3300 in popluar number systems.

HEX CC 33 00
Decimal 204 51 0
Binary 11001100 110011 0
Octal 314 63 0

Shades and tints

Shades of #CC3300

#CC3300
(204,51,0)
#BA2F00
(186,47,0)
#A82B00
(168,43,0)
#962700
(150,39,0)
#842300
(132,35,0)
#721F00
(114,31,0)
#601B00
(96,27,0)
#4E1700
(78,23,0)
#3C1300
(60,19,0)
#2A0F00
(42,15,0)
#180B00
(24,11,0)
#000000
(0,0,0)

Tints of #CC3300

#CC3300
(204,51,0)
#D04517
(208,69,23)
#D4572E
(212,87,46)
#D86945
(216,105,69)
#DC7B5C
(220,123,92)
#E08D73
(224,141,115)
#E49F8A
(228,159,138)
#E8B1A1
(232,177,161)
#ECC3B8
(236,195,184)
#F0D5CF
(240,213,207)
#F4E7E6
(244,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC3300 color. Also use rgb(204,51,0) instead hex code.

Text Font Color

.myTextColor { color: #CC3300; }

<p style="color:#CC3300">This sample text font color is #CC3300.</p>

This text font color is #CC3300.

Background Color

.myBgColor { background-color: #CC3300; }

<div style="background-color:#CC3300">Inner text</div>

This div background color is #CC3300.

Border color

.myBorderColor { border: 1px solid #CC3300; }

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

This div border color is #CC3300.

Opacity

.myOpacity80 { color: #CC3300; opacity: 0.8; }

<p style="color:#CC3300;opacity:0.8;">80%</p>

Text with #CC3300 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CC3300;}

<p style="text-shadow: 3px 3px 1px #CC3300">Text here.</p>

This text has shadow with #CC3300 color.


.textShadow {text-shadow: 3px 3px 1px #CC3300', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CC3300, 5px 5px 20px red">Text here.</p>

This text has shadow with #CC3300 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC3300, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CC3300, Direction=45, Strength=4)">Text</p>

This text has shadow with #CC3300 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC3300;
-webkit-box-shadow: 1px 1px 3px 2px #CC3300;
box-shadow: 1px 1px 3px 2px #CC3300;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC3300; -webkit-box-shadow: 1px 1px 3px 2px #CC3300; box-shadow:1px 1px 3px 2px #CC3300;">
Div content here
</div>

This div box has shadow with color #CC3300.

Preview

Color preview on black background

This text has color #CC3300 on black background.


Color preview on white background

This text has color #CC3300 on white background.


Black color preview on #CC3300 background

This text has black color on #CC3300 background.


White color preview on #CC3300 background

This text has white color on #CC3300 background.


Related colors

Complementary color

Complementary color for #hex is #33CCFF.


I love getcolorcode.com

Triadic colors

1 #00CC33 and #3300CC with #CC3300 are triadic colors.

2 #0033CC and #33CC00 with #CC3300 are triadic colors.