COLOR #D90F0C

HEX: #D90F0C
RGB: (217,15,12)

Color info

#D90F0C contains mainly red color. Web safe color of #D90F0C is #CC0000 (or #C00).

RGB color model

#D90F0C color RGB value is (217,15,12).

  • red value is 217;
  • green value is 15;
  • blue value is 12.
RGB:
(217,15,12)
(85%,6%,5%)

RGB channels and saturation

R 217 of 255 = 85%
G 15 of 255 = 6%
B 12 of 255 = 5%

217
15
12

R + G + B ~ 32%. #D90F0C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
217 + 15 + 12 = 244 (100%)
R 217 of 244 ~ 88.93%
G 15 of 244 ~ 6.15%
B 12 of 244 ~ 4.92%

%88.93

CMYK color model

#D90F0C color CMYK value is (0,93,94,15).

  • cyan value is 0.00%
  • magenta value is 93.09%
  • yellow value is 94.47%
  • key color value is 14.90%
CMYK:
(0,93,94,15)
C0M93Y94K15 
(0%,93%,94%,15%)
(0.00/0.93/0.94/0.15)	

CMYK percentages

%0
%93.09
%94.47
%14.9

Codes

Color #D90F0C in popluar color models

D90F0C
RGB2171512
HSL89.52%44.90%
HSB/HSV94.47%85.10%
CMYK0.00%93.09%94.47%
14.90%

Color #D90F0C in popluar number systems.

HEXD90F0C
Decimal2171512
Binary1101100111111100
Octal3311714

Shades and tints

Shades of #D90F0C

#D90F0C
(217,15,12)
#C60E0B
(198,14,11)
#B30D0A
(179,13,10)
#A00C09
(160,12,9)
#8D0B08
(141,11,8)
#7A0A07
(122,10,7)
#670906
(103,9,6)
#540805
(84,8,5)
#410704
(65,7,4)
#2E0603
(46,6,3)
#1B0502
(27,5,2)
#000000
(0,0,0)

Tints of #D90F0C

#D90F0C
(217,15,12)
#DC2422
(220,36,34)
#DF3938
(223,57,56)
#E24E4E
(226,78,78)
#E56364
(229,99,100)
#E8787A
(232,120,122)
#EB8D90
(235,141,144)
#EEA2A6
(238,162,166)
#F1B7BC
(241,183,188)
#F4CCD2
(244,204,210)
#F7E1E8
(247,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D90F0C color. Also use rgb(217,15,12) instead hex code.

Text Font Color

.myTextColor { color: #D90F0C; }

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

This text font color is #D90F0C.


Background Color

.myBgColor { background-color: #D90F0C; }

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

This div background color is #D90F0C.


Border color

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

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

This div border color is #D90F0C.


Opacity

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

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

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

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

This text has shadow with #D90F0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D90F0C on black background.


Color preview on white background

This text has color #D90F0C on white background.



Black color preview on #D90F0C background

This text has black color on #D90F0C background.


White color preview on #D90F0C background

This text has white color on #D90F0C background.