#891C1E

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

Shades of Flame Red #891C1E

Tints of Flame Red #891C1E

Color information

#891C1E (or 0x891C1E) is unknown color: approx Flame Red. HEX triplet: 89, 1C and 1E. RGB value is (137,28,30). Sum of RGB (Red+Green+Blue) = 137+28+30=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #891C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891C1E is #76E3E1. Grayscale: #3C3C3C. Windows color (decimal): -7791586 or 1973385. OLE color: 1973385.

HSL color Cylindrical-coordinate representation of color #891C1E: hue angle of 358.9º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891C1E is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB1372830-
CMYK00.800.780.46
HSL358.9º66.06%32.35%-
HSV(B)358.9º79.56%53.73%-
XYZ10.976.241.86-
YUV60.82110.61182.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.26%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 30 (12.11% from 255) = 15.38%
R=70.26%
G=14.36%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137283000.800.780.46358.966.0632.35
Hex891C1E0504E2E1674220
Octal211343601201165654710240
Binary1000100111100111100101000010011101011101011001111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891C1E; }

 p { color: rgb(137,28,30); }

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

<style>
 a { background-color: #891C1E; }

 a { background-color: rgb(137,28,30); }

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

<style>
 span { border-color: #891C1E; }

 span { border-color: rgb(137,28,30); }

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