COLOR #D90240

HEX: #D90240
RGB: (217,2,64)

Color info

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

RGB color model

#D90240 color RGB value is (217,2,64).

  • red value is 217;
  • green value is 2;
  • blue value is 64.
RGB:
(217,2,64)
(85%,1%,25%)

RGB channels and saturation

R 217 of 255 = 85%
G 2 of 255 = 1%
B 64 of 255 = 25%

217
2
64

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

Portions of RGB colors in percentages

R + G + B =
217 + 2 + 64 = 283 (100%)
R 217 of 283 ~ 76.68%
G 2 of 283 ~ 0.71%
B 64 of 283 ~ 22.61%

%76.68
%22.61

CMYK color model

#D90240 color CMYK value is (0,99,71,15).

  • cyan value is 0.00%
  • magenta value is 99.08%
  • yellow value is 70.51%
  • key color value is 14.90%
CMYK:
(0,99,71,15)
C0M99Y71K15 
(0%,99%,71%,15%)
(0.00/0.99/0.71/0.15)	

CMYK percentages

%0
%99.08
%70.51
%14.9

Codes

Color #D90240 in popluar color models

D90240
RGB217264
HSL343°98.17%42.94%
HSB/HSV343°99.08%85.10%
CMYK0.00%99.08%70.51%
14.90%

Color #D90240 in popluar number systems.

HEXD90240
Decimal217264
Binary11011001101000000
Octal3312100

Shades and tints

Shades of #D90240

#D90240
(217,2,64)
#C6023B
(198,2,59)
#B30236
(179,2,54)
#A00231
(160,2,49)
#8D022C
(141,2,44)
#7A0227
(122,2,39)
#670222
(103,2,34)
#54021D
(84,2,29)
#410218
(65,2,24)
#2E0213
(46,2,19)
#1B020E
(27,2,14)
#000000
(0,0,0)

Tints of #D90240

#D90240
(217,2,64)
#DC1951
(220,25,81)
#DF3062
(223,48,98)
#E24773
(226,71,115)
#E55E84
(229,94,132)
#E87595
(232,117,149)
#EB8CA6
(235,140,166)
#EEA3B7
(238,163,183)
#F1BAC8
(241,186,200)
#F4D1D9
(244,209,217)
#F7E8EA
(247,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D90240 color. Also use rgb(217,2,64) instead hex code.

Text Font Color

.myTextColor { color: #D90240; }

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

This text font color is #D90240.


Background Color

.myBgColor { background-color: #D90240; }

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

This div background color is #D90240.


Border color

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

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

This div border color is #D90240.


Opacity

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

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

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

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

This text has shadow with #D90240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D90240 on black background.


Color preview on white background

This text has color #D90240 on white background.



Black color preview on #D90240 background

This text has black color on #D90240 background.


White color preview on #D90240 background

This text has white color on #D90240 background.