#8B1F29

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

Shades of Flame Red #8B1F29

Tints of Flame Red #8B1F29

Color information

#8B1F29 (or 0x8B1F29) is unknown color: approx Flame Red. HEX triplet: 8B, 1F and 29. RGB value is (139,31,41). Sum of RGB (Red+Green+Blue) = 139+31+41=211 (27% of max value = 765). Red value is 139 (54.69% from 255 or 65.88% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1F29 is #74E0D6. Grayscale: #404040. Windows color (decimal): -7659735 or 2695051. OLE color: 2695051.

HSL color Cylindrical-coordinate representation of color #8B1F29: hue angle of 354.44º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1F29 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB1393141-
CMYK00.780.710.45
HSL354.44º63.53%33.33%-
HSV(B)354.44º77.7%54.51%-
XYZ11.546.632.77-
YUV64.43114.78181.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.88%
GREEN value IS 31 (12.5% from 255) = 14.69%
BLUE value IS 41 (16.41% from 255) = 19.43%
R=65.88%
G=14.69%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139314100.780.710.45354.4463.5333.33
Hex8B1F2904E472D1624021
Octal213375101161075554210041
Binary10001011111111010010100111010001111011011011000101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,31,41); }

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

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

 a { background-color: rgb(139,31,41); }

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

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

 span { border-color: rgb(139,31,41); }

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