COLOR #C00330

HEX: #C00330
RGB: (192,3,48)

Color info

#C00330 contains mainly red color. Web safe color of #C00330 is #CC0033 (or #C03).

RGB color model

#C00330 color RGB value is (192,3,48).

  • red value is 192;
  • green value is 3;
  • blue value is 48.
RGB:
(192,3,48)
(75%,1%,19%)

RGB channels and saturation

R 192 of 255 = 75%
G 3 of 255 = 1%
B 48 of 255 = 19%

192
3
48

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

Portions of RGB colors in percentages

R + G + B =
192 + 3 + 48 = 243 (100%)
R 192 of 243 ~ 79.01%
G 3 of 243 ~ 1.23%
B 48 of 243 ~ 19.75%

%79.01
%19.75

CMYK color model

#C00330 color CMYK value is (0,98,75,25).

  • cyan value is 0.00%
  • magenta value is 98.44%
  • yellow value is 75.00%
  • key color value is 24.71%
CMYK:
(0,98,75,25)
C0M98Y75K25 
(0%,98%,75%,25%)
(0.00/0.98/0.75/0.25)	

CMYK percentages

%0
%98.44
%75
%24.71

Codes

Color #C00330 in popluar color models

C00330
RGB192348
HSL346°96.92%38.24%
HSB/HSV346°98.44%75.29%
CMYK0.00%98.44%75.00%
24.71%

Color #C00330 in popluar number systems.

HEXC00330
Decimal192348
Binary1100000011110000
Octal300360

Shades and tints

Shades of #C00330

#C00330
(192,3,48)
#AF032C
(175,3,44)
#9E0328
(158,3,40)
#8D0324
(141,3,36)
#7C0320
(124,3,32)
#6B031C
(107,3,28)
#5A0318
(90,3,24)
#490314
(73,3,20)
#380310
(56,3,16)
#27030C
(39,3,12)
#160308
(22,3,8)
#000000
(0,0,0)

Tints of #C00330

#C00330
(192,3,48)
#C51942
(197,25,66)
#CA2F54
(202,47,84)
#CF4566
(207,69,102)
#D45B78
(212,91,120)
#D9718A
(217,113,138)
#DE879C
(222,135,156)
#E39DAE
(227,157,174)
#E8B3C0
(232,179,192)
#EDC9D2
(237,201,210)
#F2DFE4
(242,223,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C00330 color. Also use rgb(192,3,48) instead hex code.

Text Font Color

.myTextColor { color: #C00330; }

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

This text font color is #C00330.


Background Color

.myBgColor { background-color: #C00330; }

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

This div background color is #C00330.


Border color

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

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

This div border color is #C00330.


Opacity

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

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

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

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

This text has shadow with #C00330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C00330 on black background.


Color preview on white background

This text has color #C00330 on white background.



Black color preview on #C00330 background

This text has black color on #C00330 background.


White color preview on #C00330 background

This text has white color on #C00330 background.