#8B1D1E

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

Shades of Flame Red #8B1D1E

Tints of Flame Red #8B1D1E

Color information

#8B1D1E (or 0x8B1D1E) is unknown color: approx Flame Red. HEX triplet: 8B, 1D and 1E. RGB value is (139,29,30). Sum of RGB (Red+Green+Blue) = 139+29+30=198 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.20% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1D1E is #74E2E1. Grayscale: #3E3E3E. Windows color (decimal): -7660258 or 1973643. OLE color: 1973643.

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

Color convert

RGB1392930-
CMYK00.790.780.45
HSL359.45º65.48%32.94%-
HSV(B)359.45º79.14%54.51%-
XYZ11.326.461.88-
YUV62109.94182.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 70.20%
GREEN value IS 29 (11.72% from 255) = 14.65%
BLUE value IS 30 (12.11% from 255) = 15.15%
R=70.20%
G=14.65%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139293000.790.780.45359.4565.4832.94
Hex8B1D1E04F4E2D1674121
Octal213353601171165554710141
Binary1000101111101111100100111110011101011011011001111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,29,30); }

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

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

 a { background-color: rgb(139,29,30); }

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

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

 span { border-color: rgb(139,29,30); }

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