COLOR #C94448

HEX: #C94448
RGB: (201,68,72)

Color info

#C94448 contains mainly red color. Web safe color of #C94448 is #CC3333 (or #C33).

RGB color model

#C94448 color RGB value is (201,68,72).

  • red value is 201;
  • green value is 68;
  • blue value is 72.
RGB:
(201,68,72)
(79%,27%,28%)

RGB channels and saturation

R 201 of 255 = 79%
G 68 of 255 = 27%
B 72 of 255 = 28%

201
68
72

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

Portions of RGB colors in percentages

R + G + B =
201 + 68 + 72 = 341 (100%)
R 201 of 341 ~ 58.94%
G 68 of 341 ~ 19.94%
B 72 of 341 ~ 21.11%

%58.94
%19.94
%21.11

CMYK color model

#C94448 color CMYK value is (0,66,64,21).

  • cyan value is 0.00%
  • magenta value is 66.17%
  • yellow value is 64.18%
  • key color value is 21.18%
CMYK:
(0,66,64,21)
C0M66Y64K21 
(0%,66%,64%,21%)
(0.00/0.66/0.64/0.21)	

CMYK percentages

%0
%66.17
%64.18
%21.18

Codes

Color #C94448 in popluar color models

C94448
RGB2016872
HSL358°55.19%52.75%
HSB/HSV358°66.17%78.82%
CMYK0.00%66.17%64.18%
21.18%

Color #C94448 in popluar number systems.

HEXC94448
Decimal2016872
Binary1100100110001001001000
Octal311104110

Shades and tints

Shades of #C94448

#C94448
(201,68,72)
#B73E42
(183,62,66)
#A5383C
(165,56,60)
#933236
(147,50,54)
#812C30
(129,44,48)
#6F262A
(111,38,42)
#5D2024
(93,32,36)
#4B1A1E
(75,26,30)
#391418
(57,20,24)
#270E12
(39,14,18)
#15080C
(21,8,12)
#000000
(0,0,0)

Tints of #C94448

#C94448
(201,68,72)
#CD5558
(205,85,88)
#D16668
(209,102,104)
#D57778
(213,119,120)
#D98888
(217,136,136)
#DD9998
(221,153,152)
#E1AAA8
(225,170,168)
#E5BBB8
(229,187,184)
#E9CCC8
(233,204,200)
#EDDDD8
(237,221,216)
#F1EEE8
(241,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C94448 color. Also use rgb(201,68,72) instead hex code.

Text Font Color

.myTextColor { color: #C94448; }

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

This text font color is #C94448.


Background Color

.myBgColor { background-color: #C94448; }

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

This div background color is #C94448.


Border color

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

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

This div border color is #C94448.


Opacity

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

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

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

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

This text has shadow with #C94448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C94448 on black background.


Color preview on white background

This text has color #C94448 on white background.



Black color preview on #C94448 background

This text has black color on #C94448 background.


White color preview on #C94448 background

This text has white color on #C94448 background.