COLOR #CC2353

HEX: #CC2353
RGB: (204,35,83)

Color info

#CC2353 contains mainly red color. Web safe color of #CC2353 is #CC3366 (or #C36).

RGB color model

#CC2353 color RGB value is (204,35,83).

  • red value is 204;
  • green value is 35;
  • blue value is 83.
RGB:
(204,35,83)
(80%,14%,33%)

RGB channels and saturation

R 204 of 255 = 80%
G 35 of 255 = 14%
B 83 of 255 = 33%

204
35
83

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

Portions of RGB colors in percentages

R + G + B =
204 + 35 + 83 = 322 (100%)
R 204 of 322 ~ 63.35%
G 35 of 322 ~ 10.87%
B 83 of 322 ~ 25.78%

%63.35
%10.87
%25.78

CMYK color model

#CC2353 color CMYK value is (0,83,59,20).

  • cyan value is 0.00%
  • magenta value is 82.84%
  • yellow value is 59.31%
  • key color value is 20.00%
CMYK:
(0,83,59,20)
C0M83Y59K20 
(0%,83%,59%,20%)
(0.00/0.83/0.59/0.20)	

CMYK percentages

%0
%82.84
%59.31
%20

Codes

Color #CC2353 in popluar color models

CC2353
RGB2043583
HSL343°70.71%46.86%
HSB/HSV343°82.84%80.00%
CMYK0.00%82.84%59.31%
20.00%

Color #CC2353 in popluar number systems.

HEXCC2353
Decimal2043583
Binary110011001000111010011
Octal31443123

Shades and tints

Shades of #CC2353

#CC2353
(204,35,83)
#BA204C
(186,32,76)
#A81D45
(168,29,69)
#961A3E
(150,26,62)
#841737
(132,23,55)
#721430
(114,20,48)
#601129
(96,17,41)
#4E0E22
(78,14,34)
#3C0B1B
(60,11,27)
#2A0814
(42,8,20)
#18050D
(24,5,13)
#000000
(0,0,0)

Tints of #CC2353

#CC2353
(204,35,83)
#D03762
(208,55,98)
#D44B71
(212,75,113)
#D85F80
(216,95,128)
#DC738F
(220,115,143)
#E0879E
(224,135,158)
#E49BAD
(228,155,173)
#E8AFBC
(232,175,188)
#ECC3CB
(236,195,203)
#F0D7DA
(240,215,218)
#F4EBE9
(244,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC2353; }

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

This text font color is #CC2353.


Background Color

.myBgColor { background-color: #CC2353; }

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

This div background color is #CC2353.


Border color

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

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

This div border color is #CC2353.


Opacity

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

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

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

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

This text has shadow with #CC2353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC2353 on black background.


Color preview on white background

This text has color #CC2353 on white background.



Black color preview on #CC2353 background

This text has black color on #CC2353 background.


White color preview on #CC2353 background

This text has white color on #CC2353 background.