#8B1921

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

Shades of Flame Red #8B1921

Tints of Flame Red #8B1921

Color information

#8B1921 (or 0x8B1921) is unknown color: approx Flame Red. HEX triplet: 8B, 19 and 21. RGB value is (139,25,33). Sum of RGB (Red+Green+Blue) = 139+25+33=197 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.56% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1921 is #74E6DE. Grayscale: #3C3C3C. Windows color (decimal): -7661279 or 2169227. OLE color: 2169227.

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

Color convert

RGB1392533-
CMYK00.820.760.45
HSL355.79º69.51%32.16%-
HSV(B)355.79º82.01%54.51%-
XYZ11.276.292.06-
YUV60112.77184.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 70.56%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=70.56%
G=12.69%
B=16.75%

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
Decimal139253300.820.760.45355.7969.5132.16
Hex8B19210524C2D1644620
Octal213314101221145554410640
Binary10001011110011000010101001010011001011011011001001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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