COLOR #C34420

HEX: #C34420
RGB: (195,68,32)

Color info

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

RGB color model

#C34420 color RGB value is (195,68,32).

  • red value is 195;
  • green value is 68;
  • blue value is 32.
RGB:
(195,68,32)
(76%,27%,13%)

RGB channels and saturation

R 195 of 255 = 76%
G 68 of 255 = 27%
B 32 of 255 = 13%

195
68
32

R + G + B ~ 39%. #C34420 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
195 + 68 + 32 = 295 (100%)
R 195 of 295 ~ 66.1%
G 68 of 295 ~ 23.05%
B 32 of 295 ~ 10.85%

%66.1
%23.05
%10.85

CMYK color model

#C34420 color CMYK value is (0,65,84,24).

  • cyan value is 0.00%
  • magenta value is 65.13%
  • yellow value is 83.59%
  • key color value is 23.53%
CMYK:
(0,65,84,24)
C0M65Y84K24 
(0%,65%,84%,24%)
(0.00/0.65/0.84/0.24)	

CMYK percentages

%0
%65.13
%83.59
%23.53

Codes

Color #C34420 in popluar color models

C34420
RGB1956832
HSL13°71.81%44.51%
HSB/HSV13°83.59%76.47%
CMYK0.00%65.13%83.59%
23.53%

Color #C34420 in popluar number systems.

HEXC34420
Decimal1956832
Binary110000111000100100000
Octal30310440

Shades and tints

Shades of #C34420

#C34420
(195,68,32)
#B23E1E
(178,62,30)
#A1381C
(161,56,28)
#90321A
(144,50,26)
#7F2C18
(127,44,24)
#6E2616
(110,38,22)
#5D2014
(93,32,20)
#4C1A12
(76,26,18)
#3B1410
(59,20,16)
#2A0E0E
(42,14,14)
#19080C
(25,8,12)
#000000
(0,0,0)

Tints of #C34420

#C34420
(195,68,32)
#C85534
(200,85,52)
#CD6648
(205,102,72)
#D2775C
(210,119,92)
#D78870
(215,136,112)
#DC9984
(220,153,132)
#E1AA98
(225,170,152)
#E6BBAC
(230,187,172)
#EBCCC0
(235,204,192)
#F0DDD4
(240,221,212)
#F5EEE8
(245,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C34420 color. Also use rgb(195,68,32) instead hex code.

Text Font Color

.myTextColor { color: #C34420; }

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

This text font color is #C34420.


Background Color

.myBgColor { background-color: #C34420; }

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

This div background color is #C34420.


Border color

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

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

This div border color is #C34420.


Opacity

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

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

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

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

This text has shadow with #C34420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C34420 on black background.


Color preview on white background

This text has color #C34420 on white background.



Black color preview on #C34420 background

This text has black color on #C34420 background.


White color preview on #C34420 background

This text has white color on #C34420 background.