Html Css Color HEX #89292C Flame Red

📋 copy color: '#89292C'

red 137 ◦ green 41 ◦ blue 44

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

Shades of Flame Red #89292C

Tints of Flame Red #89292C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

 BLUE value IS 44 (17.58% from 255) = 19.82%

R = 61.71%
G = 18.47%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#89292C (or 0x89292C) is known color: Flame Red. HEX triplet: 89, 29 and 2C. RGB value is (137,41,44). Sum of RGB (Red+Green+Blue) = 137+41+44=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #89292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89292C is #76D6D3. Grayscale: #464646. Windows color (decimal): -7788244 or 2894217. OLE color: 2894217.

HSL color Cylindrical-coordinate representation of color #89292C: hue angle of 358.12º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89292C is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 41 44 -
CMYK 0 0.70 0.68 0.46
HSL 358.13º 0.54% 0.35% -
HSV(B) 358.13º 0.7% 0.54% -
XYZ 11.56 7.09 3.14 -
YUV 70.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 137 41 44 0 0.70 0.68 0.46 358.13 0.54 0.35
Hex 89 29 2C 0 46 44 2E 166 36 23
Octal 211 51 54 0 106 104 56 546 66 43
Binary 10001001 101001 101100 0 1000110 1000100 101110 101100110 110110 100011

Color Harmonies of #89292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89292C

Black with #89292C

Text Example


Text Example

White with #89292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89292C; }

 p { color: rgb(137,41,44); }

 H1.HeaderClassName
 {
   color: #89292C;
 }
 .AnyTagClassName
 {
   color: #89292C;
 }
</style>

background-color css

<style>
 a { background-color: #89292C; }

 a { background-color: rgb(137,41,44); }

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

border-color css

<style>
 span { border-color: #89292C; }

 span { border-color: rgb(137,41,44); }

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