COLOR #C70D32

HEX: #C70D32
RGB: (199,13,50)

Color info

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

RGB color model

#C70D32 color RGB value is (199,13,50).

  • red value is 199;
  • green value is 13;
  • blue value is 50.
RGB:
(199,13,50)
(78%,5%,20%)

RGB channels and saturation

R 199 of 255 = 78%
G 13 of 255 = 5%
B 50 of 255 = 20%

199
13
50

R + G + B ~ 34%. #C70D32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
199 + 13 + 50 = 262 (100%)
R 199 of 262 ~ 75.95%
G 13 of 262 ~ 4.96%
B 50 of 262 ~ 19.08%

%75.95
%19.08

CMYK color model

#C70D32 color CMYK value is (0,93,75,22).

  • cyan value is 0.00%
  • magenta value is 93.47%
  • yellow value is 74.87%
  • key color value is 21.96%
CMYK:
(0,93,75,22)
C0M93Y75K22 
(0%,93%,75%,22%)
(0.00/0.93/0.75/0.22)	

CMYK percentages

%0
%93.47
%74.87
%21.96

Codes

Color #C70D32 in popluar color models

C70D32
RGB1991350
HSL348°87.74%41.57%
HSB/HSV348°93.47%78.04%
CMYK0.00%93.47%74.87%
21.96%

Color #C70D32 in popluar number systems.

HEXC70D32
Decimal1991350
Binary110001111101110010
Octal3071562

Shades and tints

Shades of #C70D32

#C70D32
(199,13,50)
#B50C2E
(181,12,46)
#A30B2A
(163,11,42)
#910A26
(145,10,38)
#7F0922
(127,9,34)
#6D081E
(109,8,30)
#5B071A
(91,7,26)
#490616
(73,6,22)
#370512
(55,5,18)
#25040E
(37,4,14)
#13030A
(19,3,10)
#000000
(0,0,0)

Tints of #C70D32

#C70D32
(199,13,50)
#CC2344
(204,35,68)
#D13956
(209,57,86)
#D64F68
(214,79,104)
#DB657A
(219,101,122)
#E07B8C
(224,123,140)
#E5919E
(229,145,158)
#EAA7B0
(234,167,176)
#EFBDC2
(239,189,194)
#F4D3D4
(244,211,212)
#F9E9E6
(249,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C70D32 color. Also use rgb(199,13,50) instead hex code.

Text Font Color

.myTextColor { color: #C70D32; }

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

This text font color is #C70D32.


Background Color

.myBgColor { background-color: #C70D32; }

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

This div background color is #C70D32.


Border color

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

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

This div border color is #C70D32.


Opacity

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

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

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

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

This text has shadow with #C70D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C70D32 on black background.


Color preview on white background

This text has color #C70D32 on white background.



Black color preview on #C70D32 background

This text has black color on #C70D32 background.


White color preview on #C70D32 background

This text has white color on #C70D32 background.