#8B232D

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

Shades of Flame Red #8B232D

Tints of Flame Red #8B232D

Color information

#8B232D (or 0x8B232D) is unknown color: approx Flame Red. HEX triplet: 8B, 23 and 2D. RGB value is (139,35,45). Sum of RGB (Red+Green+Blue) = 139+35+45=219 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.47% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 139 - color contains mainly: red. Hex color #8B232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B232D is #74DCD2. Grayscale: #434343. Windows color (decimal): -7658707 or 2958219. OLE color: 2958219.

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

Color convert

RGB1393545-
CMYK00.750.680.45
HSL354.23º59.77%34.12%-
HSV(B)354.23º74.82%54.51%-
XYZ11.726.883.19-
YUV67.24115.46179.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.47%
GREEN value IS 35 (14.06% from 255) = 15.98%
BLUE value IS 45 (17.97% from 255) = 20.55%
R=63.47%
G=15.98%
B=20.55%

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
Decimal139354500.750.680.45354.2359.7734.12
Hex8B232D04B442D1623c22
Octal21343550113104555427442
Binary10001011100011101101010010111000100101101101100010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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