COLOR #C7433D

HEX: #C7433D
RGB: (199,67,61)

Color info

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

RGB color model

#C7433D color RGB value is (199,67,61).

  • red value is 199;
  • green value is 67;
  • blue value is 61.
RGB:
(199,67,61)
(78%,26%,24%)

RGB channels and saturation

R 199 of 255 = 78%
G 67 of 255 = 26%
B 61 of 255 = 24%

199
67
61

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

Portions of RGB colors in percentages

R + G + B =
199 + 67 + 61 = 327 (100%)
R 199 of 327 ~ 60.86%
G 67 of 327 ~ 20.49%
B 61 of 327 ~ 18.65%

%60.86
%20.49
%18.65

CMYK color model

#C7433D color CMYK value is (0,66,69,22).

  • cyan value is 0.00%
  • magenta value is 66.33%
  • yellow value is 69.35%
  • key color value is 21.96%
CMYK:
(0,66,69,22)
C0M66Y69K22 
(0%,66%,69%,22%)
(0.00/0.66/0.69/0.22)	

CMYK percentages

%0
%66.33
%69.35
%21.96

Codes

Color #C7433D in popluar color models

C7433D
RGB1996761
HSL55.20%50.98%
HSB/HSV69.35%78.04%
CMYK0.00%66.33%69.35%
21.96%

Color #C7433D in popluar number systems.

HEXC7433D
Decimal1996761
Binary110001111000011111101
Octal30710375

Shades and tints

Shades of #C7433D

#C7433D
(199,67,61)
#B53D38
(181,61,56)
#A33733
(163,55,51)
#91312E
(145,49,46)
#7F2B29
(127,43,41)
#6D2524
(109,37,36)
#5B1F1F
(91,31,31)
#49191A
(73,25,26)
#371315
(55,19,21)
#250D10
(37,13,16)
#13070B
(19,7,11)
#000000
(0,0,0)

Tints of #C7433D

#C7433D
(199,67,61)
#CC544E
(204,84,78)
#D1655F
(209,101,95)
#D67670
(214,118,112)
#DB8781
(219,135,129)
#E09892
(224,152,146)
#E5A9A3
(229,169,163)
#EABAB4
(234,186,180)
#EFCBC5
(239,203,197)
#F4DCD6
(244,220,214)
#F9EDE7
(249,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7433D color. Also use rgb(199,67,61) instead hex code.

Text Font Color

.myTextColor { color: #C7433D; }

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

This text font color is #C7433D.


Background Color

.myBgColor { background-color: #C7433D; }

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

This div background color is #C7433D.


Border color

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

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

This div border color is #C7433D.


Opacity

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

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

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

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

This text has shadow with #C7433D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7433D on black background.


Color preview on white background

This text has color #C7433D on white background.



Black color preview on #C7433D background

This text has black color on #C7433D background.


White color preview on #C7433D background

This text has white color on #C7433D background.