COLOR #D33A23

HEX: #D33A23
RGB: (211,58,35)

Color info

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

RGB color model

#D33A23 color RGB value is (211,58,35).

  • red value is 211;
  • green value is 58;
  • blue value is 35.
RGB:
(211,58,35)
(83%,23%,14%)

RGB channels and saturation

R 211 of 255 = 83%
G 58 of 255 = 23%
B 35 of 255 = 14%

211
58
35

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

Portions of RGB colors in percentages

R + G + B =
211 + 58 + 35 = 304 (100%)
R 211 of 304 ~ 69.41%
G 58 of 304 ~ 19.08%
B 35 of 304 ~ 11.51%

%69.41
%19.08
%11.51

CMYK color model

#D33A23 color CMYK value is (0,73,83,17).

  • cyan value is 0.00%
  • magenta value is 72.51%
  • yellow value is 83.41%
  • key color value is 17.25%
CMYK:
(0,73,83,17)
C0M73Y83K17 
(0%,73%,83%,17%)
(0.00/0.73/0.83/0.17)	

CMYK percentages

%0
%72.51
%83.41
%17.25

Codes

Color #D33A23 in popluar color models

D33A23
RGB2115835
HSL71.54%48.24%
HSB/HSV83.41%82.75%
CMYK0.00%72.51%83.41%
17.25%

Color #D33A23 in popluar number systems.

HEXD33A23
Decimal2115835
Binary11010011111010100011
Octal3237243

Shades and tints

Shades of #D33A23

#D33A23
(211,58,35)
#C03520
(192,53,32)
#AD301D
(173,48,29)
#9A2B1A
(154,43,26)
#872617
(135,38,23)
#742114
(116,33,20)
#611C11
(97,28,17)
#4E170E
(78,23,14)
#3B120B
(59,18,11)
#280D08
(40,13,8)
#150805
(21,8,5)
#000000
(0,0,0)

Tints of #D33A23

#D33A23
(211,58,35)
#D74B37
(215,75,55)
#DB5C4B
(219,92,75)
#DF6D5F
(223,109,95)
#E37E73
(227,126,115)
#E78F87
(231,143,135)
#EBA09B
(235,160,155)
#EFB1AF
(239,177,175)
#F3C2C3
(243,194,195)
#F7D3D7
(247,211,215)
#FBE4EB
(251,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D33A23 color. Also use rgb(211,58,35) instead hex code.

Text Font Color

.myTextColor { color: #D33A23; }

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

This text font color is #D33A23.


Background Color

.myBgColor { background-color: #D33A23; }

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

This div background color is #D33A23.


Border color

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

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

This div border color is #D33A23.


Opacity

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

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

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

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

This text has shadow with #D33A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D33A23 on black background.


Color preview on white background

This text has color #D33A23 on white background.



Black color preview on #D33A23 background

This text has black color on #D33A23 background.


White color preview on #D33A23 background

This text has white color on #D33A23 background.