#89252A

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

Shades of Flame Red #89252A

Tints of Flame Red #89252A

Color information

#89252A (or 0x89252A) is unknown color: approx Flame Red. HEX triplet: 89, 25 and 2A. RGB value is (137,37,42). Sum of RGB (Red+Green+Blue) = 137+37+42=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #89252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89252A is #76DAD5. Grayscale: #434343. Windows color (decimal): -7789270 or 2762121. OLE color: 2762121.

HSL color Cylindrical-coordinate representation of color #89252A: hue angle of 357º 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 #89252A is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB1373742-
CMYK00.730.690.46
HSL357º57.47%34.12%-
HSV(B)357º72.99%53.73%-
XYZ11.46.812.9-
YUV67.47113.63177.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.43%
GREEN value IS 37 (14.84% from 255) = 17.13%
BLUE value IS 42 (16.80% from 255) = 19.44%
R=63.43%
G=17.13%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137374200.730.690.4635757.4734.12
Hex89252A049452E1653922
Octal21145520111105565457142
Binary10001001100101101010010010011000101101110101100101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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