COLOR #D6181C

HEX: #D6181C
RGB: (214,24,28)

Color info

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

RGB color model

#D6181C color RGB value is (214,24,28).

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

RGB channels and saturation

R 214 of 255 = 84%
G 24 of 255 = 9%
B 28 of 255 = 11%

214
24
28

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

Portions of RGB colors in percentages

R + G + B =
214 + 24 + 28 = 266 (100%)
R 214 of 266 ~ 80.45%
G 24 of 266 ~ 9.02%
B 28 of 266 ~ 10.53%

%80.45
%10.53

CMYK color model

#D6181C color CMYK value is (0,89,87,16).

  • cyan value is 0.00%
  • magenta value is 88.79%
  • yellow value is 86.92%
  • key color value is 16.08%
CMYK:
(0,89,87,16)
C0M89Y87K16 
(0%,89%,87%,16%)
(0.00/0.89/0.87/0.16)	

CMYK percentages

%0
%88.79
%86.92
%16.08

Codes

Color #D6181C in popluar color models

D6181C
RGB2142428
HSL359°79.83%46.67%
HSB/HSV359°88.79%83.92%
CMYK0.00%88.79%86.92%
16.08%

Color #D6181C in popluar number systems.

HEXD6181C
Decimal2142428
Binary110101101100011100
Octal3263034

Shades and tints

Shades of #D6181C

#D6181C
(214,24,28)
#C3161A
(195,22,26)
#B01418
(176,20,24)
#9D1216
(157,18,22)
#8A1014
(138,16,20)
#770E12
(119,14,18)
#640C10
(100,12,16)
#510A0E
(81,10,14)
#3E080C
(62,8,12)
#2B060A
(43,6,10)
#180408
(24,4,8)
#000000
(0,0,0)

Tints of #D6181C

#D6181C
(214,24,28)
#D92D30
(217,45,48)
#DC4244
(220,66,68)
#DF5758
(223,87,88)
#E26C6C
(226,108,108)
#E58180
(229,129,128)
#E89694
(232,150,148)
#EBABA8
(235,171,168)
#EEC0BC
(238,192,188)
#F1D5D0
(241,213,208)
#F4EAE4
(244,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6181C; }

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

This text font color is #D6181C.


Background Color

.myBgColor { background-color: #D6181C; }

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

This div background color is #D6181C.


Border color

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

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

This div border color is #D6181C.


Opacity

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

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

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

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

This text has shadow with #D6181C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6181C on black background.


Color preview on white background

This text has color #D6181C on white background.



Black color preview on #D6181C background

This text has black color on #D6181C background.


White color preview on #D6181C background

This text has white color on #D6181C background.