#89252C

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

Shades of Flame Red #89252C

Tints of Flame Red #89252C

Color information

#89252C (or 0x89252C) is unknown color: approx Flame Red. HEX triplet: 89, 25 and 2C. RGB value is (137,37,44). Sum of RGB (Red+Green+Blue) = 137+37+44=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #89252C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89252C is #76DAD3. Grayscale: #434343. Windows color (decimal): -7789268 or 2893193. OLE color: 2893193.

HSL color Cylindrical-coordinate representation of color #89252C: hue angle of 355.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89252C is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB1373744-
CMYK00.730.680.46
HSL355.8º57.47%34.12%-
HSV(B)355.8º72.99%53.73%-
XYZ11.436.823.1-
YUV67.7114.63177.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 62.84%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 44 (17.58% from 255) = 20.18%
R=62.84%
G=16.97%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137374400.730.680.46355.857.4734.12
Hex89252C049442E1643922
Octal21145540111104565447142
Binary10001001100101101100010010011000100101110101100100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89252C; }

 p { color: rgb(137,37,44); }

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

<style>
 a { background-color: #89252C; }

 a { background-color: rgb(137,37,44); }

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

<style>
 span { border-color: #89252C; }

 span { border-color: rgb(137,37,44); }

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