#8C1C2B

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

Shades of Flame Red #8C1C2B

Tints of Flame Red #8C1C2B

Color information

#8C1C2B (or 0x8C1C2B) is unknown color: approx Flame Red. HEX triplet: 8C, 1C and 2B. RGB value is (140,28,43). Sum of RGB (Red+Green+Blue) = 140+28+43=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1C2B is #73E3D4. Grayscale: #3F3F3F. Windows color (decimal): -7594965 or 2825356. OLE color: 2825356.

HSL color Cylindrical-coordinate representation of color #8C1C2B: hue angle of 351.96º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C1C2B is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB1402843-
CMYK00.800.690.45
HSL351.96º66.67%32.94%-
HSV(B)351.96º80%54.9%-
XYZ11.676.582.94-
YUV63.2116.61182.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 66.35%
GREEN value IS 28 (11.33% from 255) = 13.27%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=66.35%
G=13.27%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140284300.800.690.45351.9666.6732.94
Hex8C1C2B050452D1604321
Octal214345301201055554010341
Binary10001100111001010110101000010001011011011011000001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,28,43); }

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

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

 a { background-color: rgb(140,28,43); }

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

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

 span { border-color: rgb(140,28,43); }

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