COLOR #D64146

HEX: #D64146
RGB: (214,65,70)

Color info

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

RGB color model

#D64146 color RGB value is (214,65,70).

  • red value is 214;
  • green value is 65;
  • blue value is 70.
RGB:
(214,65,70)
(84%,25%,27%)

RGB channels and saturation

R 214 of 255 = 84%
G 65 of 255 = 25%
B 70 of 255 = 27%

214
65
70

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

Portions of RGB colors in percentages

R + G + B =
214 + 65 + 70 = 349 (100%)
R 214 of 349 ~ 61.32%
G 65 of 349 ~ 18.62%
B 70 of 349 ~ 20.06%

%61.32
%18.62
%20.06

CMYK color model

#D64146 color CMYK value is (0,70,67,16).

  • cyan value is 0.00%
  • magenta value is 69.63%
  • yellow value is 67.29%
  • key color value is 16.08%
CMYK:
(0,70,67,16)
C0M70Y67K16 
(0%,70%,67%,16%)
(0.00/0.70/0.67/0.16)	

CMYK percentages

%0
%69.63
%67.29
%16.08

Codes

Color #D64146 in popluar color models

D64146
RGB2146570
HSL358°64.50%54.71%
HSB/HSV358°69.63%83.92%
CMYK0.00%69.63%67.29%
16.08%

Color #D64146 in popluar number systems.

HEXD64146
Decimal2146570
Binary1101011010000011000110
Octal326101106

Shades and tints

Shades of #D64146

#D64146
(214,65,70)
#C33C40
(195,60,64)
#B0373A
(176,55,58)
#9D3234
(157,50,52)
#8A2D2E
(138,45,46)
#772828
(119,40,40)
#642322
(100,35,34)
#511E1C
(81,30,28)
#3E1916
(62,25,22)
#2B1410
(43,20,16)
#180F0A
(24,15,10)
#000000
(0,0,0)

Tints of #D64146

#D64146
(214,65,70)
#D95256
(217,82,86)
#DC6366
(220,99,102)
#DF7476
(223,116,118)
#E28586
(226,133,134)
#E59696
(229,150,150)
#E8A7A6
(232,167,166)
#EBB8B6
(235,184,182)
#EEC9C6
(238,201,198)
#F1DAD6
(241,218,214)
#F4EBE6
(244,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D64146 color. Also use rgb(214,65,70) instead hex code.

Text Font Color

.myTextColor { color: #D64146; }

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

This text font color is #D64146.


Background Color

.myBgColor { background-color: #D64146; }

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

This div background color is #D64146.


Border color

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

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

This div border color is #D64146.


Opacity

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

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

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

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

This text has shadow with #D64146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D64146 on black background.


Color preview on white background

This text has color #D64146 on white background.



Black color preview on #D64146 background

This text has black color on #D64146 background.


White color preview on #D64146 background

This text has white color on #D64146 background.