COLOR #D02E1C

HEX: #D02E1C
RGB: (208,46,28)

Color info

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

RGB color model

#D02E1C color RGB value is (208,46,28).

  • red value is 208;
  • green value is 46;
  • blue value is 28.
RGB:
(208,46,28)
(82%,18%,11%)

RGB channels and saturation

R 208 of 255 = 82%
G 46 of 255 = 18%
B 28 of 255 = 11%

208
46
28

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

Portions of RGB colors in percentages

R + G + B =
208 + 46 + 28 = 282 (100%)
R 208 of 282 ~ 73.76%
G 46 of 282 ~ 16.31%
B 28 of 282 ~ 9.93%

%73.76
%16.31
%9.93

CMYK color model

#D02E1C color CMYK value is (0,78,87,18).

  • cyan value is 0.00%
  • magenta value is 77.88%
  • yellow value is 86.54%
  • key color value is 18.43%
CMYK:
(0,78,87,18)
C0M78Y87K18 
(0%,78%,87%,18%)
(0.00/0.78/0.87/0.18)	

CMYK percentages

%0
%77.88
%86.54
%18.43

Codes

Color #D02E1C in popluar color models

D02E1C
RGB2084628
HSL76.27%46.27%
HSB/HSV86.54%81.57%
CMYK0.00%77.88%86.54%
18.43%

Color #D02E1C in popluar number systems.

HEXD02E1C
Decimal2084628
Binary1101000010111011100
Octal3205634

Shades and tints

Shades of #D02E1C

#D02E1C
(208,46,28)
#BE2A1A
(190,42,26)
#AC2618
(172,38,24)
#9A2216
(154,34,22)
#881E14
(136,30,20)
#761A12
(118,26,18)
#641610
(100,22,16)
#52120E
(82,18,14)
#400E0C
(64,14,12)
#2E0A0A
(46,10,10)
#1C0608
(28,6,8)
#000000
(0,0,0)

Tints of #D02E1C

#D02E1C
(208,46,28)
#D44130
(212,65,48)
#D85444
(216,84,68)
#DC6758
(220,103,88)
#E07A6C
(224,122,108)
#E48D80
(228,141,128)
#E8A094
(232,160,148)
#ECB3A8
(236,179,168)
#F0C6BC
(240,198,188)
#F4D9D0
(244,217,208)
#F8ECE4
(248,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D02E1C color. Also use rgb(208,46,28) instead hex code.

Text Font Color

.myTextColor { color: #D02E1C; }

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

This text font color is #D02E1C.


Background Color

.myBgColor { background-color: #D02E1C; }

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

This div background color is #D02E1C.


Border color

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

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

This div border color is #D02E1C.


Opacity

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

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

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

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

This text has shadow with #D02E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D02E1C on black background.


Color preview on white background

This text has color #D02E1C on white background.



Black color preview on #D02E1C background

This text has black color on #D02E1C background.


White color preview on #D02E1C background

This text has white color on #D02E1C background.