#89242E

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

Shades of Flame Red #89242E

Tints of Flame Red #89242E

Color information

#89242E (or 0x89242E) is unknown color: approx Flame Red. HEX triplet: 89, 24 and 2E. RGB value is (137,36,46). Sum of RGB (Red+Green+Blue) = 137+36+46=219 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.56% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 137 - color contains mainly: red. Hex color #89242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89242E is #76DBD1. Grayscale: #434343. Windows color (decimal): -7789522 or 3024009. OLE color: 3024009.

HSL color Cylindrical-coordinate representation of color #89242E: hue angle of 354.06º degrees, saturation: 0.58, 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 #89242E is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB1373646-
CMYK00.740.660.46
HSL354.06º58.38%33.92%-
HSV(B)354.06º73.72%53.73%-
XYZ11.446.783.29-
YUV67.34115.96177.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 62.56%
GREEN value IS 36 (14.45% from 255) = 16.44%
BLUE value IS 46 (18.36% from 255) = 21.00%
R=62.56%
G=16.44%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137364600.740.660.46354.0658.3833.92
Hex89242E04A422E1623a22
Octal21144560112102565427242
Binary10001001100100101110010010101000010101110101100010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89242E; }

 p { color: rgb(137,36,46); }

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

<style>
 a { background-color: #89242E; }

 a { background-color: rgb(137,36,46); }

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

<style>
 span { border-color: #89242E; }

 span { border-color: rgb(137,36,46); }

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