COLOR #D2490F

HEX: #D2490F
RGB: (210,73,15)

Color info

#D2490F contains mainly red color. Web safe color of #D2490F is #CC3300 (or #C30).

RGB color model

#D2490F color RGB value is (210,73,15).

  • red value is 210;
  • green value is 73;
  • blue value is 15.
RGB:
(210,73,15)
(82%,29%,6%)

RGB channels and saturation

R 210 of 255 = 82%
G 73 of 255 = 29%
B 15 of 255 = 6%

210
73
15

R + G + B ~ 39%. #D2490F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
210 + 73 + 15 = 298 (100%)
R 210 of 298 ~ 70.47%
G 73 of 298 ~ 24.5%
B 15 of 298 ~ 5.03%

%70.47
%24.5

CMYK color model

#D2490F color CMYK value is (0,65,93,18).

  • cyan value is 0.00%
  • magenta value is 65.24%
  • yellow value is 92.86%
  • key color value is 17.65%
CMYK:
(0,65,93,18)
C0M65Y93K18 
(0%,65%,93%,18%)
(0.00/0.65/0.93/0.18)	

CMYK percentages

%0
%65.24
%92.86
%17.65

Codes

Color #D2490F in popluar color models

D2490F
RGB2107315
HSL18°86.67%44.12%
HSB/HSV18°92.86%82.35%
CMYK0.00%65.24%92.86%
17.65%

Color #D2490F in popluar number systems.

HEXD2490F
Decimal2107315
Binary1101001010010011111
Octal32211117

Shades and tints

Shades of #D2490F

#D2490F
(210,73,15)
#BF430E
(191,67,14)
#AC3D0D
(172,61,13)
#99370C
(153,55,12)
#86310B
(134,49,11)
#732B0A
(115,43,10)
#602509
(96,37,9)
#4D1F08
(77,31,8)
#3A1907
(58,25,7)
#271306
(39,19,6)
#140D05
(20,13,5)
#000000
(0,0,0)

Tints of #D2490F

#D2490F
(210,73,15)
#D65924
(214,89,36)
#DA6939
(218,105,57)
#DE794E
(222,121,78)
#E28963
(226,137,99)
#E69978
(230,153,120)
#EAA98D
(234,169,141)
#EEB9A2
(238,185,162)
#F2C9B7
(242,201,183)
#F6D9CC
(246,217,204)
#FAE9E1
(250,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2490F color. Also use rgb(210,73,15) instead hex code.

Text Font Color

.myTextColor { color: #D2490F; }

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

This text font color is #D2490F.


Background Color

.myBgColor { background-color: #D2490F; }

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

This div background color is #D2490F.


Border color

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

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

This div border color is #D2490F.


Opacity

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

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

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

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

This text has shadow with #D2490F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2490F on black background.


Color preview on white background

This text has color #D2490F on white background.



Black color preview on #D2490F background

This text has black color on #D2490F background.


White color preview on #D2490F background

This text has white color on #D2490F background.