COLOR #DA0217

HEX: #DA0217
RGB: (218,2,23)

Color info

#DA0217 contains mainly red color. Web safe color of #DA0217 is #CC0000 (or #C00).

RGB color model

#DA0217 color RGB value is (218,2,23).

  • red value is 218;
  • green value is 2;
  • blue value is 23.
RGB:
(218,2,23)
(85%,1%,9%)

RGB channels and saturation

R 218 of 255 = 85%
G 2 of 255 = 1%
B 23 of 255 = 9%

218
2
23

R + G + B ~ 32%. #DA0217 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
218 + 2 + 23 = 243 (100%)
R 218 of 243 ~ 89.71%
G 2 of 243 ~ 0.82%
B 23 of 243 ~ 9.47%

%89.71

CMYK color model

#DA0217 color CMYK value is (0,99,89,15).

  • cyan value is 0.00%
  • magenta value is 99.08%
  • yellow value is 89.45%
  • key color value is 14.51%
CMYK:
(0,99,89,15)
C0M99Y89K15 
(0%,99%,89%,15%)
(0.00/0.99/0.89/0.15)	

CMYK percentages

%0
%99.08
%89.45
%14.51

Codes

Color #DA0217 in popluar color models

DA0217
RGB218223
HSL354°98.18%43.14%
HSB/HSV354°99.08%85.49%
CMYK0.00%99.08%89.45%
14.51%

Color #DA0217 in popluar number systems.

HEXDA0217
Decimal218223
Binary110110101010111
Octal332227

Shades and tints

Shades of #DA0217

#DA0217
(218,2,23)
#C70215
(199,2,21)
#B40213
(180,2,19)
#A10211
(161,2,17)
#8E020F
(142,2,15)
#7B020D
(123,2,13)
#68020B
(104,2,11)
#550209
(85,2,9)
#420207
(66,2,7)
#2F0205
(47,2,5)
#1C0203
(28,2,3)
#000000
(0,0,0)

Tints of #DA0217

#DA0217
(218,2,23)
#DD192C
(221,25,44)
#E03041
(224,48,65)
#E34756
(227,71,86)
#E65E6B
(230,94,107)
#E97580
(233,117,128)
#EC8C95
(236,140,149)
#EFA3AA
(239,163,170)
#F2BABF
(242,186,191)
#F5D1D4
(245,209,212)
#F8E8E9
(248,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA0217 color. Also use rgb(218,2,23) instead hex code.

Text Font Color

.myTextColor { color: #DA0217; }

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

This text font color is #DA0217.


Background Color

.myBgColor { background-color: #DA0217; }

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

This div background color is #DA0217.


Border color

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

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

This div border color is #DA0217.


Opacity

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

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

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

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

This text has shadow with #DA0217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA0217 on black background.


Color preview on white background

This text has color #DA0217 on white background.



Black color preview on #DA0217 background

This text has black color on #DA0217 background.


White color preview on #DA0217 background

This text has white color on #DA0217 background.