#89242F

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

Shades of Flame Red #89242F

Tints of Flame Red #89242F

Color information

#89242F (or 0x89242F) is unknown color: approx Flame Red. HEX triplet: 89, 24 and 2F. RGB value is (137,36,47). Sum of RGB (Red+Green+Blue) = 137+36+47=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #89242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89242F is #76DBD0. Grayscale: #434343. Windows color (decimal): -7789521 or 3089545. OLE color: 3089545.

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

Color convert

RGB1373647-
CMYK00.740.660.46
HSL353.47º58.38%33.92%-
HSV(B)353.47º73.72%53.73%-
XYZ11.466.793.39-
YUV67.45116.46177.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 62.27%
GREEN value IS 36 (14.45% from 255) = 16.36%
BLUE value IS 47 (18.75% from 255) = 21.36%
R=62.27%
G=16.36%
B=21.36%

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
Decimal137364700.740.660.46353.4758.3833.92
Hex89242F04A422E1613a22
Octal21144570112102565417242
Binary10001001100100101111010010101000010101110101100001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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