#891F2A

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

Shades of Flame Red #891F2A

Tints of Flame Red #891F2A

Color information

#891F2A (or 0x891F2A) is unknown color: approx Flame Red. HEX triplet: 89, 1F and 2A. RGB value is (137,31,42). Sum of RGB (Red+Green+Blue) = 137+31+42=210 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.24% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 137 - color contains mainly: red. Hex color #891F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891F2A is #76E0D5. Grayscale: #404040. Windows color (decimal): -7790806 or 2760585. OLE color: 2760585.

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

Color convert

RGB1373142-
CMYK00.770.690.46
HSL353.77º63.1%32.94%-
HSV(B)353.77º77.37%53.73%-
XYZ11.226.472.85-
YUV63.95115.62180.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 65.24%
GREEN value IS 31 (12.5% from 255) = 14.76%
BLUE value IS 42 (16.80% from 255) = 20%
R=65.24%
G=14.76%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137314200.770.690.46353.7763.132.94
Hex891F2A04D452E1623f21
Octal21137520115105565427741
Binary1000100111111101010010011011000101101110101100010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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