Html Css Color HEX #89161D Flame Red

📋 copy color: '#89161D'

red 137 ◦ green 22 ◦ blue 29

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

Shades of Flame Red #89161D

Tints of Flame Red #89161D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.7%

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

R = 72.87%
G = 11.7%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#89161D (or 0x89161D) is known color: Flame Red. HEX triplet: 89, 16 and 1D. RGB value is (137,22,29). Sum of RGB (Red+Green+Blue) = 137+22+29=188 (24% of max value = 765). Red value is 137 (53.91% from 255 or 72.87% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 137 - color contains mainly: red. Hex color #89161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89161D is #76E9E2. Grayscale: #393939. Windows color (decimal): -7793123 or 1906313. OLE color: 1906313.

HSL color Cylindrical-coordinate representation of color #89161D: hue angle of 356.35º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #89161D is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 22 29 -
CMYK 0 0.84 0.79 0.46
HSL 356.35º 0.72% 0.31% -
HSV(B) 356.35º 0.84% 0.54% -
XYZ 10.83 5.98 1.75 -
YUV 57.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 137 22 29 0 0.84 0.79 0.46 356.35 0.72 0.31
Hex 89 16 1D 0 54 4F 2E 164 48 1F
Octal 211 26 35 0 124 117 56 544 110 37
Binary 10001001 10110 11101 0 1010100 1001111 101110 101100100 1001000 11111

Color Harmonies of #89161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89161D

Black with #89161D

Text Example


Text Example

White with #89161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89161D; }

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

 H1.HeaderClassName
 {
   color: #89161D;
 }
 .AnyTagClassName
 {
   color: #89161D;
 }
</style>

background-color css

<style>
 a { background-color: #89161D; }

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

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

border-color css

<style>
 span { border-color: #89161D; }

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

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