#891E26

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

Shades of Flame Red #891E26

Tints of Flame Red #891E26

Color information

#891E26 (or 0x891E26) is unknown color: approx Flame Red. HEX triplet: 89, 1E and 26. RGB value is (137,30,38). Sum of RGB (Red+Green+Blue) = 137+30+38=205 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.83% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 137 - color contains mainly: red. Hex color #891E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891E26 is #76E1D9. Grayscale: #3E3E3E. Windows color (decimal): -7791066 or 2498185. OLE color: 2498185.

HSL color Cylindrical-coordinate representation of color #891E26: hue angle of 355.51º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #891E26 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB1373038-
CMYK00.780.720.46
HSL355.51º64.07%32.75%-
HSV(B)355.51º78.1%53.73%-
XYZ11.136.392.48-
YUV62.9113.95180.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 66.83%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=66.83%
G=14.63%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137303800.780.720.46355.5164.0732.75
Hex891E2604E482E1644021
Octal211364601161105654410041
Binary10001001111101001100100111010010001011101011001001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891E26; }

 p { color: rgb(137,30,38); }

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

<style>
 a { background-color: #891E26; }

 a { background-color: rgb(137,30,38); }

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

<style>
 span { border-color: #891E26; }

 span { border-color: rgb(137,30,38); }

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