COLOR #C8430F

HEX: #C8430F
RGB: (200,67,15)

Color info

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

RGB color model

#C8430F color RGB value is (200,67,15).

  • red value is 200;
  • green value is 67;
  • blue value is 15.
RGB:
(200,67,15)
(78%,26%,6%)

RGB channels and saturation

R 200 of 255 = 78%
G 67 of 255 = 26%
B 15 of 255 = 6%

200
67
15

R + G + B ~ 37%. #C8430F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
200 + 67 + 15 = 282 (100%)
R 200 of 282 ~ 70.92%
G 67 of 282 ~ 23.76%
B 15 of 282 ~ 5.32%

%70.92
%23.76

CMYK color model

#C8430F color CMYK value is (0,67,93,22).

  • cyan value is 0.00%
  • magenta value is 66.50%
  • yellow value is 92.50%
  • key color value is 21.57%
CMYK:
(0,67,93,22)
C0M67Y93K22 
(0%,67%,93%,22%)
(0.00/0.67/0.93/0.22)	

CMYK percentages

%0
%66.5
%92.5
%21.57

Codes

Color #C8430F in popluar color models

C8430F
RGB2006715
HSL17°86.05%42.16%
HSB/HSV17°92.50%78.43%
CMYK0.00%66.50%92.50%
21.57%

Color #C8430F in popluar number systems.

HEXC8430F
Decimal2006715
Binary1100100010000111111
Octal31010317

Shades and tints

Shades of #C8430F

#C8430F
(200,67,15)
#B63D0E
(182,61,14)
#A4370D
(164,55,13)
#92310C
(146,49,12)
#802B0B
(128,43,11)
#6E250A
(110,37,10)
#5C1F09
(92,31,9)
#4A1908
(74,25,8)
#381307
(56,19,7)
#260D06
(38,13,6)
#140705
(20,7,5)
#000000
(0,0,0)

Tints of #C8430F

#C8430F
(200,67,15)
#CD5424
(205,84,36)
#D26539
(210,101,57)
#D7764E
(215,118,78)
#DC8763
(220,135,99)
#E19878
(225,152,120)
#E6A98D
(230,169,141)
#EBBAA2
(235,186,162)
#F0CBB7
(240,203,183)
#F5DCCC
(245,220,204)
#FAEDE1
(250,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8430F color. Also use rgb(200,67,15) instead hex code.

Text Font Color

.myTextColor { color: #C8430F; }

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

This text font color is #C8430F.


Background Color

.myBgColor { background-color: #C8430F; }

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

This div background color is #C8430F.


Border color

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

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

This div border color is #C8430F.


Opacity

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

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

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

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

This text has shadow with #C8430F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8430F on black background.


Color preview on white background

This text has color #C8430F on white background.



Black color preview on #C8430F background

This text has black color on #C8430F background.


White color preview on #C8430F background

This text has white color on #C8430F background.