COLOR #D81C18

HEX: #D81C18
RGB: (216,28,24)

Color info

#D81C18 contains mainly red color. Web safe color of #D81C18 is #CC3300 (or #C30).

RGB color model

#D81C18 color RGB value is (216,28,24).

  • red value is 216;
  • green value is 28;
  • blue value is 24.
RGB:
(216,28,24)
(85%,11%,9%)

RGB channels and saturation

R 216 of 255 = 85%
G 28 of 255 = 11%
B 24 of 255 = 9%

216
28
24

R + G + B ~ 35%. #D81C18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
216 + 28 + 24 = 268 (100%)
R 216 of 268 ~ 80.6%
G 28 of 268 ~ 10.45%
B 24 of 268 ~ 8.96%

%80.6
%10.45

CMYK color model

#D81C18 color CMYK value is (0,87,89,15).

  • cyan value is 0.00%
  • magenta value is 87.04%
  • yellow value is 88.89%
  • key color value is 15.29%
CMYK:
(0,87,89,15)
C0M87Y89K15 
(0%,87%,89%,15%)
(0.00/0.87/0.89/0.15)	

CMYK percentages

%0
%87.04
%88.89
%15.29

Codes

Color #D81C18 in popluar color models

D81C18
RGB2162824
HSL80.00%47.06%
HSB/HSV88.89%84.71%
CMYK0.00%87.04%88.89%
15.29%

Color #D81C18 in popluar number systems.

HEXD81C18
Decimal2162824
Binary110110001110011000
Octal3303430

Shades and tints

Shades of #D81C18

#D81C18
(216,28,24)
#C51A16
(197,26,22)
#B21814
(178,24,20)
#9F1612
(159,22,18)
#8C1410
(140,20,16)
#79120E
(121,18,14)
#66100C
(102,16,12)
#530E0A
(83,14,10)
#400C08
(64,12,8)
#2D0A06
(45,10,6)
#1A0804
(26,8,4)
#000000
(0,0,0)

Tints of #D81C18

#D81C18
(216,28,24)
#DB302D
(219,48,45)
#DE4442
(222,68,66)
#E15857
(225,88,87)
#E46C6C
(228,108,108)
#E78081
(231,128,129)
#EA9496
(234,148,150)
#EDA8AB
(237,168,171)
#F0BCC0
(240,188,192)
#F3D0D5
(243,208,213)
#F6E4EA
(246,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D81C18 color. Also use rgb(216,28,24) instead hex code.

Text Font Color

.myTextColor { color: #D81C18; }

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

This text font color is #D81C18.


Background Color

.myBgColor { background-color: #D81C18; }

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

This div background color is #D81C18.


Border color

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

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

This div border color is #D81C18.


Opacity

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

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

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

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

This text has shadow with #D81C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D81C18 on black background.


Color preview on white background

This text has color #D81C18 on white background.



Black color preview on #D81C18 background

This text has black color on #D81C18 background.


White color preview on #D81C18 background

This text has white color on #D81C18 background.