COLOR #DA1E0F

HEX: #DA1E0F
RGB: (218,30,15)

Color info

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

RGB color model

#DA1E0F color RGB value is (218,30,15).

  • red value is 218;
  • green value is 30;
  • blue value is 15.
RGB:
(218,30,15)
(85%,12%,6%)

RGB channels and saturation

R 218 of 255 = 85%
G 30 of 255 = 12%
B 15 of 255 = 6%

218
30
15

R + G + B ~ 34%. #DA1E0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
218 + 30 + 15 = 263 (100%)
R 218 of 263 ~ 82.89%
G 30 of 263 ~ 11.41%
B 15 of 263 ~ 5.7%

%82.89
%11.41

CMYK color model

#DA1E0F color CMYK value is (0,86,93,15).

  • cyan value is 0.00%
  • magenta value is 86.24%
  • yellow value is 93.12%
  • key color value is 14.51%
CMYK:
(0,86,93,15)
C0M86Y93K15 
(0%,86%,93%,15%)
(0.00/0.86/0.93/0.15)	

CMYK percentages

%0
%86.24
%93.12
%14.51

Codes

Color #DA1E0F in popluar color models

DA1E0F
RGB2183015
HSL87.12%45.69%
HSB/HSV93.12%85.49%
CMYK0.00%86.24%93.12%
14.51%

Color #DA1E0F in popluar number systems.

HEXDA1E0F
Decimal2183015
Binary11011010111101111
Octal3323617

Shades and tints

Shades of #DA1E0F

#DA1E0F
(218,30,15)
#C71C0E
(199,28,14)
#B41A0D
(180,26,13)
#A1180C
(161,24,12)
#8E160B
(142,22,11)
#7B140A
(123,20,10)
#681209
(104,18,9)
#551008
(85,16,8)
#420E07
(66,14,7)
#2F0C06
(47,12,6)
#1C0A05
(28,10,5)
#000000
(0,0,0)

Tints of #DA1E0F

#DA1E0F
(218,30,15)
#DD3224
(221,50,36)
#E04639
(224,70,57)
#E35A4E
(227,90,78)
#E66E63
(230,110,99)
#E98278
(233,130,120)
#EC968D
(236,150,141)
#EFAAA2
(239,170,162)
#F2BEB7
(242,190,183)
#F5D2CC
(245,210,204)
#F8E6E1
(248,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA1E0F color. Also use rgb(218,30,15) instead hex code.

Text Font Color

.myTextColor { color: #DA1E0F; }

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

This text font color is #DA1E0F.


Background Color

.myBgColor { background-color: #DA1E0F; }

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

This div background color is #DA1E0F.


Border color

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

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

This div border color is #DA1E0F.


Opacity

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

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

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

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

This text has shadow with #DA1E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA1E0F on black background.


Color preview on white background

This text has color #DA1E0F on white background.



Black color preview on #DA1E0F background

This text has black color on #DA1E0F background.


White color preview on #DA1E0F background

This text has white color on #DA1E0F background.