#8B232E

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

Shades of Flame Red #8B232E

Tints of Flame Red #8B232E

Color information

#8B232E (or 0x8B232E) is unknown color: approx Flame Red. HEX triplet: 8B, 23 and 2E. RGB value is (139,35,46). Sum of RGB (Red+Green+Blue) = 139+35+46=220 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.18% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 139 - color contains mainly: red. Hex color #8B232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B232E is #74DCD1. Grayscale: #434343. Windows color (decimal): -7658706 or 3023755. OLE color: 3023755.

HSL color Cylindrical-coordinate representation of color #8B232E: hue angle of 353.65º 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 #8B232E is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB1393546-
CMYK00.750.670.45
HSL353.65º59.77%34.12%-
HSV(B)353.65º74.82%54.51%-
XYZ11.746.893.3-
YUV67.35115.96179.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.18%
GREEN value IS 35 (14.06% from 255) = 15.91%
BLUE value IS 46 (18.36% from 255) = 20.91%
R=63.18%
G=15.91%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139354600.750.670.45353.6559.7734.12
Hex8B232E04B432D1623c22
Octal21343560113103555427442
Binary10001011100011101110010010111000011101101101100010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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