#8B1C26

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

Shades of Flame Red #8B1C26

Tints of Flame Red #8B1C26

Color information

#8B1C26 (or 0x8B1C26) is unknown color: approx Flame Red. HEX triplet: 8B, 1C and 26. RGB value is (139,28,38). Sum of RGB (Red+Green+Blue) = 139+28+38=205 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.80% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1C26 is #74E3D9. Grayscale: #3E3E3E. Windows color (decimal): -7660506 or 2497675. OLE color: 2497675.

HSL color Cylindrical-coordinate representation of color #8B1C26: hue angle of 354.59º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B1C26 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1392838-
CMYK00.800.730.45
HSL354.59º66.47%32.75%-
HSV(B)354.59º79.86%54.51%-
XYZ11.416.462.48-
YUV62.33114.27182.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 67.80%
GREEN value IS 28 (11.33% from 255) = 13.66%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=67.80%
G=13.66%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139283800.800.730.45354.5966.4732.75
Hex8B1C26050492D1634221
Octal213344601201115554310241
Binary10001011111001001100101000010010011011011011000111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,28,38); }

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

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

 a { background-color: rgb(139,28,38); }

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

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

 span { border-color: rgb(139,28,38); }

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