COLOR #CC3333

HEX: #CC3333 RGB: (204,51,51)

Color info

#CC3333 contains mainly red color. #CC3333 color is web safe color. It maybe written shortly as #C33.

RGB color model

#CC3333 color RGB value is (204,51,51).

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

RGB channels and saturation

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

204
51
51

R + G + B ~ 40%. #CC3333 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 204 + 51 + 51 = 306 (100%)
R 204 of 306 ~ 66.67%
G 51 of 306 ~ 16.67%
B 51 of 306 ~ 16.67'%

%66.67
%16.67
%16.67

CMYK color model

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

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

CMYK: (0,75,75,20)
C0M75Y75K20 (0%, 75%, 75%, 20%)
(0.00 / 0.75 / 0.75 / 0.20)

CMYK percentages

%0
%75
%75
%20

Codes

Color #CC3333 in popluar color models

CC 33 33
RGB 204 51 51
HSL 60.00% 50.00%
HSB/HSV 75.00% 80.00%
CMYK 0.00% 75.00% 75.00%
20.00%

Color #CC3333 in popluar number systems.

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

Shades and tints

Shades of #CC3333

#CC3333
(204,51,51)
#BA2F2F
(186,47,47)
#A82B2B
(168,43,43)
#962727
(150,39,39)
#842323
(132,35,35)
#721F1F
(114,31,31)
#601B1B
(96,27,27)
#4E1717
(78,23,23)
#3C1313
(60,19,19)
#2A0F0F
(42,15,15)
#180B0B
(24,11,11)
#000000
(0,0,0)

Tints of #CC3333

#CC3333
(204,51,51)
#D04545
(208,69,69)
#D45757
(212,87,87)
#D86969
(216,105,105)
#DC7B7B
(220,123,123)
#E08D8D
(224,141,141)
#E49F9F
(228,159,159)
#E8B1B1
(232,177,177)
#ECC3C3
(236,195,195)
#F0D5D5
(240,213,213)
#F4E7E7
(244,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC3333; }

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

This text font color is #CC3333.

Background Color

.myBgColor { background-color: #CC3333; }

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

This div background color is #CC3333.

Border color

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

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

This div border color is #CC3333.

Opacity

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

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

Text with #CC3333 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 #CC3333;}

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

This text has shadow with #CC3333 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC3333.

Preview

Color preview on black background

This text has color #CC3333 on black background.


Color preview on white background

This text has color #CC3333 on white background.


Black color preview on #CC3333 background

This text has black color on #CC3333 background.


White color preview on #CC3333 background

This text has white color on #CC3333 background.


Related colors

Complementary color

Complementary color for #hex is #33CCCC.


I love getcolorcode.com

Gradients

Color #CC3333 is used in Persian Red gradient.

Persian Red