COLOR #D61C41

HEX: #D61C41
RGB: (214,28,65)

Color info

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

RGB color model

#D61C41 color RGB value is (214,28,65).

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

RGB channels and saturation

R 214 of 255 = 84%
G 28 of 255 = 11%
B 65 of 255 = 25%

214
28
65

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

Portions of RGB colors in percentages

R + G + B =
214 + 28 + 65 = 307 (100%)
R 214 of 307 ~ 69.71%
G 28 of 307 ~ 9.12%
B 65 of 307 ~ 21.17%

%69.71
%21.17

CMYK color model

#D61C41 color CMYK value is (0,87,70,16).

  • cyan value is 0.00%
  • magenta value is 86.92%
  • yellow value is 69.63%
  • key color value is 16.08%
CMYK:
(0,87,70,16)
C0M87Y70K16 
(0%,87%,70%,16%)
(0.00/0.87/0.70/0.16)	

CMYK percentages

%0
%86.92
%69.63
%16.08

Codes

Color #D61C41 in popluar color models

D61C41
RGB2142865
HSL348°76.86%47.45%
HSB/HSV348°86.92%83.92%
CMYK0.00%86.92%69.63%
16.08%

Color #D61C41 in popluar number systems.

HEXD61C41
Decimal2142865
Binary11010110111001000001
Octal32634101

Shades and tints

Shades of #D61C41

#D61C41
(214,28,65)
#C31A3C
(195,26,60)
#B01837
(176,24,55)
#9D1632
(157,22,50)
#8A142D
(138,20,45)
#771228
(119,18,40)
#641023
(100,16,35)
#510E1E
(81,14,30)
#3E0C19
(62,12,25)
#2B0A14
(43,10,20)
#18080F
(24,8,15)
#000000
(0,0,0)

Tints of #D61C41

#D61C41
(214,28,65)
#D93052
(217,48,82)
#DC4463
(220,68,99)
#DF5874
(223,88,116)
#E26C85
(226,108,133)
#E58096
(229,128,150)
#E894A7
(232,148,167)
#EBA8B8
(235,168,184)
#EEBCC9
(238,188,201)
#F1D0DA
(241,208,218)
#F4E4EB
(244,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D61C41; }

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

This text font color is #D61C41.


Background Color

.myBgColor { background-color: #D61C41; }

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

This div background color is #D61C41.


Border color

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

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

This div border color is #D61C41.


Opacity

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

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

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

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

This text has shadow with #D61C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D61C41 on black background.


Color preview on white background

This text has color #D61C41 on white background.



Black color preview on #D61C41 background

This text has black color on #D61C41 background.


White color preview on #D61C41 background

This text has white color on #D61C41 background.