COLOR #D3433A

HEX: #D3433A
RGB: (211,67,58)

Color info

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

RGB color model

#D3433A color RGB value is (211,67,58).

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

RGB channels and saturation

R 211 of 255 = 83%
G 67 of 255 = 26%
B 58 of 255 = 23%

211
67
58

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

Portions of RGB colors in percentages

R + G + B =
211 + 67 + 58 = 336 (100%)
R 211 of 336 ~ 62.8%
G 67 of 336 ~ 19.94%
B 58 of 336 ~ 17.26%

%62.8
%19.94
%17.26

CMYK color model

#D3433A color CMYK value is (0,68,73,17).

  • cyan value is 0.00%
  • magenta value is 68.25%
  • yellow value is 72.51%
  • key color value is 17.25%
CMYK:
(0,68,73,17)
C0M68Y73K17 
(0%,68%,73%,17%)
(0.00/0.68/0.73/0.17)	

CMYK percentages

%0
%68.25
%72.51
%17.25

Codes

Color #D3433A in popluar color models

D3433A
RGB2116758
HSL63.49%52.75%
HSB/HSV72.51%82.75%
CMYK0.00%68.25%72.51%
17.25%

Color #D3433A in popluar number systems.

HEXD3433A
Decimal2116758
Binary110100111000011111010
Octal32310372

Shades and tints

Shades of #D3433A

#D3433A
(211,67,58)
#C03D35
(192,61,53)
#AD3730
(173,55,48)
#9A312B
(154,49,43)
#872B26
(135,43,38)
#742521
(116,37,33)
#611F1C
(97,31,28)
#4E1917
(78,25,23)
#3B1312
(59,19,18)
#280D0D
(40,13,13)
#150708
(21,7,8)
#000000
(0,0,0)

Tints of #D3433A

#D3433A
(211,67,58)
#D7544B
(215,84,75)
#DB655C
(219,101,92)
#DF766D
(223,118,109)
#E3877E
(227,135,126)
#E7988F
(231,152,143)
#EBA9A0
(235,169,160)
#EFBAB1
(239,186,177)
#F3CBC2
(243,203,194)
#F7DCD3
(247,220,211)
#FBEDE4
(251,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3433A; }

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

This text font color is #D3433A.


Background Color

.myBgColor { background-color: #D3433A; }

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

This div background color is #D3433A.


Border color

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

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

This div border color is #D3433A.


Opacity

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

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

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

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

This text has shadow with #D3433A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3433A on black background.


Color preview on white background

This text has color #D3433A on white background.



Black color preview on #D3433A background

This text has black color on #D3433A background.


White color preview on #D3433A background

This text has white color on #D3433A background.