Html Css Color HEX #891A1D Flame Red

📋 copy color: '#891A1D'

red 137 ◦ green 26 ◦ blue 29

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

Shades of Flame Red #891A1D

Tints of Flame Red #891A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.1%

R = 71.35%
G = 13.54%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#891A1D (or 0x891A1D) is known color: Flame Red. HEX triplet: 89, 1A and 1D. RGB value is (137,26,29). Sum of RGB (Red+Green+Blue) = 137+26+29=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #891A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891A1D is #76E5E2. Grayscale: #3B3B3B. Windows color (decimal): -7792099 or 1907337. OLE color: 1907337.

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

Color convert

RGB 137 26 29 -
CMYK 0 0.81 0.79 0.46
HSL 358.38º 0.68% 0.32% -
HSV(B) 358.38º 0.81% 0.54% -
XYZ 10.91 6.15 1.77 -
YUV 59.53 110.77 183.26 -
System Red Green Blue C M Y K H S L
Decimal 137 26 29 0 0.81 0.79 0.46 358.38 0.68 0.32
Hex 89 1A 1D 0 51 4F 2E 166 44 20
Octal 211 32 35 0 121 117 56 546 104 40
Binary 10001001 11010 11101 0 1010001 1001111 101110 101100110 1000100 100000

Color Harmonies of #891A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891A1D

Black with #891A1D

Text Example


Text Example

White with #891A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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