#8B2324

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

Shades of Flame Red #8B2324

Tints of Flame Red #8B2324

Color information

#8B2324 (or 0x8B2324) is unknown color: approx Flame Red. HEX triplet: 8B, 23 and 24. RGB value is (139,35,36). Sum of RGB (Red+Green+Blue) = 139+35+36=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2324 is #74DCDB. Grayscale: #424242. Windows color (decimal): -7658716 or 2368395. OLE color: 2368395.

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

Color convert

RGB1393536-
CMYK00.750.740.45
HSL359.42º59.77%34.12%-
HSV(B)359.42º74.82%54.51%-
XYZ11.576.822.38-
YUV66.21110.96179.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.19%
GREEN value IS 35 (14.06% from 255) = 16.67%
BLUE value IS 36 (14.45% from 255) = 17.14%
R=66.19%
G=16.67%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139353600.750.740.45359.4259.7734.12
Hex8B232404B4A2D1673c22
Octal21343440113112555477442
Binary10001011100011100100010010111001010101101101100111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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