COLOR #C62B23

HEX: #C62B23
RGB: (198,43,35)

Color info

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

RGB color model

#C62B23 color RGB value is (198,43,35).

  • red value is 198;
  • green value is 43;
  • blue value is 35.
RGB:
(198,43,35)
(78%,17%,14%)

RGB channels and saturation

R 198 of 255 = 78%
G 43 of 255 = 17%
B 35 of 255 = 14%

198
43
35

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

Portions of RGB colors in percentages

R + G + B =
198 + 43 + 35 = 276 (100%)
R 198 of 276 ~ 71.74%
G 43 of 276 ~ 15.58%
B 35 of 276 ~ 12.68%

%71.74
%15.58
%12.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 78.28%
  • yellow value is 82.32%
  • key color value is 22.35%
CMYK:
(0,78,82,22)
C0M78Y82K22 
(0%,78%,82%,22%)
(0.00/0.78/0.82/0.22)	

CMYK percentages

%0
%78.28
%82.32
%22.35

Codes

Color #C62B23 in popluar color models

C62B23
RGB1984335
HSL69.96%45.69%
HSB/HSV82.32%77.65%
CMYK0.00%78.28%82.32%
22.35%

Color #C62B23 in popluar number systems.

HEXC62B23
Decimal1984335
Binary11000110101011100011
Octal3065343

Shades and tints

Shades of #C62B23

#C62B23
(198,43,35)
#B42820
(180,40,32)
#A2251D
(162,37,29)
#90221A
(144,34,26)
#7E1F17
(126,31,23)
#6C1C14
(108,28,20)
#5A1911
(90,25,17)
#48160E
(72,22,14)
#36130B
(54,19,11)
#241008
(36,16,8)
#120D05
(18,13,5)
#000000
(0,0,0)

Tints of #C62B23

#C62B23
(198,43,35)
#CB3E37
(203,62,55)
#D0514B
(208,81,75)
#D5645F
(213,100,95)
#DA7773
(218,119,115)
#DF8A87
(223,138,135)
#E49D9B
(228,157,155)
#E9B0AF
(233,176,175)
#EEC3C3
(238,195,195)
#F3D6D7
(243,214,215)
#F8E9EB
(248,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C62B23; }

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

This text font color is #C62B23.


Background Color

.myBgColor { background-color: #C62B23; }

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

This div background color is #C62B23.


Border color

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

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

This div border color is #C62B23.


Opacity

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

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

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

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

This text has shadow with #C62B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C62B23 on black background.


Color preview on white background

This text has color #C62B23 on white background.



Black color preview on #C62B23 background

This text has black color on #C62B23 background.


White color preview on #C62B23 background

This text has white color on #C62B23 background.