COLOR #D00C1B

HEX: #D00C1B
RGB: (208,12,27)

Color info

#D00C1B contains mainly red color. Web safe color of #D00C1B is #CC0033 (or #C03).

RGB color model

#D00C1B color RGB value is (208,12,27).

  • red value is 208;
  • green value is 12;
  • blue value is 27.
RGB:
(208,12,27)
(82%,5%,11%)

RGB channels and saturation

R 208 of 255 = 82%
G 12 of 255 = 5%
B 27 of 255 = 11%

208
12
27

R + G + B ~ 33%. #D00C1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
208 + 12 + 27 = 247 (100%)
R 208 of 247 ~ 84.21%
G 12 of 247 ~ 4.86%
B 27 of 247 ~ 10.93%

%84.21
%10.93

CMYK color model

#D00C1B color CMYK value is (0,94,87,18).

  • cyan value is 0.00%
  • magenta value is 94.23%
  • yellow value is 87.02%
  • key color value is 18.43%
CMYK:
(0,94,87,18)
C0M94Y87K18 
(0%,94%,87%,18%)
(0.00/0.94/0.87/0.18)	

CMYK percentages

%0
%94.23
%87.02
%18.43

Codes

Color #D00C1B in popluar color models

D00C1B
RGB2081227
HSL355°89.09%43.14%
HSB/HSV355°94.23%81.57%
CMYK0.00%94.23%87.02%
18.43%

Color #D00C1B in popluar number systems.

HEXD00C1B
Decimal2081227
Binary11010000110011011
Octal3201433

Shades and tints

Shades of #D00C1B

#D00C1B
(208,12,27)
#BE0B19
(190,11,25)
#AC0A17
(172,10,23)
#9A0915
(154,9,21)
#880813
(136,8,19)
#760711
(118,7,17)
#64060F
(100,6,15)
#52050D
(82,5,13)
#40040B
(64,4,11)
#2E0309
(46,3,9)
#1C0207
(28,2,7)
#000000
(0,0,0)

Tints of #D00C1B

#D00C1B
(208,12,27)
#D4222F
(212,34,47)
#D83843
(216,56,67)
#DC4E57
(220,78,87)
#E0646B
(224,100,107)
#E47A7F
(228,122,127)
#E89093
(232,144,147)
#ECA6A7
(236,166,167)
#F0BCBB
(240,188,187)
#F4D2CF
(244,210,207)
#F8E8E3
(248,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D00C1B color. Also use rgb(208,12,27) instead hex code.

Text Font Color

.myTextColor { color: #D00C1B; }

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

This text font color is #D00C1B.


Background Color

.myBgColor { background-color: #D00C1B; }

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

This div background color is #D00C1B.


Border color

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

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

This div border color is #D00C1B.


Opacity

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

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

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

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

This text has shadow with #D00C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D00C1B on black background.


Color preview on white background

This text has color #D00C1B on white background.



Black color preview on #D00C1B background

This text has black color on #D00C1B background.


White color preview on #D00C1B background

This text has white color on #D00C1B background.