COLOR #C4414D

HEX: #C4414D
RGB: (196,65,77)

Color info

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

RGB color model

#C4414D color RGB value is (196,65,77).

  • red value is 196;
  • green value is 65;
  • blue value is 77.
RGB:
(196,65,77)
(77%,25%,30%)

RGB channels and saturation

R 196 of 255 = 77%
G 65 of 255 = 25%
B 77 of 255 = 30%

196
65
77

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

Portions of RGB colors in percentages

R + G + B =
196 + 65 + 77 = 338 (100%)
R 196 of 338 ~ 57.99%
G 65 of 338 ~ 19.23%
B 77 of 338 ~ 22.78%

%57.99
%19.23
%22.78

CMYK color model

#C4414D color CMYK value is (0,67,61,23).

  • cyan value is 0.00%
  • magenta value is 66.84%
  • yellow value is 60.71%
  • key color value is 23.14%
CMYK:
(0,67,61,23)
C0M67Y61K23 
(0%,67%,61%,23%)
(0.00/0.67/0.61/0.23)	

CMYK percentages

%0
%66.84
%60.71
%23.14

Codes

Color #C4414D in popluar color models

C4414D
RGB1966577
HSL355°52.61%51.18%
HSB/HSV355°66.84%76.86%
CMYK0.00%66.84%60.71%
23.14%

Color #C4414D in popluar number systems.

HEXC4414D
Decimal1966577
Binary1100010010000011001101
Octal304101115

Shades and tints

Shades of #C4414D

#C4414D
(196,65,77)
#B33C46
(179,60,70)
#A2373F
(162,55,63)
#913238
(145,50,56)
#802D31
(128,45,49)
#6F282A
(111,40,42)
#5E2323
(94,35,35)
#4D1E1C
(77,30,28)
#3C1915
(60,25,21)
#2B140E
(43,20,14)
#1A0F07
(26,15,7)
#000000
(0,0,0)

Tints of #C4414D

#C4414D
(196,65,77)
#C9525D
(201,82,93)
#CE636D
(206,99,109)
#D3747D
(211,116,125)
#D8858D
(216,133,141)
#DD969D
(221,150,157)
#E2A7AD
(226,167,173)
#E7B8BD
(231,184,189)
#ECC9CD
(236,201,205)
#F1DADD
(241,218,221)
#F6EBED
(246,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4414D color. Also use rgb(196,65,77) instead hex code.

Text Font Color

.myTextColor { color: #C4414D; }

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

This text font color is #C4414D.


Background Color

.myBgColor { background-color: #C4414D; }

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

This div background color is #C4414D.


Border color

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

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

This div border color is #C4414D.


Opacity

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

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

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

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

This text has shadow with #C4414D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4414D on black background.


Color preview on white background

This text has color #C4414D on white background.



Black color preview on #C4414D background

This text has black color on #C4414D background.


White color preview on #C4414D background

This text has white color on #C4414D background.