Html Css Color HEX #89282A Flame Red

📋 copy color: '#89282A'

red 137 ◦ green 40 ◦ blue 42

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

Shades of Flame Red #89282A

Tints of Flame Red #89282A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.26%

 BLUE value IS 42 (16.8% from 255) = 19.18%

R = 62.56%
G = 18.26%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#89282A (or 0x89282A) is known color: Flame Red. HEX triplet: 89, 28 and 2A. RGB value is (137,40,42). Sum of RGB (Red+Green+Blue) = 137+40+42=219 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.56% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 137 - color contains mainly: red. Hex color #89282A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89282A is #76D7D5. Grayscale: #454545. Windows color (decimal): -7788502 or 2762889. OLE color: 2762889.

HSL color Cylindrical-coordinate representation of color #89282A: hue angle of 358.76º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89282A is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 40 42 -
CMYK 0 0.71 0.69 0.46
HSL 358.76º 0.55% 0.35% -
HSV(B) 358.76º 0.71% 0.54% -
XYZ 11.49 7 2.94 -
YUV 69.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 137 40 42 0 0.71 0.69 0.46 358.76 0.55 0.35
Hex 89 28 2A 0 47 45 2E 167 37 23
Octal 211 50 52 0 107 105 56 547 67 43
Binary 10001001 101000 101010 0 1000111 1000101 101110 101100111 110111 100011

Color Harmonies of #89282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89282A

Black with #89282A

Text Example


Text Example

White with #89282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89282A; }

 p { color: rgb(137,40,42); }

 H1.HeaderClassName
 {
   color: #89282A;
 }
 .AnyTagClassName
 {
   color: #89282A;
 }
</style>

background-color css

<style>
 a { background-color: #89282A; }

 a { background-color: rgb(137,40,42); }

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

border-color css

<style>
 span { border-color: #89282A; }

 span { border-color: rgb(137,40,42); }

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