Html Css Color HEX #89191C Flame Red

📋 copy color: '#89191C'

red 137 ◦ green 25 ◦ blue 28

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

Shades of Flame Red #89191C

Tints of Flame Red #89191C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.16%

 BLUE value IS 28 (11.33% from 255) = 14.74%

R = 72.11%
G = 13.16%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#89191C (or 0x89191C) is known color: Flame Red. HEX triplet: 89, 19 and 1C. RGB value is (137,25,28). Sum of RGB (Red+Green+Blue) = 137+25+28=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #89191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89191C is #76E6E3. Grayscale: #3A3A3A. Windows color (decimal): -7792356 or 1841545. OLE color: 1841545.

HSL color Cylindrical-coordinate representation of color #89191C: hue angle of 358.39º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89191C is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 25 28 -
CMYK 0 0.82 0.80 0.46
HSL 358.39º 0.69% 0.32% -
HSV(B) 358.39º 0.82% 0.54% -
XYZ 10.87 6.1 1.7 -
YUV 58.83 110.61 183.76 -
System Red Green Blue C M Y K H S L
Decimal 137 25 28 0 0.82 0.80 0.46 358.39 0.69 0.32
Hex 89 19 1C 0 52 50 2E 166 45 20
Octal 211 31 34 0 122 120 56 546 105 40
Binary 10001001 11001 11100 0 1010010 1010000 101110 101100110 1000101 100000

Color Harmonies of #89191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89191C

Black with #89191C

Text Example


Text Example

White with #89191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,25,28); }

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

background-color css

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

 a { background-color: rgb(137,25,28); }

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

border-color css

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

 span { border-color: rgb(137,25,28); }

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