COLOR #C34019

HEX: #C34019
RGB: (195,64,25)

Color info

#C34019 contains mainly red color. Web safe color of #C34019 is #CC3300 (or #C30).

RGB color model

#C34019 color RGB value is (195,64,25).

  • red value is 195;
  • green value is 64;
  • blue value is 25.
RGB:
(195,64,25)
(76%,25%,10%)

RGB channels and saturation

R 195 of 255 = 76%
G 64 of 255 = 25%
B 25 of 255 = 10%

195
64
25

R + G + B ~ 37%. #C34019 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
195 + 64 + 25 = 284 (100%)
R 195 of 284 ~ 68.66%
G 64 of 284 ~ 22.54%
B 25 of 284 ~ 8.8%

%68.66
%22.54

CMYK color model

#C34019 color CMYK value is (0,67,87,24).

  • cyan value is 0.00%
  • magenta value is 67.18%
  • yellow value is 87.18%
  • key color value is 23.53%
CMYK:
(0,67,87,24)
C0M67Y87K24 
(0%,67%,87%,24%)
(0.00/0.67/0.87/0.24)	

CMYK percentages

%0
%67.18
%87.18
%23.53

Codes

Color #C34019 in popluar color models

C34019
RGB1956425
HSL14°77.27%43.14%
HSB/HSV14°87.18%76.47%
CMYK0.00%67.18%87.18%
23.53%

Color #C34019 in popluar number systems.

HEXC34019
Decimal1956425
Binary11000011100000011001
Octal30310031

Shades and tints

Shades of #C34019

#C34019
(195,64,25)
#B23B17
(178,59,23)
#A13615
(161,54,21)
#903113
(144,49,19)
#7F2C11
(127,44,17)
#6E270F
(110,39,15)
#5D220D
(93,34,13)
#4C1D0B
(76,29,11)
#3B1809
(59,24,9)
#2A1307
(42,19,7)
#190E05
(25,14,5)
#000000
(0,0,0)

Tints of #C34019

#C34019
(195,64,25)
#C8512D
(200,81,45)
#CD6241
(205,98,65)
#D27355
(210,115,85)
#D78469
(215,132,105)
#DC957D
(220,149,125)
#E1A691
(225,166,145)
#E6B7A5
(230,183,165)
#EBC8B9
(235,200,185)
#F0D9CD
(240,217,205)
#F5EAE1
(245,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C34019 color. Also use rgb(195,64,25) instead hex code.

Text Font Color

.myTextColor { color: #C34019; }

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

This text font color is #C34019.


Background Color

.myBgColor { background-color: #C34019; }

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

This div background color is #C34019.


Border color

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

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

This div border color is #C34019.


Opacity

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

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

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

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

This text has shadow with #C34019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C34019 on black background.


Color preview on white background

This text has color #C34019 on white background.



Black color preview on #C34019 background

This text has black color on #C34019 background.


White color preview on #C34019 background

This text has white color on #C34019 background.