COLOR #C50004

HEX: #C50004
RGB: (197,0,4)

Color info

#C50004 contains mainly red color. Web safe color of #C50004 is #CC0000 (or #C00).

RGB color model

#C50004 color RGB value is (197,0,4).

  • red value is 197;
  • green value is 0;
  • blue value is 4.
RGB:
(197,0,4)
(77%,0%,2%)

RGB channels and saturation

R 197 of 255 = 77%
G 0 of 255 = 0%
B 4 of 255 = 2%

197
0
4

R + G + B ~ 26%. #C50004 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
197 + 0 + 4 = 201 (100%)
R 197 of 201 ~ 98.01%
G 0 of 201 ~ 0%
B 4 of 201 ~ 1.99%

%98.01

CMYK color model

#C50004 color CMYK value is (0,100,98,23).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 97.97%
  • key color value is 22.75%
CMYK:
(0,100,98,23)
C0M100Y98K23 
(0%,100%,98%,23%)
(0.00/1.00/0.98/0.23)	

CMYK percentages

%0
%100
%97.97
%22.75

Codes

Color #C50004 in popluar color models

C50004
RGB19704
HSL359°100.00%38.63%
HSB/HSV359°100.00%77.25%
CMYK0.00%100.00%97.97%
22.75%

Color #C50004 in popluar number systems.

HEXC50004
Decimal19704
Binary110001010100
Octal30504

Shades and tints

Shades of #C50004

#C50004
(197,0,4)
#B40004
(180,0,4)
#A30004
(163,0,4)
#920004
(146,0,4)
#810004
(129,0,4)
#700004
(112,0,4)
#5F0004
(95,0,4)
#4E0004
(78,0,4)
#3D0004
(61,0,4)
#2C0004
(44,0,4)
#1B0004
(27,0,4)
#000000
(0,0,0)

Tints of #C50004

#C50004
(197,0,4)
#CA171A
(202,23,26)
#CF2E30
(207,46,48)
#D44546
(212,69,70)
#D95C5C
(217,92,92)
#DE7372
(222,115,114)
#E38A88
(227,138,136)
#E8A19E
(232,161,158)
#EDB8B4
(237,184,180)
#F2CFCA
(242,207,202)
#F7E6E0
(247,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C50004 color. Also use rgb(197,0,4) instead hex code.

Text Font Color

.myTextColor { color: #C50004; }

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

This text font color is #C50004.


Background Color

.myBgColor { background-color: #C50004; }

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

This div background color is #C50004.


Border color

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

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

This div border color is #C50004.


Opacity

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

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

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

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

This text has shadow with #C50004 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C50004 on black background.


Color preview on white background

This text has color #C50004 on white background.



Black color preview on #C50004 background

This text has black color on #C50004 background.


White color preview on #C50004 background

This text has white color on #C50004 background.