Html Css Color HEX #89282B Flame Red

📋 copy color: '#89282B'

red 137 ◦ green 40 ◦ blue 43

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

Shades of Flame Red #89282B

Tints of Flame Red #89282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.55%

R = 62.27%
G = 18.18%
B = 19.55%

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

#89282B (or 0x89282B) is known color: Flame Red. HEX triplet: 89, 28 and 2B. RGB value is (137,40,43). Sum of RGB (Red+Green+Blue) = 137+40+43=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #89282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89282B is #76D7D4. Grayscale: #454545. Windows color (decimal): -7788501 or 2828425. OLE color: 2828425.

HSL color Cylindrical-coordinate representation of color #89282B: hue angle of 358.14º 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 #89282B is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 40 43 -
CMYK 0 0.71 0.69 0.46
HSL 358.14º 0.55% 0.35% -
HSV(B) 358.14º 0.71% 0.54% -
XYZ 11.51 7.01 3.03 -
YUV 69.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 137 40 43 0 0.71 0.69 0.46 358.14 0.55 0.35
Hex 89 28 2B 0 47 45 2E 166 37 23
Octal 211 50 53 0 107 105 56 546 67 43
Binary 10001001 101000 101011 0 1000111 1000101 101110 101100110 110111 100011

Color Harmonies of #89282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89282B

Black with #89282B

Text Example


Text Example

White with #89282B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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