COLOR #D3273B

HEX: #D3273B
RGB: (211,39,59)

Color info

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

RGB color model

#D3273B color RGB value is (211,39,59).

  • red value is 211;
  • green value is 39;
  • blue value is 59.
RGB:
(211,39,59)
(83%,15%,23%)

RGB channels and saturation

R 211 of 255 = 83%
G 39 of 255 = 15%
B 59 of 255 = 23%

211
39
59

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

Portions of RGB colors in percentages

R + G + B =
211 + 39 + 59 = 309 (100%)
R 211 of 309 ~ 68.28%
G 39 of 309 ~ 12.62%
B 59 of 309 ~ 19.09%

%68.28
%12.62
%19.09

CMYK color model

#D3273B color CMYK value is (0,82,72,17).

  • cyan value is 0.00%
  • magenta value is 81.52%
  • yellow value is 72.04%
  • key color value is 17.25%
CMYK:
(0,82,72,17)
C0M82Y72K17 
(0%,82%,72%,17%)
(0.00/0.82/0.72/0.17)	

CMYK percentages

%0
%81.52
%72.04
%17.25

Codes

Color #D3273B in popluar color models

D3273B
RGB2113959
HSL353°68.80%49.02%
HSB/HSV353°81.52%82.75%
CMYK0.00%81.52%72.04%
17.25%

Color #D3273B in popluar number systems.

HEXD3273B
Decimal2113959
Binary11010011100111111011
Octal3234773

Shades and tints

Shades of #D3273B

#D3273B
(211,39,59)
#C02436
(192,36,54)
#AD2131
(173,33,49)
#9A1E2C
(154,30,44)
#871B27
(135,27,39)
#741822
(116,24,34)
#61151D
(97,21,29)
#4E1218
(78,18,24)
#3B0F13
(59,15,19)
#280C0E
(40,12,14)
#150909
(21,9,9)
#000000
(0,0,0)

Tints of #D3273B

#D3273B
(211,39,59)
#D73A4C
(215,58,76)
#DB4D5D
(219,77,93)
#DF606E
(223,96,110)
#E3737F
(227,115,127)
#E78690
(231,134,144)
#EB99A1
(235,153,161)
#EFACB2
(239,172,178)
#F3BFC3
(243,191,195)
#F7D2D4
(247,210,212)
#FBE5E5
(251,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3273B color. Also use rgb(211,39,59) instead hex code.

Text Font Color

.myTextColor { color: #D3273B; }

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

This text font color is #D3273B.


Background Color

.myBgColor { background-color: #D3273B; }

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

This div background color is #D3273B.


Border color

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

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

This div border color is #D3273B.


Opacity

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

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

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

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

This text has shadow with #D3273B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3273B on black background.


Color preview on white background

This text has color #D3273B on white background.



Black color preview on #D3273B background

This text has black color on #D3273B background.


White color preview on #D3273B background

This text has white color on #D3273B background.