COLOR #C3352D

HEX: #C3352D
RGB: (195,53,45)

Color info

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

RGB color model

#C3352D color RGB value is (195,53,45).

  • red value is 195;
  • green value is 53;
  • blue value is 45.
RGB:
(195,53,45)
(76%,21%,18%)

RGB channels and saturation

R 195 of 255 = 76%
G 53 of 255 = 21%
B 45 of 255 = 18%

195
53
45

R + G + B ~ 38%. #C3352D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
195 + 53 + 45 = 293 (100%)
R 195 of 293 ~ 66.55%
G 53 of 293 ~ 18.09%
B 45 of 293 ~ 15.36%

%66.55
%18.09
%15.36

CMYK color model

#C3352D color CMYK value is (0,73,77,24).

  • cyan value is 0.00%
  • magenta value is 72.82%
  • yellow value is 76.92%
  • key color value is 23.53%
CMYK:
(0,73,77,24)
C0M73Y77K24 
(0%,73%,77%,24%)
(0.00/0.73/0.77/0.24)	

CMYK percentages

%0
%72.82
%76.92
%23.53

Codes

Color #C3352D in popluar color models

C3352D
RGB1955345
HSL62.50%47.06%
HSB/HSV76.92%76.47%
CMYK0.00%72.82%76.92%
23.53%

Color #C3352D in popluar number systems.

HEXC3352D
Decimal1955345
Binary11000011110101101101
Octal3036555

Shades and tints

Shades of #C3352D

#C3352D
(195,53,45)
#B23129
(178,49,41)
#A12D25
(161,45,37)
#902921
(144,41,33)
#7F251D
(127,37,29)
#6E2119
(110,33,25)
#5D1D15
(93,29,21)
#4C1911
(76,25,17)
#3B150D
(59,21,13)
#2A1109
(42,17,9)
#190D05
(25,13,5)
#000000
(0,0,0)

Tints of #C3352D

#C3352D
(195,53,45)
#C84740
(200,71,64)
#CD5953
(205,89,83)
#D26B66
(210,107,102)
#D77D79
(215,125,121)
#DC8F8C
(220,143,140)
#E1A19F
(225,161,159)
#E6B3B2
(230,179,178)
#EBC5C5
(235,197,197)
#F0D7D8
(240,215,216)
#F5E9EB
(245,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3352D color. Also use rgb(195,53,45) instead hex code.

Text Font Color

.myTextColor { color: #C3352D; }

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

This text font color is #C3352D.


Background Color

.myBgColor { background-color: #C3352D; }

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

This div background color is #C3352D.


Border color

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

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

This div border color is #C3352D.


Opacity

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

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

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

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

This text has shadow with #C3352D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3352D on black background.


Color preview on white background

This text has color #C3352D on white background.



Black color preview on #C3352D background

This text has black color on #C3352D background.


White color preview on #C3352D background

This text has white color on #C3352D background.