#891C22

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

Shades of Flame Red #891C22

Tints of Flame Red #891C22

Color information

#891C22 (or 0x891C22) is unknown color: approx Flame Red. HEX triplet: 89, 1C and 22. RGB value is (137,28,34). Sum of RGB (Red+Green+Blue) = 137+28+34=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #891C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891C22 is #76E3DD. Grayscale: #3D3D3D. Windows color (decimal): -7791582 or 2235529. OLE color: 2235529.

HSL color Cylindrical-coordinate representation of color #891C22: hue angle of 356.7º 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 #891C22 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB1372834-
CMYK00.800.750.46
HSL356.7º66.06%32.35%-
HSV(B)356.7º79.56%53.73%-
XYZ11.026.262.14-
YUV61.28112.61182.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 68.84%
GREEN value IS 28 (11.33% from 255) = 14.07%
BLUE value IS 34 (13.67% from 255) = 17.09%
R=68.84%
G=14.07%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137283400.800.750.46356.766.0632.35
Hex891C220504B2E1654220
Octal211344201201135654510240
Binary10001001111001000100101000010010111011101011001011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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