COLOR #D61A33

HEX: #D61A33
RGB: (214,26,51)

Color info

#D61A33 contains mainly red color. Web safe color of #D61A33 is #CC0033 (or #C03).

RGB color model

#D61A33 color RGB value is (214,26,51).

  • red value is 214;
  • green value is 26;
  • blue value is 51.
RGB:
(214,26,51)
(84%,10%,20%)

RGB channels and saturation

R 214 of 255 = 84%
G 26 of 255 = 10%
B 51 of 255 = 20%

214
26
51

R + G + B ~ 38%. #D61A33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
214 + 26 + 51 = 291 (100%)
R 214 of 291 ~ 73.54%
G 26 of 291 ~ 8.93%
B 51 of 291 ~ 17.53%

%73.54
%17.53

CMYK color model

#D61A33 color CMYK value is (0,88,76,16).

  • cyan value is 0.00%
  • magenta value is 87.85%
  • yellow value is 76.17%
  • key color value is 16.08%
CMYK:
(0,88,76,16)
C0M88Y76K16 
(0%,88%,76%,16%)
(0.00/0.88/0.76/0.16)	

CMYK percentages

%0
%87.85
%76.17
%16.08

Codes

Color #D61A33 in popluar color models

D61A33
RGB2142651
HSL352°78.33%47.06%
HSB/HSV352°87.85%83.92%
CMYK0.00%87.85%76.17%
16.08%

Color #D61A33 in popluar number systems.

HEXD61A33
Decimal2142651
Binary1101011011010110011
Octal3263263

Shades and tints

Shades of #D61A33

#D61A33
(214,26,51)
#C3182F
(195,24,47)
#B0162B
(176,22,43)
#9D1427
(157,20,39)
#8A1223
(138,18,35)
#77101F
(119,16,31)
#640E1B
(100,14,27)
#510C17
(81,12,23)
#3E0A13
(62,10,19)
#2B080F
(43,8,15)
#18060B
(24,6,11)
#000000
(0,0,0)

Tints of #D61A33

#D61A33
(214,26,51)
#D92E45
(217,46,69)
#DC4257
(220,66,87)
#DF5669
(223,86,105)
#E26A7B
(226,106,123)
#E57E8D
(229,126,141)
#E8929F
(232,146,159)
#EBA6B1
(235,166,177)
#EEBAC3
(238,186,195)
#F1CED5
(241,206,213)
#F4E2E7
(244,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D61A33 color. Also use rgb(214,26,51) instead hex code.

Text Font Color

.myTextColor { color: #D61A33; }

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

This text font color is #D61A33.


Background Color

.myBgColor { background-color: #D61A33; }

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

This div background color is #D61A33.


Border color

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

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

This div border color is #D61A33.


Opacity

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

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

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

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

This text has shadow with #D61A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D61A33 on black background.


Color preview on white background

This text has color #D61A33 on white background.



Black color preview on #D61A33 background

This text has black color on #D61A33 background.


White color preview on #D61A33 background

This text has white color on #D61A33 background.