COLOR #C02202

HEX: #C02202
RGB: (192,34,2)

Color info

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

RGB color model

#C02202 color RGB value is (192,34,2).

  • red value is 192;
  • green value is 34;
  • blue value is 2.
RGB:
(192,34,2)
(75%,13%,1%)

RGB channels and saturation

R 192 of 255 = 75%
G 34 of 255 = 13%
B 2 of 255 = 1%

192
34
2

R + G + B ~ 30%. #C02202 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
192 + 34 + 2 = 228 (100%)
R 192 of 228 ~ 84.21%
G 34 of 228 ~ 14.91%
B 2 of 228 ~ 0.88%

%84.21
%14.91

CMYK color model

#C02202 color CMYK value is (0,82,99,25).

  • cyan value is 0.00%
  • magenta value is 82.29%
  • yellow value is 98.96%
  • key color value is 24.71%
CMYK:
(0,82,99,25)
C0M82Y99K25 
(0%,82%,99%,25%)
(0.00/0.82/0.99/0.25)	

CMYK percentages

%0
%82.29
%98.96
%24.71

Codes

Color #C02202 in popluar color models

C02202
RGB192342
HSL10°97.94%38.04%
HSB/HSV10°98.96%75.29%
CMYK0.00%82.29%98.96%
24.71%

Color #C02202 in popluar number systems.

HEXC02202
Decimal192342
Binary1100000010001010
Octal300422

Shades and tints

Shades of #C02202

#C02202
(192,34,2)
#AF1F02
(175,31,2)
#9E1C02
(158,28,2)
#8D1902
(141,25,2)
#7C1602
(124,22,2)
#6B1302
(107,19,2)
#5A1002
(90,16,2)
#490D02
(73,13,2)
#380A02
(56,10,2)
#270702
(39,7,2)
#160402
(22,4,2)
#000000
(0,0,0)

Tints of #C02202

#C02202
(192,34,2)
#C53619
(197,54,25)
#CA4A30
(202,74,48)
#CF5E47
(207,94,71)
#D4725E
(212,114,94)
#D98675
(217,134,117)
#DE9A8C
(222,154,140)
#E3AEA3
(227,174,163)
#E8C2BA
(232,194,186)
#EDD6D1
(237,214,209)
#F2EAE8
(242,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C02202 color. Also use rgb(192,34,2) instead hex code.

Text Font Color

.myTextColor { color: #C02202; }

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

This text font color is #C02202.


Background Color

.myBgColor { background-color: #C02202; }

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

This div background color is #C02202.


Border color

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

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

This div border color is #C02202.


Opacity

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

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

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

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

This text has shadow with #C02202 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C02202 on black background.


Color preview on white background

This text has color #C02202 on white background.



Black color preview on #C02202 background

This text has black color on #C02202 background.


White color preview on #C02202 background

This text has white color on #C02202 background.