COLOR #D9074B

HEX: #D9074B
RGB: (217,7,75)

Color info

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

RGB color model

#D9074B color RGB value is (217,7,75).

  • red value is 217;
  • green value is 7;
  • blue value is 75.
RGB:
(217,7,75)
(85%,3%,29%)

RGB channels and saturation

R 217 of 255 = 85%
G 7 of 255 = 3%
B 75 of 255 = 29%

217
7
75

R + G + B ~ 39%. #D9074B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
217 + 7 + 75 = 299 (100%)
R 217 of 299 ~ 72.58%
G 7 of 299 ~ 2.34%
B 75 of 299 ~ 25.08%

%72.58
%25.08

CMYK color model

#D9074B color CMYK value is (0,97,65,15).

  • cyan value is 0.00%
  • magenta value is 96.77%
  • yellow value is 65.44%
  • key color value is 14.90%
CMYK:
(0,97,65,15)
C0M97Y65K15 
(0%,97%,65%,15%)
(0.00/0.97/0.65/0.15)	

CMYK percentages

%0
%96.77
%65.44
%14.9

Codes

Color #D9074B in popluar color models

D9074B
RGB217775
HSL341°93.75%43.92%
HSB/HSV341°96.77%85.10%
CMYK0.00%96.77%65.44%
14.90%

Color #D9074B in popluar number systems.

HEXD9074B
Decimal217775
Binary110110011111001011
Octal3317113

Shades and tints

Shades of #D9074B

#D9074B
(217,7,75)
#C60745
(198,7,69)
#B3073F
(179,7,63)
#A00739
(160,7,57)
#8D0733
(141,7,51)
#7A072D
(122,7,45)
#670727
(103,7,39)
#540721
(84,7,33)
#41071B
(65,7,27)
#2E0715
(46,7,21)
#1B070F
(27,7,15)
#000000
(0,0,0)

Tints of #D9074B

#D9074B
(217,7,75)
#DC1D5B
(220,29,91)
#DF336B
(223,51,107)
#E2497B
(226,73,123)
#E55F8B
(229,95,139)
#E8759B
(232,117,155)
#EB8BAB
(235,139,171)
#EEA1BB
(238,161,187)
#F1B7CB
(241,183,203)
#F4CDDB
(244,205,219)
#F7E3EB
(247,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9074B color. Also use rgb(217,7,75) instead hex code.

Text Font Color

.myTextColor { color: #D9074B; }

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

This text font color is #D9074B.


Background Color

.myBgColor { background-color: #D9074B; }

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

This div background color is #D9074B.


Border color

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

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

This div border color is #D9074B.


Opacity

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

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

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

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

This text has shadow with #D9074B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9074B on black background.


Color preview on white background

This text has color #D9074B on white background.



Black color preview on #D9074B background

This text has black color on #D9074B background.


White color preview on #D9074B background

This text has white color on #D9074B background.