COLOR #C62A07

HEX: #C62A07
RGB: (198,42,7)

Color info

#C62A07 contains mainly red color. Web safe color of #C62A07 is #CC3300 (or #C30).

RGB color model

#C62A07 color RGB value is (198,42,7).

  • red value is 198;
  • green value is 42;
  • blue value is 7.
RGB:
(198,42,7)
(78%,16%,3%)

RGB channels and saturation

R 198 of 255 = 78%
G 42 of 255 = 16%
B 7 of 255 = 3%

198
42
7

R + G + B ~ 32%. #C62A07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
198 + 42 + 7 = 247 (100%)
R 198 of 247 ~ 80.16%
G 42 of 247 ~ 17%
B 7 of 247 ~ 2.83%

%80.16
%17

CMYK color model

#C62A07 color CMYK value is (0,79,96,22).

  • cyan value is 0.00%
  • magenta value is 78.79%
  • yellow value is 96.46%
  • key color value is 22.35%
CMYK:
(0,79,96,22)
C0M79Y96K22 
(0%,79%,96%,22%)
(0.00/0.79/0.96/0.22)	

CMYK percentages

%0
%78.79
%96.46
%22.35

Codes

Color #C62A07 in popluar color models

C62A07
RGB198427
HSL11°93.17%40.20%
HSB/HSV11°96.46%77.65%
CMYK0.00%78.79%96.46%
22.35%

Color #C62A07 in popluar number systems.

HEXC62A07
Decimal198427
Binary11000110101010111
Octal306527

Shades and tints

Shades of #C62A07

#C62A07
(198,42,7)
#B42707
(180,39,7)
#A22407
(162,36,7)
#902107
(144,33,7)
#7E1E07
(126,30,7)
#6C1B07
(108,27,7)
#5A1807
(90,24,7)
#481507
(72,21,7)
#361207
(54,18,7)
#240F07
(36,15,7)
#120C07
(18,12,7)
#000000
(0,0,0)

Tints of #C62A07

#C62A07
(198,42,7)
#CB3D1D
(203,61,29)
#D05033
(208,80,51)
#D56349
(213,99,73)
#DA765F
(218,118,95)
#DF8975
(223,137,117)
#E49C8B
(228,156,139)
#E9AFA1
(233,175,161)
#EEC2B7
(238,194,183)
#F3D5CD
(243,213,205)
#F8E8E3
(248,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C62A07; }

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

This text font color is #C62A07.


Background Color

.myBgColor { background-color: #C62A07; }

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

This div background color is #C62A07.


Border color

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

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

This div border color is #C62A07.


Opacity

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

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

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

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

This text has shadow with #C62A07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C62A07 on black background.


Color preview on white background

This text has color #C62A07 on white background.



Black color preview on #C62A07 background

This text has black color on #C62A07 background.


White color preview on #C62A07 background

This text has white color on #C62A07 background.