#8B232C

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

Shades of Flame Red #8B232C

Tints of Flame Red #8B232C

Color information

#8B232C (or 0x8B232C) is unknown color: approx Flame Red. HEX triplet: 8B, 23 and 2C. RGB value is (139,35,44). Sum of RGB (Red+Green+Blue) = 139+35+44=218 (28% of max value = 765). Red value is 139 (54.69% from 255 or 63.76% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 139 - color contains mainly: red. Hex color #8B232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B232C is #74DCD3. Grayscale: #434343. Windows color (decimal): -7658708 or 2892683. OLE color: 2892683.

HSL color Cylindrical-coordinate representation of color #8B232C: hue angle of 354.81º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B232C is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1393544-
CMYK00.750.680.45
HSL354.81º59.77%34.12%-
HSV(B)354.81º74.82%54.51%-
XYZ11.76.873.09-
YUV67.12114.96179.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.76%
GREEN value IS 35 (14.06% from 255) = 16.06%
BLUE value IS 44 (17.58% from 255) = 20.18%
R=63.76%
G=16.06%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139354400.750.680.45354.8159.7734.12
Hex8B232C04B442D1633c22
Octal21343540113104555437442
Binary10001011100011101100010010111000100101101101100011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,35,44); }

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

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

 a { background-color: rgb(139,35,44); }

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

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

 span { border-color: rgb(139,35,44); }

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