COLOR #C33137

HEX: #C33137 RGB: (195,49,55)

Color info

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

RGB color model

#C33137 color RGB value is (195,49,55).

RGB: (195,49,55) (76%, 19%, 22%)

RGB channels and saturation

R 195 of 255 = 76%
G 49 of 255 = 19%
B 55 of 255 = 22%

195
49
55

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

Portions of RGB colors in percentages

R + G + B = 195 + 49 + 55 = 299 (100%)
R 195 of 299 ~ 65.22%
G 49 of 299 ~ 16.39%
B 55 of 299 ~ 18.39'%

%65.22
%16.39
%18.39

CMYK color model

#C33137 color CMYK value is (0,75,72,24).

  • cyan value is 0.00%
  • magenta value is 74.87%
  • yellow value is 71.79%
  • key color value is 23.53%

CMYK: (0,75,72,24)
C0M75Y72K24 (0%, 75%, 72%, 24%)
(0.00 / 0.75 / 0.72 / 0.24)

CMYK percentages

%0
%74.87
%71.79
%23.53

Codes

Color #C33137 in popluar color models

C3 31 37
RGB 195 49 55
HSL 358° 59.84% 47.84%
HSB/HSV 358° 74.87% 76.47%
CMYK 0.00% 74.87% 71.79%
23.53%

Color #C33137 in popluar number systems.

HEX C3 31 37
Decimal 195 49 55
Binary 11000011 110001 110111
Octal 303 61 67

Shades and tints

Shades of #C33137

#C33137
(195,49,55)
#B22D32
(178,45,50)
#A1292D
(161,41,45)
#902528
(144,37,40)
#7F2123
(127,33,35)
#6E1D1E
(110,29,30)
#5D1919
(93,25,25)
#4C1514
(76,21,20)
#3B110F
(59,17,15)
#2A0D0A
(42,13,10)
#190905
(25,9,5)
#000000
(0,0,0)

Tints of #C33137

#C33137
(195,49,55)
#C84349
(200,67,73)
#CD555B
(205,85,91)
#D2676D
(210,103,109)
#D7797F
(215,121,127)
#DC8B91
(220,139,145)
#E19DA3
(225,157,163)
#E6AFB5
(230,175,181)
#EBC1C7
(235,193,199)
#F0D3D9
(240,211,217)
#F5E5EB
(245,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C33137 color. Also use rgb(195,49,55) instead hex code.

Text Font Color

.myTextColor { color: #C33137; }

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

This text font color is #C33137.

Background Color

.myBgColor { background-color: #C33137; }

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

This div background color is #C33137.

Border color

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

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

This div border color is #C33137.

Opacity

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

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

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

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

This text has shadow with #C33137 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C33137.

Preview

Color preview on black background

This text has color #C33137 on black background.


Color preview on white background

This text has color #C33137 on white background.


Black color preview on #C33137 background

This text has black color on #C33137 background.


White color preview on #C33137 background

This text has white color on #C33137 background.


Related colors

Complementary color

Complementary color for #hex is #3CCEC8.


I love getcolorcode.com

Triadic colors

1 #37C331 and #3137C3 with #C33137 are triadic colors.

2 #3731C3 and #31C337 with #C33137 are triadic colors.