COLOR #D64842

HEX: #D64842
RGB: (214,72,66)

Color info

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

RGB color model

#D64842 color RGB value is (214,72,66).

  • red value is 214;
  • green value is 72;
  • blue value is 66.
RGB:
(214,72,66)
(84%,28%,26%)

RGB channels and saturation

R 214 of 255 = 84%
G 72 of 255 = 28%
B 66 of 255 = 26%

214
72
66

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

Portions of RGB colors in percentages

R + G + B =
214 + 72 + 66 = 352 (100%)
R 214 of 352 ~ 60.8%
G 72 of 352 ~ 20.45%
B 66 of 352 ~ 18.75%

%60.8
%20.45
%18.75

CMYK color model

#D64842 color CMYK value is (0,66,69,16).

  • cyan value is 0.00%
  • magenta value is 66.36%
  • yellow value is 69.16%
  • key color value is 16.08%
CMYK:
(0,66,69,16)
C0M66Y69K16 
(0%,66%,69%,16%)
(0.00/0.66/0.69/0.16)	

CMYK percentages

%0
%66.36
%69.16
%16.08

Codes

Color #D64842 in popluar color models

D64842
RGB2147266
HSL64.35%54.90%
HSB/HSV69.16%83.92%
CMYK0.00%66.36%69.16%
16.08%

Color #D64842 in popluar number systems.

HEXD64842
Decimal2147266
Binary1101011010010001000010
Octal326110102

Shades and tints

Shades of #D64842

#D64842
(214,72,66)
#C3423C
(195,66,60)
#B03C36
(176,60,54)
#9D3630
(157,54,48)
#8A302A
(138,48,42)
#772A24
(119,42,36)
#64241E
(100,36,30)
#511E18
(81,30,24)
#3E1812
(62,24,18)
#2B120C
(43,18,12)
#180C06
(24,12,6)
#000000
(0,0,0)

Tints of #D64842

#D64842
(214,72,66)
#D95853
(217,88,83)
#DC6864
(220,104,100)
#DF7875
(223,120,117)
#E28886
(226,136,134)
#E59897
(229,152,151)
#E8A8A8
(232,168,168)
#EBB8B9
(235,184,185)
#EEC8CA
(238,200,202)
#F1D8DB
(241,216,219)
#F4E8EC
(244,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D64842 color. Also use rgb(214,72,66) instead hex code.

Text Font Color

.myTextColor { color: #D64842; }

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

This text font color is #D64842.


Background Color

.myBgColor { background-color: #D64842; }

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

This div background color is #D64842.


Border color

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

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

This div border color is #D64842.


Opacity

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

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

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

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

This text has shadow with #D64842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D64842 on black background.


Color preview on white background

This text has color #D64842 on white background.



Black color preview on #D64842 background

This text has black color on #D64842 background.


White color preview on #D64842 background

This text has white color on #D64842 background.