COLOR #DA1D23

HEX: #DA1D23
RGB: (218,29,35)

Color info

#DA1D23 contains mainly red color. Web safe color of #DA1D23 is #CC3333 (or #C33).

RGB color model

#DA1D23 color RGB value is (218,29,35).

  • red value is 218;
  • green value is 29;
  • blue value is 35.
RGB:
(218,29,35)
(85%,11%,14%)

RGB channels and saturation

R 218 of 255 = 85%
G 29 of 255 = 11%
B 35 of 255 = 14%

218
29
35

R + G + B ~ 37%. #DA1D23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
218 + 29 + 35 = 282 (100%)
R 218 of 282 ~ 77.3%
G 29 of 282 ~ 10.28%
B 35 of 282 ~ 12.41%

%77.3
%10.28
%12.41

CMYK color model

#DA1D23 color CMYK value is (0,87,84,15).

  • cyan value is 0.00%
  • magenta value is 86.70%
  • yellow value is 83.94%
  • key color value is 14.51%
CMYK:
(0,87,84,15)
C0M87Y84K15 
(0%,87%,84%,15%)
(0.00/0.87/0.84/0.15)	

CMYK percentages

%0
%86.7
%83.94
%14.51

Codes

Color #DA1D23 in popluar color models

DA1D23
RGB2182935
HSL358°76.52%48.43%
HSB/HSV358°86.70%85.49%
CMYK0.00%86.70%83.94%
14.51%

Color #DA1D23 in popluar number systems.

HEXDA1D23
Decimal2182935
Binary1101101011101100011
Octal3323543

Shades and tints

Shades of #DA1D23

#DA1D23
(218,29,35)
#C71B20
(199,27,32)
#B4191D
(180,25,29)
#A1171A
(161,23,26)
#8E1517
(142,21,23)
#7B1314
(123,19,20)
#681111
(104,17,17)
#550F0E
(85,15,14)
#420D0B
(66,13,11)
#2F0B08
(47,11,8)
#1C0905
(28,9,5)
#000000
(0,0,0)

Tints of #DA1D23

#DA1D23
(218,29,35)
#DD3137
(221,49,55)
#E0454B
(224,69,75)
#E3595F
(227,89,95)
#E66D73
(230,109,115)
#E98187
(233,129,135)
#EC959B
(236,149,155)
#EFA9AF
(239,169,175)
#F2BDC3
(242,189,195)
#F5D1D7
(245,209,215)
#F8E5EB
(248,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA1D23 color. Also use rgb(218,29,35) instead hex code.

Text Font Color

.myTextColor { color: #DA1D23; }

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

This text font color is #DA1D23.


Background Color

.myBgColor { background-color: #DA1D23; }

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

This div background color is #DA1D23.


Border color

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

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

This div border color is #DA1D23.


Opacity

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

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

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

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

This text has shadow with #DA1D23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA1D23 on black background.


Color preview on white background

This text has color #DA1D23 on white background.



Black color preview on #DA1D23 background

This text has black color on #DA1D23 background.


White color preview on #DA1D23 background

This text has white color on #DA1D23 background.