COLOR #C7242C

HEX: #C7242C
RGB: (199,36,44)

Color info

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

RGB color model

#C7242C color RGB value is (199,36,44).

  • red value is 199;
  • green value is 36;
  • blue value is 44.
RGB:
(199,36,44)
(78%,14%,17%)

RGB channels and saturation

R 199 of 255 = 78%
G 36 of 255 = 14%
B 44 of 255 = 17%

199
36
44

R + G + B ~ 36%. #C7242C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
199 + 36 + 44 = 279 (100%)
R 199 of 279 ~ 71.33%
G 36 of 279 ~ 12.9%
B 44 of 279 ~ 15.77%

%71.33
%12.9
%15.77

CMYK color model

#C7242C color CMYK value is (0,82,78,22).

  • cyan value is 0.00%
  • magenta value is 81.91%
  • yellow value is 77.89%
  • key color value is 21.96%
CMYK:
(0,82,78,22)
C0M82Y78K22 
(0%,82%,78%,22%)
(0.00/0.82/0.78/0.22)	

CMYK percentages

%0
%81.91
%77.89
%21.96

Codes

Color #C7242C in popluar color models

C7242C
RGB1993644
HSL357°69.36%46.08%
HSB/HSV357°81.91%78.04%
CMYK0.00%81.91%77.89%
21.96%

Color #C7242C in popluar number systems.

HEXC7242C
Decimal1993644
Binary11000111100100101100
Octal3074454

Shades and tints

Shades of #C7242C

#C7242C
(199,36,44)
#B52128
(181,33,40)
#A31E24
(163,30,36)
#911B20
(145,27,32)
#7F181C
(127,24,28)
#6D1518
(109,21,24)
#5B1214
(91,18,20)
#490F10
(73,15,16)
#370C0C
(55,12,12)
#250908
(37,9,8)
#130604
(19,6,4)
#000000
(0,0,0)

Tints of #C7242C

#C7242C
(199,36,44)
#CC373F
(204,55,63)
#D14A52
(209,74,82)
#D65D65
(214,93,101)
#DB7078
(219,112,120)
#E0838B
(224,131,139)
#E5969E
(229,150,158)
#EAA9B1
(234,169,177)
#EFBCC4
(239,188,196)
#F4CFD7
(244,207,215)
#F9E2EA
(249,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7242C color. Also use rgb(199,36,44) instead hex code.

Text Font Color

.myTextColor { color: #C7242C; }

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

This text font color is #C7242C.


Background Color

.myBgColor { background-color: #C7242C; }

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

This div background color is #C7242C.


Border color

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

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

This div border color is #C7242C.


Opacity

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

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

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

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

This text has shadow with #C7242C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7242C on black background.


Color preview on white background

This text has color #C7242C on white background.



Black color preview on #C7242C background

This text has black color on #C7242C background.


White color preview on #C7242C background

This text has white color on #C7242C background.