#891B25

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

Shades of Flame Red #891B25

Tints of Flame Red #891B25

Color information

#891B25 (or 0x891B25) is unknown color: approx Flame Red. HEX triplet: 89, 1B and 25. RGB value is (137,27,37). Sum of RGB (Red+Green+Blue) = 137+27+37=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #891B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891B25 is #76E4DA. Grayscale: #3D3D3D. Windows color (decimal): -7791835 or 2431881. OLE color: 2431881.

HSL color Cylindrical-coordinate representation of color #891B25: hue angle of 354.55º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891B25 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB1372737-
CMYK00.800.730.46
HSL354.55º67.07%32.16%-
HSV(B)354.55º80.29%53.73%-
XYZ11.046.242.37-
YUV61.03114.44182.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 68.16%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 37 (14.84% from 255) = 18.41%
R=68.16%
G=13.43%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137273700.800.730.46354.5567.0732.16
Hex891B25050492E1634320
Octal211334501201115654310340
Binary10001001110111001010101000010010011011101011000111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,27,37); }

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

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

 a { background-color: rgb(137,27,37); }

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

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

 span { border-color: rgb(137,27,37); }

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