#8B1922

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

Shades of Flame Red #8B1922

Tints of Flame Red #8B1922

Color information

#8B1922 (or 0x8B1922) is unknown color: approx Flame Red. HEX triplet: 8B, 19 and 22. RGB value is (139,25,34). Sum of RGB (Red+Green+Blue) = 139+25+34=198 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.20% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1922 is #74E6DD. Grayscale: #3C3C3C. Windows color (decimal): -7661278 or 2234763. OLE color: 2234763.

HSL color Cylindrical-coordinate representation of color #8B1922: hue angle of 355.26º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B1922 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB1392534-
CMYK00.820.760.45
HSL355.26º69.51%32.16%-
HSV(B)355.26º82.01%54.51%-
XYZ11.286.32.13-
YUV60.11113.27184.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 70.20%
GREEN value IS 25 (10.16% from 255) = 12.63%
BLUE value IS 34 (13.67% from 255) = 17.17%
R=70.20%
G=12.63%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139253400.820.760.45355.2669.5132.16
Hex8B19220524C2D1634620
Octal213314201221145554310640
Binary10001011110011000100101001010011001011011011000111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,25,34); }

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

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

 a { background-color: rgb(139,25,34); }

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

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

 span { border-color: rgb(139,25,34); }

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