COLOR #D25E2B

HEX: #D25E2B RGB: (210,94,43)

Color info

#D25E2B contains mainly red color. Web safe color of #D25E2B is #CC6633 (or #C63).

RGB color model

#D25E2B color RGB value is (210,94,43).

RGB: (210,94,43) (82%, 37%, 17%)

RGB channels and saturation

R 210 of 255 = 82%
G 94 of 255 = 37%
B 43 of 255 = 17%

210
94
43

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

Portions of RGB colors in percentages

R + G + B = 210 + 94 + 43 = 347 (100%)
R 210 of 347 ~ 60.52%
G 94 of 347 ~ 27.09%
B 43 of 347 ~ 12.39'%

%60.52
%27.09
%12.39

CMYK color model

#D25E2B color CMYK value is (0,55,80,18).

  • cyan value is 0.00%
  • magenta value is 55.24%
  • yellow value is 79.52%
  • key color value is 17.65%

CMYK: (0,55,80,18)
C0M55Y80K18 (0%, 55%, 80%, 18%)
(0.00 / 0.55 / 0.80 / 0.18)

CMYK percentages

%0
%55.24
%79.52
%17.65

Codes

Color #D25E2B in popluar color models

D2 5E 2B
RGB 210 94 43
HSL 18° 66.01% 49.61%
HSB/HSV 18° 79.52% 82.35%
CMYK 0.00% 55.24% 79.52%
17.65%

Color #D25E2B in popluar number systems.

HEX D2 5E 2B
Decimal 210 94 43
Binary 11010010 1011110 101011
Octal 322 136 53

Shades and tints

Shades of #D25E2B

#D25E2B
(210,94,43)
#BF5628
(191,86,40)
#AC4E25
(172,78,37)
#994622
(153,70,34)
#863E1F
(134,62,31)
#73361C
(115,54,28)
#602E19
(96,46,25)
#4D2616
(77,38,22)
#3A1E13
(58,30,19)
#271610
(39,22,16)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #D25E2B

#D25E2B
(210,94,43)
#D66C3E
(214,108,62)
#DA7A51
(218,122,81)
#DE8864
(222,136,100)
#E29677
(226,150,119)
#E6A48A
(230,164,138)
#EAB29D
(234,178,157)
#EEC0B0
(238,192,176)
#F2CEC3
(242,206,195)
#F6DCD6
(246,220,214)
#FAEAE9
(250,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D25E2B color. Also use rgb(210,94,43) instead hex code.

Text Font Color

.myTextColor { color: #D25E2B; }

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

This text font color is #D25E2B.

Background Color

.myBgColor { background-color: #D25E2B; }

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

This div background color is #D25E2B.

Border color

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

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

This div border color is #D25E2B.

Opacity

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

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

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

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

This text has shadow with #D25E2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D25E2B.

Preview

Color preview on black background

This text has color #D25E2B on black background.


Color preview on white background

This text has color #D25E2B on white background.


Black color preview on #D25E2B background

This text has black color on #D25E2B background.


White color preview on #D25E2B background

This text has white color on #D25E2B background.


Related colors

Complementary color

Complementary color for #hex is #2DA1D4.


I love getcolorcode.com

Triadic colors

1 #2BD25E and #5E2BD2 with #D25E2B are triadic colors.

2 #2B5ED2 and #5ED22B with #D25E2B are triadic colors.