#89181C

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

Shades of Flame Red #89181C

Tints of Flame Red #89181C

Color information

#89181C (or 0x89181C) is unknown color: approx Flame Red. HEX triplet: 89, 18 and 1C. RGB value is (137,24,28). Sum of RGB (Red+Green+Blue) = 137+24+28=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #89181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89181C is #76E7E3. Grayscale: #3A3A3A. Windows color (decimal): -7792612 or 1841289. OLE color: 1841289.

HSL color Cylindrical-coordinate representation of color #89181C: hue angle of 357.88º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89181C is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB1372428-
CMYK00.820.800.46
HSL357.88º70.19%31.57%-
HSV(B)357.88º82.48%53.73%-
XYZ10.856.061.7-
YUV58.24110.94184.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 72.49%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 28 (11.33% from 255) = 14.81%
R=72.49%
G=12.70%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137242800.820.800.46357.8870.1931.57
Hex89181C052502E1664620
Octal211303401221205654610640
Binary1000100111000111000101001010100001011101011001101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,24,28); }

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

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

 a { background-color: rgb(137,24,28); }

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

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

 span { border-color: rgb(137,24,28); }

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