COLOR #C33B04

HEX: #C33B04
RGB: (195,59,4)

Color info

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

RGB color model

#C33B04 color RGB value is (195,59,4).

  • red value is 195;
  • green value is 59;
  • blue value is 4.
RGB:
(195,59,4)
(76%,23%,2%)

RGB channels and saturation

R 195 of 255 = 76%
G 59 of 255 = 23%
B 4 of 255 = 2%

195
59
4

R + G + B ~ 34%. #C33B04 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
195 + 59 + 4 = 258 (100%)
R 195 of 258 ~ 75.58%
G 59 of 258 ~ 22.87%
B 4 of 258 ~ 1.55%

%75.58
%22.87

CMYK color model

#C33B04 color CMYK value is (0,70,98,24).

  • cyan value is 0.00%
  • magenta value is 69.74%
  • yellow value is 97.95%
  • key color value is 23.53%
CMYK:
(0,70,98,24)
C0M70Y98K24 
(0%,70%,98%,24%)
(0.00/0.70/0.98/0.24)	

CMYK percentages

%0
%69.74
%97.95
%23.53

Codes

Color #C33B04 in popluar color models

C33B04
RGB195594
HSL17°95.98%39.02%
HSB/HSV17°97.95%76.47%
CMYK0.00%69.74%97.95%
23.53%

Color #C33B04 in popluar number systems.

HEXC33B04
Decimal195594
Binary11000011111011100
Octal303734

Shades and tints

Shades of #C33B04

#C33B04
(195,59,4)
#B23604
(178,54,4)
#A13104
(161,49,4)
#902C04
(144,44,4)
#7F2704
(127,39,4)
#6E2204
(110,34,4)
#5D1D04
(93,29,4)
#4C1804
(76,24,4)
#3B1304
(59,19,4)
#2A0E04
(42,14,4)
#190904
(25,9,4)
#000000
(0,0,0)

Tints of #C33B04

#C33B04
(195,59,4)
#C84C1A
(200,76,26)
#CD5D30
(205,93,48)
#D26E46
(210,110,70)
#D77F5C
(215,127,92)
#DC9072
(220,144,114)
#E1A188
(225,161,136)
#E6B29E
(230,178,158)
#EBC3B4
(235,195,180)
#F0D4CA
(240,212,202)
#F5E5E0
(245,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C33B04 color. Also use rgb(195,59,4) instead hex code.

Text Font Color

.myTextColor { color: #C33B04; }

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

This text font color is #C33B04.


Background Color

.myBgColor { background-color: #C33B04; }

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

This div background color is #C33B04.


Border color

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

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

This div border color is #C33B04.


Opacity

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

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

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

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

This text has shadow with #C33B04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C33B04 on black background.


Color preview on white background

This text has color #C33B04 on white background.



Black color preview on #C33B04 background

This text has black color on #C33B04 background.


White color preview on #C33B04 background

This text has white color on #C33B04 background.