Html Css Color HEX #891B20 Flame Red

📋 copy color: '#891B20'

red 137 ◦ green 27 ◦ blue 32

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

Shades of Flame Red #891B20

Tints of Flame Red #891B20

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.78%

 BLUE value IS 32 (12.89% from 255) = 16.33%

R = 69.9%
G = 13.78%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#891B20 (or 0x891B20) is known color: Flame Red. HEX triplet: 89, 1B and 20. RGB value is (137,27,32). Sum of RGB (Red+Green+Blue) = 137+27+32=196 (25% of max value = 765). Red value is 137 (53.91% from 255 or 69.90% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 137 - color contains mainly: red. Hex color #891B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891B20 is #76E4DF. Grayscale: #3C3C3C. Windows color (decimal): -7791840 or 2104201. OLE color: 2104201.

HSL color Cylindrical-coordinate representation of color #891B20: hue angle of 357.27º 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 #891B20 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 27 32 -
CMYK 0 0.80 0.77 0.46
HSL 357.27º 0.67% 0.32% -
HSV(B) 357.27º 0.8% 0.54% -
XYZ 10.97 6.21 1.99 -
YUV 60.46 111.94 182.59 -
System Red Green Blue C M Y K H S L
Decimal 137 27 32 0 0.80 0.77 0.46 357.27 0.67 0.32
Hex 89 1B 20 0 50 4D 2E 165 43 20
Octal 211 33 40 0 120 115 56 545 103 40
Binary 10001001 11011 100000 0 1010000 1001101 101110 101100101 1000011 100000

Color Harmonies of #891B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891B20

Black with #891B20

Text Example


Text Example

White with #891B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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