#8B1C1D

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

Shades of Flame Red #8B1C1D

Tints of Flame Red #8B1C1D

Color information

#8B1C1D (or 0x8B1C1D) is unknown color: approx Flame Red. HEX triplet: 8B, 1C and 1D. RGB value is (139,28,29). Sum of RGB (Red+Green+Blue) = 139+28+29=196 (25% of max value = 765). Red value is 139 (54.69% from 255 or 70.92% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1C1D is #74E3E2. Grayscale: #3D3D3D. Windows color (decimal): -7660515 or 1907851. OLE color: 1907851.

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

Color convert

RGB1392829-
CMYK00.800.790.45
HSL359.46º66.47%32.75%-
HSV(B)359.46º79.86%54.51%-
XYZ11.286.411.8-
YUV61.3109.77183.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 70.92%
GREEN value IS 28 (11.33% from 255) = 14.29%
BLUE value IS 29 (11.72% from 255) = 14.80%
R=70.92%
G=14.29%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139282900.800.790.45359.4666.4732.75
Hex8B1C1D0504F2D1674221
Octal213343501201175554710241
Binary1000101111100111010101000010011111011011011001111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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