COLOR #C03634

HEX: #C03634
RGB: (192,54,52)

Color info

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

RGB color model

#C03634 color RGB value is (192,54,52).

  • red value is 192;
  • green value is 54;
  • blue value is 52.
RGB:
(192,54,52)
(75%,21%,20%)

RGB channels and saturation

R 192 of 255 = 75%
G 54 of 255 = 21%
B 52 of 255 = 20%

192
54
52

R + G + B ~ 39%. #C03634 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
192 + 54 + 52 = 298 (100%)
R 192 of 298 ~ 64.43%
G 54 of 298 ~ 18.12%
B 52 of 298 ~ 17.45%

%64.43
%18.12
%17.45

CMYK color model

#C03634 color CMYK value is (0,72,73,25).

  • cyan value is 0.00%
  • magenta value is 71.88%
  • yellow value is 72.92%
  • key color value is 24.71%
CMYK:
(0,72,73,25)
C0M72Y73K25 
(0%,72%,73%,25%)
(0.00/0.72/0.73/0.25)	

CMYK percentages

%0
%71.88
%72.92
%24.71

Codes

Color #C03634 in popluar color models

C03634
RGB1925452
HSL57.38%47.84%
HSB/HSV72.92%75.29%
CMYK0.00%71.88%72.92%
24.71%

Color #C03634 in popluar number systems.

HEXC03634
Decimal1925452
Binary11000000110110110100
Octal3006664

Shades and tints

Shades of #C03634

#C03634
(192,54,52)
#AF3230
(175,50,48)
#9E2E2C
(158,46,44)
#8D2A28
(141,42,40)
#7C2624
(124,38,36)
#6B2220
(107,34,32)
#5A1E1C
(90,30,28)
#491A18
(73,26,24)
#381614
(56,22,20)
#271210
(39,18,16)
#160E0C
(22,14,12)
#000000
(0,0,0)

Tints of #C03634

#C03634
(192,54,52)
#C54846
(197,72,70)
#CA5A58
(202,90,88)
#CF6C6A
(207,108,106)
#D47E7C
(212,126,124)
#D9908E
(217,144,142)
#DEA2A0
(222,162,160)
#E3B4B2
(227,180,178)
#E8C6C4
(232,198,196)
#EDD8D6
(237,216,214)
#F2EAE8
(242,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C03634 color. Also use rgb(192,54,52) instead hex code.

Text Font Color

.myTextColor { color: #C03634; }

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

This text font color is #C03634.


Background Color

.myBgColor { background-color: #C03634; }

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

This div background color is #C03634.


Border color

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

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

This div border color is #C03634.


Opacity

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

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

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

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

This text has shadow with #C03634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C03634 on black background.


Color preview on white background

This text has color #C03634 on white background.



Black color preview on #C03634 background

This text has black color on #C03634 background.


White color preview on #C03634 background

This text has white color on #C03634 background.