COLOR #D1144B

HEX: #D1144B
RGB: (209,20,75)

Color info

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

RGB color model

#D1144B color RGB value is (209,20,75).

  • red value is 209;
  • green value is 20;
  • blue value is 75.
RGB:
(209,20,75)
(82%,8%,29%)

RGB channels and saturation

R 209 of 255 = 82%
G 20 of 255 = 8%
B 75 of 255 = 29%

209
20
75

R + G + B ~ 40%. #D1144B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
209 + 20 + 75 = 304 (100%)
R 209 of 304 ~ 68.75%
G 20 of 304 ~ 6.58%
B 75 of 304 ~ 24.67%

%68.75
%24.67

CMYK color model

#D1144B color CMYK value is (0,90,64,18).

  • cyan value is 0.00%
  • magenta value is 90.43%
  • yellow value is 64.11%
  • key color value is 18.04%
CMYK:
(0,90,64,18)
C0M90Y64K18 
(0%,90%,64%,18%)
(0.00/0.90/0.64/0.18)	

CMYK percentages

%0
%90.43
%64.11
%18.04

Codes

Color #D1144B in popluar color models

D1144B
RGB2092075
HSL343°82.53%44.90%
HSB/HSV343°90.43%81.96%
CMYK0.00%90.43%64.11%
18.04%

Color #D1144B in popluar number systems.

HEXD1144B
Decimal2092075
Binary11010001101001001011
Octal32124113

Shades and tints

Shades of #D1144B

#D1144B
(209,20,75)
#BE1345
(190,19,69)
#AB123F
(171,18,63)
#981139
(152,17,57)
#851033
(133,16,51)
#720F2D
(114,15,45)
#5F0E27
(95,14,39)
#4C0D21
(76,13,33)
#390C1B
(57,12,27)
#260B15
(38,11,21)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #D1144B

#D1144B
(209,20,75)
#D5295B
(213,41,91)
#D93E6B
(217,62,107)
#DD537B
(221,83,123)
#E1688B
(225,104,139)
#E57D9B
(229,125,155)
#E992AB
(233,146,171)
#EDA7BB
(237,167,187)
#F1BCCB
(241,188,203)
#F5D1DB
(245,209,219)
#F9E6EB
(249,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1144B color. Also use rgb(209,20,75) instead hex code.

Text Font Color

.myTextColor { color: #D1144B; }

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

This text font color is #D1144B.


Background Color

.myBgColor { background-color: #D1144B; }

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

This div background color is #D1144B.


Border color

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

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

This div border color is #D1144B.


Opacity

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

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

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

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

This text has shadow with #D1144B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1144B on black background.


Color preview on white background

This text has color #D1144B on white background.



Black color preview on #D1144B background

This text has black color on #D1144B background.


White color preview on #D1144B background

This text has white color on #D1144B background.