COLOR #D00B42

HEX: #D00B42
RGB: (208,11,66)

Color info

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

RGB color model

#D00B42 color RGB value is (208,11,66).

  • red value is 208;
  • green value is 11;
  • blue value is 66.
RGB:
(208,11,66)
(82%,4%,26%)

RGB channels and saturation

R 208 of 255 = 82%
G 11 of 255 = 4%
B 66 of 255 = 26%

208
11
66

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

Portions of RGB colors in percentages

R + G + B =
208 + 11 + 66 = 285 (100%)
R 208 of 285 ~ 72.98%
G 11 of 285 ~ 3.86%
B 66 of 285 ~ 23.16%

%72.98
%23.16

CMYK color model

#D00B42 color CMYK value is (0,95,68,18).

  • cyan value is 0.00%
  • magenta value is 94.71%
  • yellow value is 68.27%
  • key color value is 18.43%
CMYK:
(0,95,68,18)
C0M95Y68K18 
(0%,95%,68%,18%)
(0.00/0.95/0.68/0.18)	

CMYK percentages

%0
%94.71
%68.27
%18.43

Codes

Color #D00B42 in popluar color models

D00B42
RGB2081166
HSL343°89.95%42.94%
HSB/HSV343°94.71%81.57%
CMYK0.00%94.71%68.27%
18.43%

Color #D00B42 in popluar number systems.

HEXD00B42
Decimal2081166
Binary1101000010111000010
Octal32013102

Shades and tints

Shades of #D00B42

#D00B42
(208,11,66)
#BE0A3C
(190,10,60)
#AC0936
(172,9,54)
#9A0830
(154,8,48)
#88072A
(136,7,42)
#760624
(118,6,36)
#64051E
(100,5,30)
#520418
(82,4,24)
#400312
(64,3,18)
#2E020C
(46,2,12)
#1C0106
(28,1,6)
#000000
(0,0,0)

Tints of #D00B42

#D00B42
(208,11,66)
#D42153
(212,33,83)
#D83764
(216,55,100)
#DC4D75
(220,77,117)
#E06386
(224,99,134)
#E47997
(228,121,151)
#E88FA8
(232,143,168)
#ECA5B9
(236,165,185)
#F0BBCA
(240,187,202)
#F4D1DB
(244,209,219)
#F8E7EC
(248,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D00B42 color. Also use rgb(208,11,66) instead hex code.

Text Font Color

.myTextColor { color: #D00B42; }

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

This text font color is #D00B42.


Background Color

.myBgColor { background-color: #D00B42; }

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

This div background color is #D00B42.


Border color

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

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

This div border color is #D00B42.


Opacity

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

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

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

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

This text has shadow with #D00B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D00B42 on black background.


Color preview on white background

This text has color #D00B42 on white background.



Black color preview on #D00B42 background

This text has black color on #D00B42 background.


White color preview on #D00B42 background

This text has white color on #D00B42 background.