COLOR #DA260D

HEX: #DA260D
RGB: (218,38,13)

Color info

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

RGB color model

#DA260D color RGB value is (218,38,13).

  • red value is 218;
  • green value is 38;
  • blue value is 13.
RGB:
(218,38,13)
(85%,15%,5%)

RGB channels and saturation

R 218 of 255 = 85%
G 38 of 255 = 15%
B 13 of 255 = 5%

218
38
13

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

Portions of RGB colors in percentages

R + G + B =
218 + 38 + 13 = 269 (100%)
R 218 of 269 ~ 81.04%
G 38 of 269 ~ 14.13%
B 13 of 269 ~ 4.83%

%81.04
%14.13

CMYK color model

#DA260D color CMYK value is (0,83,94,15).

  • cyan value is 0.00%
  • magenta value is 82.57%
  • yellow value is 94.04%
  • key color value is 14.51%
CMYK:
(0,83,94,15)
C0M83Y94K15 
(0%,83%,94%,15%)
(0.00/0.83/0.94/0.15)	

CMYK percentages

%0
%82.57
%94.04
%14.51

Codes

Color #DA260D in popluar color models

DA260D
RGB2183813
HSL88.74%45.29%
HSB/HSV94.04%85.49%
CMYK0.00%82.57%94.04%
14.51%

Color #DA260D in popluar number systems.

HEXDA260D
Decimal2183813
Binary110110101001101101
Octal3324615

Shades and tints

Shades of #DA260D

#DA260D
(218,38,13)
#C7230C
(199,35,12)
#B4200B
(180,32,11)
#A11D0A
(161,29,10)
#8E1A09
(142,26,9)
#7B1708
(123,23,8)
#681407
(104,20,7)
#551106
(85,17,6)
#420E05
(66,14,5)
#2F0B04
(47,11,4)
#1C0803
(28,8,3)
#000000
(0,0,0)

Tints of #DA260D

#DA260D
(218,38,13)
#DD3923
(221,57,35)
#E04C39
(224,76,57)
#E35F4F
(227,95,79)
#E67265
(230,114,101)
#E9857B
(233,133,123)
#EC9891
(236,152,145)
#EFABA7
(239,171,167)
#F2BEBD
(242,190,189)
#F5D1D3
(245,209,211)
#F8E4E9
(248,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA260D color. Also use rgb(218,38,13) instead hex code.

Text Font Color

.myTextColor { color: #DA260D; }

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

This text font color is #DA260D.


Background Color

.myBgColor { background-color: #DA260D; }

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

This div background color is #DA260D.


Border color

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

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

This div border color is #DA260D.


Opacity

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

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

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

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

This text has shadow with #DA260D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA260D on black background.


Color preview on white background

This text has color #DA260D on white background.



Black color preview on #DA260D background

This text has black color on #DA260D background.


White color preview on #DA260D background

This text has white color on #DA260D background.