COLOR #C60000

HEX: #C60000
RGB: (198,0,0)

Color info

#C60000 contains only red color. Web safe color of #C60000 is #CC0000 (or #C00).

RGB color model

#C60000 color RGB value is (198,0,0).

  • red value is 198;
  • green value is 0;
  • blue value is 0.
RGB:
(198,0,0)
(78%,0%,0%)

RGB channels and saturation

R 198 of 255 = 78%
G 0 of 255 = 0%
B 0 of 255 = 0%

198
0
0

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

Portions of RGB colors in percentages

R + G + B =
198 + 0 + 0 = 198 (100%)
R 198 of 198 ~ 100%
G 0 of 198 ~ 0%
B 0 of 198 ~ 0%

%100

CMYK color model

#C60000 color CMYK value is (0,100,100,22).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 22.35%
CMYK:
(0,100,100,22)
C0M100Y100K22 
(0%,100%,100%,22%)
(0.00/1.00/1.00/0.22)	

CMYK percentages

%0
%100
%100
%22.35

Codes

Color #C60000 in popluar color models

C60000
RGB19800
HSL100.00%38.82%
HSB/HSV100.00%77.65%
CMYK0.00%100.00%100.00%
22.35%

Color #C60000 in popluar number systems.

HEXC60000
Decimal19800
Binary1100011000
Octal30600

Shades and tints

Shades of #C60000

#C60000
(198,0,0)
#B40000
(180,0,0)
#A20000
(162,0,0)
#900000
(144,0,0)
#7E0000
(126,0,0)
#6C0000
(108,0,0)
#5A0000
(90,0,0)
#480000
(72,0,0)
#360000
(54,0,0)
#240000
(36,0,0)
#120000
(18,0,0)
#000000
(0,0,0)

Tints of #C60000

#C60000
(198,0,0)
#CB1717
(203,23,23)
#D02E2E
(208,46,46)
#D54545
(213,69,69)
#DA5C5C
(218,92,92)
#DF7373
(223,115,115)
#E48A8A
(228,138,138)
#E9A1A1
(233,161,161)
#EEB8B8
(238,184,184)
#F3CFCF
(243,207,207)
#F8E6E6
(248,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C60000; }

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

This text font color is #C60000.


Background Color

.myBgColor { background-color: #C60000; }

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

This div background color is #C60000.


Border color

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

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

This div border color is #C60000.


Opacity

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

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

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

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

This text has shadow with #C60000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C60000 on black background.


Color preview on white background

This text has color #C60000 on white background.



Black color preview on #C60000 background

This text has black color on #C60000 background.


White color preview on #C60000 background

This text has white color on #C60000 background.