COLOR #DA1020

HEX: #DA1020
RGB: (218,16,32)

Color info

#DA1020 contains mainly red color. Web safe color of #DA1020 is #CC0033 (or #C03).

RGB color model

#DA1020 color RGB value is (218,16,32).

  • red value is 218;
  • green value is 16;
  • blue value is 32.
RGB:
(218,16,32)
(85%,6%,13%)

RGB channels and saturation

R 218 of 255 = 85%
G 16 of 255 = 6%
B 32 of 255 = 13%

218
16
32

R + G + B ~ 35%. #DA1020 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
218 + 16 + 32 = 266 (100%)
R 218 of 266 ~ 81.95%
G 16 of 266 ~ 6.02%
B 32 of 266 ~ 12.03%

%81.95
%12.03

CMYK color model

#DA1020 color CMYK value is (0,93,85,15).

  • cyan value is 0.00%
  • magenta value is 92.66%
  • yellow value is 85.32%
  • key color value is 14.51%
CMYK:
(0,93,85,15)
C0M93Y85K15 
(0%,93%,85%,15%)
(0.00/0.93/0.85/0.15)	

CMYK percentages

%0
%92.66
%85.32
%14.51

Codes

Color #DA1020 in popluar color models

DA1020
RGB2181632
HSL355°86.32%45.88%
HSB/HSV355°92.66%85.49%
CMYK0.00%92.66%85.32%
14.51%

Color #DA1020 in popluar number systems.

HEXDA1020
Decimal2181632
Binary1101101010000100000
Octal3322040

Shades and tints

Shades of #DA1020

#DA1020
(218,16,32)
#C70F1E
(199,15,30)
#B40E1C
(180,14,28)
#A10D1A
(161,13,26)
#8E0C18
(142,12,24)
#7B0B16
(123,11,22)
#680A14
(104,10,20)
#550912
(85,9,18)
#420810
(66,8,16)
#2F070E
(47,7,14)
#1C060C
(28,6,12)
#000000
(0,0,0)

Tints of #DA1020

#DA1020
(218,16,32)
#DD2534
(221,37,52)
#E03A48
(224,58,72)
#E34F5C
(227,79,92)
#E66470
(230,100,112)
#E97984
(233,121,132)
#EC8E98
(236,142,152)
#EFA3AC
(239,163,172)
#F2B8C0
(242,184,192)
#F5CDD4
(245,205,212)
#F8E2E8
(248,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA1020 color. Also use rgb(218,16,32) instead hex code.

Text Font Color

.myTextColor { color: #DA1020; }

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

This text font color is #DA1020.


Background Color

.myBgColor { background-color: #DA1020; }

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

This div background color is #DA1020.


Border color

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

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

This div border color is #DA1020.


Opacity

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

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

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

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

This text has shadow with #DA1020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA1020 on black background.


Color preview on white background

This text has color #DA1020 on white background.



Black color preview on #DA1020 background

This text has black color on #DA1020 background.


White color preview on #DA1020 background

This text has white color on #DA1020 background.