#8C282A

Color #8C282A Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #8C282A

Tints of Flame Red #8C282A

Color information

#8C282A (or 0x8C282A) is unknown color: approx Flame Red. HEX triplet: 8C, 28 and 2A. RGB value is (140,40,42). Sum of RGB (Red+Green+Blue) = 140+40+42=222 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.06% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 140 - color contains mainly: red. Hex color #8C282A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C282A is #73D7D5. Grayscale: #464646. Windows color (decimal): -7591894 or 2762892. OLE color: 2762892.

HSL color Cylindrical-coordinate representation of color #8C282A: hue angle of 358.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C282A is Cyan = 0, Magento = 0.71, Yellow = 0.7 and Black (K on CMYK) = 0.45.

Color convert

RGB1404042-
CMYK00.710.70.45
HSL358.8º55.56%35.29%-
HSV(B)358.8º71.43%54.9%-
XYZ11.997.262.96-
YUV70.13112.13177.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 63.06%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 42 (16.80% from 255) = 18.92%
R=63.06%
G=18.02%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.7
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140404200.710.70.45358.855.5635.29
Hex8C282A047462D1673823
Octal21450520107106555477043
Binary10001100101000101010010001111000110101101101100111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C282A; }

 p { color: rgb(140,40,42); }

 H1.HeaderClassName
 {
   color: #8C282A;
 }
 .AnyTagClassName
 {
   color: #8C282A;
 }
</style>
background-color css

<style>
 a { background-color: #8C282A; }

 a { background-color: rgb(140,40,42); }

 div.DivClassName
 {
   background-color: #8C282A;
 }
 .BgClassName
 {
   background-color: #8C282A;
 }
</style>
border-color css

<style>
 span { border-color: #8C282A; }

 span { border-color: rgb(140,40,42); }

 td.TdClassName
 {
   border-color: #8C282A;
 }
 .TagClassName
 {
   border-color: #8C282A;
 }
</style>