Html Css Color HEX #891A1F Flame Red

📋 copy color: '#891A1F'

red 137 ◦ green 26 ◦ blue 31

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

Shades of Flame Red #891A1F

Tints of Flame Red #891A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.98%

R = 70.62%
G = 13.4%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#891A1F (or 0x891A1F) is known color: Flame Red. HEX triplet: 89, 1A and 1F. RGB value is (137,26,31). Sum of RGB (Red+Green+Blue) = 137+26+31=194 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.62% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 137 - color contains mainly: red. Hex color #891A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891A1F is #76E5E0. Grayscale: #3B3B3B. Windows color (decimal): -7792097 or 2038409. OLE color: 2038409.

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

Color convert

RGB 137 26 31 -
CMYK 0 0.81 0.77 0.46
HSL 357.3º 0.68% 0.32% -
HSV(B) 357.3º 0.81% 0.54% -
XYZ 10.93 6.16 1.91 -
YUV 59.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 137 26 31 0 0.81 0.77 0.46 357.3 0.68 0.32
Hex 89 1A 1F 0 51 4D 2E 165 44 20
Octal 211 32 37 0 121 115 56 545 104 40
Binary 10001001 11010 11111 0 1010001 1001101 101110 101100101 1000100 100000

Color Harmonies of #891A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891A1F

Black with #891A1F

Text Example


Text Example

White with #891A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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