#89212E

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

Shades of Flame Red #89212E

Tints of Flame Red #89212E

Color information

#89212E (or 0x89212E) is unknown color: approx Flame Red. HEX triplet: 89, 21 and 2E. RGB value is (137,33,46). Sum of RGB (Red+Green+Blue) = 137+33+46=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #89212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89212E is #76DED1. Grayscale: #414141. Windows color (decimal): -7790290 or 3023241. OLE color: 3023241.

HSL color Cylindrical-coordinate representation of color #89212E: hue angle of 352.5º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89212E is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB1373346-
CMYK00.760.660.46
HSL352.5º61.18%33.33%-
HSV(B)352.5º75.91%53.73%-
XYZ11.356.63.26-
YUV65.58116.96178.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.43%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 46 (18.36% from 255) = 21.30%
R=63.43%
G=15.28%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137334600.760.660.46352.561.1833.33
Hex89212E04C422E1603d21
Octal21141560114102565407541
Binary10001001100001101110010011001000010101110101100000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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