COLOR #DF360A

HEX: #DF360A
RGB: (223,54,10)

Color info

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

RGB color model

#DF360A color RGB value is (223,54,10).

  • red value is 223;
  • green value is 54;
  • blue value is 10.
RGB:
(223,54,10)
(87%,21%,4%)

RGB channels and saturation

R 223 of 255 = 87%
G 54 of 255 = 21%
B 10 of 255 = 4%

223
54
10

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

Portions of RGB colors in percentages

R + G + B =
223 + 54 + 10 = 287 (100%)
R 223 of 287 ~ 77.7%
G 54 of 287 ~ 18.82%
B 10 of 287 ~ 3.48%

%77.7
%18.82

CMYK color model

#DF360A color CMYK value is (0,76,96,13).

  • cyan value is 0.00%
  • magenta value is 75.78%
  • yellow value is 95.52%
  • key color value is 12.55%
CMYK:
(0,76,96,13)
C0M76Y96K13 
(0%,76%,96%,13%)
(0.00/0.76/0.96/0.13)	

CMYK percentages

%0
%75.78
%95.52
%12.55

Codes

Color #DF360A in popluar color models

DF360A
RGB2235410
HSL12°91.42%45.69%
HSB/HSV12°95.52%87.45%
CMYK0.00%75.78%95.52%
12.55%

Color #DF360A in popluar number systems.

HEXDF360A
Decimal2235410
Binary110111111101101010
Octal3376612

Shades and tints

Shades of #DF360A

#DF360A
(223,54,10)
#CB320A
(203,50,10)
#B72E0A
(183,46,10)
#A32A0A
(163,42,10)
#8F260A
(143,38,10)
#7B220A
(123,34,10)
#671E0A
(103,30,10)
#531A0A
(83,26,10)
#3F160A
(63,22,10)
#2B120A
(43,18,10)
#170E0A
(23,14,10)
#000000
(0,0,0)

Tints of #DF360A

#DF360A
(223,54,10)
#E14820
(225,72,32)
#E35A36
(227,90,54)
#E56C4C
(229,108,76)
#E77E62
(231,126,98)
#E99078
(233,144,120)
#EBA28E
(235,162,142)
#EDB4A4
(237,180,164)
#EFC6BA
(239,198,186)
#F1D8D0
(241,216,208)
#F3EAE6
(243,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF360A color. Also use rgb(223,54,10) instead hex code.

Text Font Color

.myTextColor { color: #DF360A; }

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

This text font color is #DF360A.


Background Color

.myBgColor { background-color: #DF360A; }

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

This div background color is #DF360A.


Border color

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

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

This div border color is #DF360A.


Opacity

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

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

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

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

This text has shadow with #DF360A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF360A on black background.


Color preview on white background

This text has color #DF360A on white background.



Black color preview on #DF360A background

This text has black color on #DF360A background.


White color preview on #DF360A background

This text has white color on #DF360A background.