Html Css Color HEX #891A1B Flame Red

📋 copy color: '#891A1B'

red 137 ◦ green 26 ◦ blue 27

#891A1B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #891A1B

Tints of Flame Red #891A1B

RGB

 RED value IS 137 (53.91% from 255) = 72.11%

 GREEN value IS 26 (10.55% from 255) = 13.68%

 BLUE value IS 27 (10.94% from 255) = 14.21%

R = 72.11%
G = 13.68%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#891A1B (or 0x891A1B) is known color: Flame Red. HEX triplet: 89, 1A and 1B. RGB value is (137,26,27). Sum of RGB (Red+Green+Blue) = 137+26+27=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #891A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891A1B is #76E5E4. Grayscale: #3B3B3B. Windows color (decimal): -7792101 or 1776265. OLE color: 1776265.

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

Color convert

RGB 137 26 27 -
CMYK 0 0.81 0.80 0.46
HSL 359.46º 0.68% 0.32% -
HSV(B) 359.46º 0.81% 0.54% -
XYZ 10.88 6.14 1.65 -
YUV 59.3 109.77 183.42 -
System Red Green Blue C M Y K H S L
Decimal 137 26 27 0 0.81 0.80 0.46 359.46 0.68 0.32
Hex 89 1A 1B 0 51 50 2E 167 44 20
Octal 211 32 33 0 121 120 56 547 104 40
Binary 10001001 11010 11011 0 1010001 1010000 101110 101100111 1000100 100000

Color Harmonies of #891A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891A1B

Black with #891A1B

Text Example


Text Example

White with #891A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #891A1B;
 }
 .AnyTagClassName
 {
   color: #891A1B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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