COLOR #CC3300

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

Renk bilgisi

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

RGB renk modeli

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

  • kırmız ton 204;
  • yeşil ton 51;
  • mavi ton 0.
RGB:
(204,51,0)
(80%,20%,0%)

RGB bağlantıları ve doygunluk

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.

Yüzdelerle RGB renk parçaları

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 RENK MODELİ

#CC3300 rengi CMYK tonu (0,75,100,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 75.00%
  • sarı tonu 100.00%
  • ana renk tonu 20.00%
CMYK:
(0,75,100,20)
C0M75Y100K20 
(0%,75%,100%,20%)
(0.00/0.75/1.00/0.20)	

CMYK yüzdeleri

%0
%75
%100
%20

Codes

Color #CC3300 in popluar color models

CC3300
RGB204510
HSL15°100.00%40.00%
HSB/HSV15°100.00%80.00%
CMYK0.00%75.00%100.00%
20.00%

Color #CC3300 in popluar number systems.

HEXCC3300
Decimal204510
Binary110011001100110
Octal314630

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.