COLOR #CC3D41

HEX: #CC3D41
RGB: (204,61,65)

Color info

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

RGB color model

#CC3D41 color RGB value is (204,61,65).

  • red value is 204;
  • green value is 61;
  • blue value is 65.
RGB:
(204,61,65)
(80%,24%,25%)

RGB channels and saturation

R 204 of 255 = 80%
G 61 of 255 = 24%
B 65 of 255 = 25%

204
61
65

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

Portions of RGB colors in percentages

R + G + B =
204 + 61 + 65 = 330 (100%)
R 204 of 330 ~ 61.82%
G 61 of 330 ~ 18.48%
B 65 of 330 ~ 19.7%

%61.82
%18.48
%19.7

CMYK color model

#CC3D41 color CMYK value is (0,70,68,20).

  • cyan value is 0.00%
  • magenta value is 70.10%
  • yellow value is 68.14%
  • key color value is 20.00%
CMYK:
(0,70,68,20)
C0M70Y68K20 
(0%,70%,68%,20%)
(0.00/0.70/0.68/0.20)	

CMYK percentages

%0
%70.1
%68.14
%20

Codes

Color #CC3D41 in popluar color models

CC3D41
RGB2046165
HSL358°58.37%51.96%
HSB/HSV358°70.10%80.00%
CMYK0.00%70.10%68.14%
20.00%

Color #CC3D41 in popluar number systems.

HEXCC3D41
Decimal2046165
Binary110011001111011000001
Octal31475101

Shades and tints

Shades of #CC3D41

#CC3D41
(204,61,65)
#BA383C
(186,56,60)
#A83337
(168,51,55)
#962E32
(150,46,50)
#84292D
(132,41,45)
#722428
(114,36,40)
#601F23
(96,31,35)
#4E1A1E
(78,26,30)
#3C1519
(60,21,25)
#2A1014
(42,16,20)
#180B0F
(24,11,15)
#000000
(0,0,0)

Tints of #CC3D41

#CC3D41
(204,61,65)
#D04E52
(208,78,82)
#D45F63
(212,95,99)
#D87074
(216,112,116)
#DC8185
(220,129,133)
#E09296
(224,146,150)
#E4A3A7
(228,163,167)
#E8B4B8
(232,180,184)
#ECC5C9
(236,197,201)
#F0D6DA
(240,214,218)
#F4E7EB
(244,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC3D41; }

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

This text font color is #CC3D41.


Background Color

.myBgColor { background-color: #CC3D41; }

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

This div background color is #CC3D41.


Border color

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

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

This div border color is #CC3D41.


Opacity

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

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

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

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

This text has shadow with #CC3D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC3D41 on black background.


Color preview on white background

This text has color #CC3D41 on white background.



Black color preview on #CC3D41 background

This text has black color on #CC3D41 background.


White color preview on #CC3D41 background

This text has white color on #CC3D41 background.