#89232A

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

Shades of Flame Red #89232A

Tints of Flame Red #89232A

Color information

#89232A (or 0x89232A) is unknown color: approx Flame Red. HEX triplet: 89, 23 and 2A. RGB value is (137,35,42). Sum of RGB (Red+Green+Blue) = 137+35+42=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #89232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89232A is #76DCD5. Grayscale: #424242. Windows color (decimal): -7789782 or 2761609. OLE color: 2761609.

HSL color Cylindrical-coordinate representation of color #89232A: hue angle of 355.88º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89232A is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB1373542-
CMYK00.740.690.46
HSL355.88º59.3%33.73%-
HSV(B)355.88º74.45%53.73%-
XYZ11.346.692.88-
YUV66.3114.29178.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 64.02%
GREEN value IS 35 (14.06% from 255) = 16.36%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=64.02%
G=16.36%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137354200.740.690.46355.8859.333.73
Hex89232A04A452E1643b22
Octal21143520112105565447342
Binary10001001100011101010010010101000101101110101100100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89232A; }

 p { color: rgb(137,35,42); }

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

<style>
 a { background-color: #89232A; }

 a { background-color: rgb(137,35,42); }

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

<style>
 span { border-color: #89232A; }

 span { border-color: rgb(137,35,42); }

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