COLOR #D1490B

HEX: #D1490B
RGB: (209,73,11)

Color info

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

RGB color model

#D1490B color RGB value is (209,73,11).

  • red value is 209;
  • green value is 73;
  • blue value is 11.
RGB:
(209,73,11)
(82%,29%,4%)

RGB channels and saturation

R 209 of 255 = 82%
G 73 of 255 = 29%
B 11 of 255 = 4%

209
73
11

R + G + B ~ 38%. #D1490B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
209 + 73 + 11 = 293 (100%)
R 209 of 293 ~ 71.33%
G 73 of 293 ~ 24.91%
B 11 of 293 ~ 3.75%

%71.33
%24.91

CMYK color model

#D1490B color CMYK value is (0,65,95,18).

  • cyan value is 0.00%
  • magenta value is 65.07%
  • yellow value is 94.74%
  • key color value is 18.04%
CMYK:
(0,65,95,18)
C0M65Y95K18 
(0%,65%,95%,18%)
(0.00/0.65/0.95/0.18)	

CMYK percentages

%0
%65.07
%94.74
%18.04

Codes

Color #D1490B in popluar color models

D1490B
RGB2097311
HSL19°90.00%43.14%
HSB/HSV19°94.74%81.96%
CMYK0.00%65.07%94.74%
18.04%

Color #D1490B in popluar number systems.

HEXD1490B
Decimal2097311
Binary1101000110010011011
Octal32111113

Shades and tints

Shades of #D1490B

#D1490B
(209,73,11)
#BE430A
(190,67,10)
#AB3D09
(171,61,9)
#983708
(152,55,8)
#853107
(133,49,7)
#722B06
(114,43,6)
#5F2505
(95,37,5)
#4C1F04
(76,31,4)
#391903
(57,25,3)
#261302
(38,19,2)
#130D01
(19,13,1)
#000000
(0,0,0)

Tints of #D1490B

#D1490B
(209,73,11)
#D55921
(213,89,33)
#D96937
(217,105,55)
#DD794D
(221,121,77)
#E18963
(225,137,99)
#E59979
(229,153,121)
#E9A98F
(233,169,143)
#EDB9A5
(237,185,165)
#F1C9BB
(241,201,187)
#F5D9D1
(245,217,209)
#F9E9E7
(249,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1490B color. Also use rgb(209,73,11) instead hex code.

Text Font Color

.myTextColor { color: #D1490B; }

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

This text font color is #D1490B.


Background Color

.myBgColor { background-color: #D1490B; }

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

This div background color is #D1490B.


Border color

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

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

This div border color is #D1490B.


Opacity

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

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

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

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

This text has shadow with #D1490B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1490B on black background.


Color preview on white background

This text has color #D1490B on white background.



Black color preview on #D1490B background

This text has black color on #D1490B background.


White color preview on #D1490B background

This text has white color on #D1490B background.