COLOR #C33E48

HEX: #C33E48 RGB: (195,62,72)

Color info

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

RGB color model

#C33E48 color RGB value is (195,62,72).

RGB: (195,62,72) (76%, 24%, 28%)

RGB channels and saturation

R 195 of 255 = 76%
G 62 of 255 = 24%
B 72 of 255 = 28%

195
62
72

R + G + B ~ 43%. #C33E48 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 195 + 62 + 72 = 329 (100%)
R 195 of 329 ~ 59.27%
G 62 of 329 ~ 18.84%
B 72 of 329 ~ 21.88'%

%59.27
%18.84
%21.88

CMYK color model

#C33E48 color CMYK value is (0,68,63,24).

  • cyan value is 0.00%
  • magenta value is 68.21%
  • yellow value is 63.08%
  • key color value is 23.53%

CMYK: (0,68,63,24)
C0M68Y63K24 (0%, 68%, 63%, 24%)
(0.00 / 0.68 / 0.63 / 0.24)

CMYK percentages

%0
%68.21
%63.08
%23.53

Codes

Color #C33E48 in popluar color models

C3 3E 48
RGB 195 62 72
HSL 355° 52.57% 50.39%
HSB/HSV 355° 68.21% 76.47%
CMYK 0.00% 68.21% 63.08%
23.53%

Color #C33E48 in popluar number systems.

HEX C3 3E 48
Decimal 195 62 72
Binary 11000011 111110 1001000
Octal 303 76 110

Shades and tints

Shades of #C33E48

#C33E48
(195,62,72)
#B23942
(178,57,66)
#A1343C
(161,52,60)
#902F36
(144,47,54)
#7F2A30
(127,42,48)
#6E252A
(110,37,42)
#5D2024
(93,32,36)
#4C1B1E
(76,27,30)
#3B1618
(59,22,24)
#2A1112
(42,17,18)
#190C0C
(25,12,12)
#000000
(0,0,0)

Tints of #C33E48

#C33E48
(195,62,72)
#C84F58
(200,79,88)
#CD6068
(205,96,104)
#D27178
(210,113,120)
#D78288
(215,130,136)
#DC9398
(220,147,152)
#E1A4A8
(225,164,168)
#E6B5B8
(230,181,184)
#EBC6C8
(235,198,200)
#F0D7D8
(240,215,216)
#F5E8E8
(245,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C33E48 color. Also use rgb(195,62,72) instead hex code.

Text Font Color

.myTextColor { color: #C33E48; }

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

This text font color is #C33E48.

Background Color

.myBgColor { background-color: #C33E48; }

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

This div background color is #C33E48.

Border color

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

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

This div border color is #C33E48.

Opacity

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

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

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

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

This text has shadow with #C33E48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C33E48.

Preview

Color preview on black background

This text has color #C33E48 on black background.


Color preview on white background

This text has color #C33E48 on white background.


Black color preview on #C33E48 background

This text has black color on #C33E48 background.


White color preview on #C33E48 background

This text has white color on #C33E48 background.


Related colors

Complementary color

Complementary color for #hex is #3CC1B7.


I love getcolorcode.com

Triadic colors

1 #48C33E and #3E48C3 with #C33E48 are triadic colors.

2 #483EC3 and #3EC348 with #C33E48 are triadic colors.