COLOR #C2144B

HEX: #C2144B
RGB: (194,20,75)

Color info

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

RGB color model

#C2144B color RGB value is (194,20,75).

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

RGB channels and saturation

R 194 of 255 = 76%
G 20 of 255 = 8%
B 75 of 255 = 29%

194
20
75

R + G + B ~ 38%. #C2144B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
194 + 20 + 75 = 289 (100%)
R 194 of 289 ~ 67.13%
G 20 of 289 ~ 6.92%
B 75 of 289 ~ 25.95%

%67.13
%25.95

CMYK color model

#C2144B color CMYK value is (0,90,61,24).

  • cyan value is 0.00%
  • magenta value is 89.69%
  • yellow value is 61.34%
  • key color value is 23.92%
CMYK:
(0,90,61,24)
C0M90Y61K24 
(0%,90%,61%,24%)
(0.00/0.90/0.61/0.24)	

CMYK percentages

%0
%89.69
%61.34
%23.92

Codes

Color #C2144B in popluar color models

C2144B
RGB1942075
HSL341°81.31%41.96%
HSB/HSV341°89.69%76.08%
CMYK0.00%89.69%61.34%
23.92%

Color #C2144B in popluar number systems.

HEXC2144B
Decimal1942075
Binary11000010101001001011
Octal30224113

Shades and tints

Shades of #C2144B

#C2144B
(194,20,75)
#B11345
(177,19,69)
#A0123F
(160,18,63)
#8F1139
(143,17,57)
#7E1033
(126,16,51)
#6D0F2D
(109,15,45)
#5C0E27
(92,14,39)
#4B0D21
(75,13,33)
#3A0C1B
(58,12,27)
#290B15
(41,11,21)
#180A0F
(24,10,15)
#000000
(0,0,0)

Tints of #C2144B

#C2144B
(194,20,75)
#C7295B
(199,41,91)
#CC3E6B
(204,62,107)
#D1537B
(209,83,123)
#D6688B
(214,104,139)
#DB7D9B
(219,125,155)
#E092AB
(224,146,171)
#E5A7BB
(229,167,187)
#EABCCB
(234,188,203)
#EFD1DB
(239,209,219)
#F4E6EB
(244,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2144B; }

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

This text font color is #C2144B.


Background Color

.myBgColor { background-color: #C2144B; }

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

This div background color is #C2144B.


Border color

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

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

This div border color is #C2144B.


Opacity

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

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

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

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

This text has shadow with #C2144B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2144B on black background.


Color preview on white background

This text has color #C2144B on white background.



Black color preview on #C2144B background

This text has black color on #C2144B background.


White color preview on #C2144B background

This text has white color on #C2144B background.