#89222D

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

Shades of Flame Red #89222D

Tints of Flame Red #89222D

Color information

#89222D (or 0x89222D) is unknown color: approx Flame Red. HEX triplet: 89, 22 and 2D. RGB value is (137,34,45). Sum of RGB (Red+Green+Blue) = 137+34+45=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #89222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89222D is #76DDD2. Grayscale: #424242. Windows color (decimal): -7790035 or 2957961. OLE color: 2957961.

HSL color Cylindrical-coordinate representation of color #89222D: hue angle of 353.59º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #89222D is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB1373445-
CMYK00.750.670.46
HSL353.59º60.23%33.53%-
HSV(B)353.59º75.18%53.73%-
XYZ11.366.653.17-
YUV66.05116.12178.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.43%
GREEN value IS 34 (13.67% from 255) = 15.74%
BLUE value IS 45 (17.97% from 255) = 20.83%
R=63.43%
G=15.74%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137344500.750.670.46353.5960.2333.53
Hex89222D04B432E1623c22
Octal21142550113103565427442
Binary10001001100010101101010010111000011101110101100010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89222D; }

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

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

<style>
 a { background-color: #89222D; }

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

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

<style>
 span { border-color: #89222D; }

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

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