COLOR #CC2C37

HEX: #CC2C37
RGB: (204,44,55)

Color info

#CC2C37 contains mainly red color. Web safe color of #CC2C37 is #CC3333 (or #C33).

RGB color model

#CC2C37 color RGB value is (204,44,55).

  • red value is 204;
  • green value is 44;
  • blue value is 55.
RGB:
(204,44,55)
(80%,17%,22%)

RGB channels and saturation

R 204 of 255 = 80%
G 44 of 255 = 17%
B 55 of 255 = 22%

204
44
55

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

Portions of RGB colors in percentages

R + G + B =
204 + 44 + 55 = 303 (100%)
R 204 of 303 ~ 67.33%
G 44 of 303 ~ 14.52%
B 55 of 303 ~ 18.15%

%67.33
%14.52
%18.15

CMYK color model

#CC2C37 color CMYK value is (0,78,73,20).

  • cyan value is 0.00%
  • magenta value is 78.43%
  • yellow value is 73.04%
  • key color value is 20.00%
CMYK:
(0,78,73,20)
C0M78Y73K20 
(0%,78%,73%,20%)
(0.00/0.78/0.73/0.20)	

CMYK percentages

%0
%78.43
%73.04
%20

Codes

Color #CC2C37 in popluar color models

CC2C37
RGB2044455
HSL356°64.52%48.63%
HSB/HSV356°78.43%80.00%
CMYK0.00%78.43%73.04%
20.00%

Color #CC2C37 in popluar number systems.

HEXCC2C37
Decimal2044455
Binary11001100101100110111
Octal3145467

Shades and tints

Shades of #CC2C37

#CC2C37
(204,44,55)
#BA2832
(186,40,50)
#A8242D
(168,36,45)
#962028
(150,32,40)
#841C23
(132,28,35)
#72181E
(114,24,30)
#601419
(96,20,25)
#4E1014
(78,16,20)
#3C0C0F
(60,12,15)
#2A080A
(42,8,10)
#180405
(24,4,5)
#000000
(0,0,0)

Tints of #CC2C37

#CC2C37
(204,44,55)
#D03F49
(208,63,73)
#D4525B
(212,82,91)
#D8656D
(216,101,109)
#DC787F
(220,120,127)
#E08B91
(224,139,145)
#E49EA3
(228,158,163)
#E8B1B5
(232,177,181)
#ECC4C7
(236,196,199)
#F0D7D9
(240,215,217)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC2C37; }

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

This text font color is #CC2C37.


Background Color

.myBgColor { background-color: #CC2C37; }

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

This div background color is #CC2C37.


Border color

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

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

This div border color is #CC2C37.


Opacity

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

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

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

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

This text has shadow with #CC2C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC2C37 on black background.


Color preview on white background

This text has color #CC2C37 on white background.



Black color preview on #CC2C37 background

This text has black color on #CC2C37 background.


White color preview on #CC2C37 background

This text has white color on #CC2C37 background.