COLOR #C4314F

HEX: #C4314F
RGB: (196,49,79)

Color info

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

RGB color model

#C4314F color RGB value is (196,49,79).

  • red value is 196;
  • green value is 49;
  • blue value is 79.
RGB:
(196,49,79)
(77%,19%,31%)

RGB channels and saturation

R 196 of 255 = 77%
G 49 of 255 = 19%
B 79 of 255 = 31%

196
49
79

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

Portions of RGB colors in percentages

R + G + B =
196 + 49 + 79 = 324 (100%)
R 196 of 324 ~ 60.49%
G 49 of 324 ~ 15.12%
B 79 of 324 ~ 24.38%

%60.49
%15.12
%24.38

CMYK color model

#C4314F color CMYK value is (0,75,60,23).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 59.69%
  • key color value is 23.14%
CMYK:
(0,75,60,23)
C0M75Y60K23 
(0%,75%,60%,23%)
(0.00/0.75/0.60/0.23)	

CMYK percentages

%0
%75
%59.69
%23.14

Codes

Color #C4314F in popluar color models

C4314F
RGB1964979
HSL348°60.00%48.04%
HSB/HSV348°75.00%76.86%
CMYK0.00%75.00%59.69%
23.14%

Color #C4314F in popluar number systems.

HEXC4314F
Decimal1964979
Binary110001001100011001111
Octal30461117

Shades and tints

Shades of #C4314F

#C4314F
(196,49,79)
#B32D48
(179,45,72)
#A22941
(162,41,65)
#91253A
(145,37,58)
#802133
(128,33,51)
#6F1D2C
(111,29,44)
#5E1925
(94,25,37)
#4D151E
(77,21,30)
#3C1117
(60,17,23)
#2B0D10
(43,13,16)
#1A0909
(26,9,9)
#000000
(0,0,0)

Tints of #C4314F

#C4314F
(196,49,79)
#C9435F
(201,67,95)
#CE556F
(206,85,111)
#D3677F
(211,103,127)
#D8798F
(216,121,143)
#DD8B9F
(221,139,159)
#E29DAF
(226,157,175)
#E7AFBF
(231,175,191)
#ECC1CF
(236,193,207)
#F1D3DF
(241,211,223)
#F6E5EF
(246,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4314F color. Also use rgb(196,49,79) instead hex code.

Text Font Color

.myTextColor { color: #C4314F; }

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

This text font color is #C4314F.


Background Color

.myBgColor { background-color: #C4314F; }

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

This div background color is #C4314F.


Border color

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

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

This div border color is #C4314F.


Opacity

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

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

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

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

This text has shadow with #C4314F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4314F on black background.


Color preview on white background

This text has color #C4314F on white background.



Black color preview on #C4314F background

This text has black color on #C4314F background.


White color preview on #C4314F background

This text has white color on #C4314F background.