Html Css Color HEX #89262A Flame Red

📋 copy color: '#89262A'

red 137 ◦ green 38 ◦ blue 42

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

Shades of Flame Red #89262A

Tints of Flame Red #89262A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.51%

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

R = 63.13%
G = 17.51%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#89262A (or 0x89262A) is known color: Flame Red. HEX triplet: 89, 26 and 2A. RGB value is (137,38,42). Sum of RGB (Red+Green+Blue) = 137+38+42=217 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.13% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 137 - color contains mainly: red. Hex color #89262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89262A is #76D9D5. Grayscale: #444444. Windows color (decimal): -7789014 or 2762377. OLE color: 2762377.

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

Color convert

RGB 137 38 42 -
CMYK 0 0.72 0.69 0.46
HSL 357.58º 0.57% 0.34% -
HSV(B) 357.58º 0.72% 0.54% -
XYZ 11.43 6.87 2.91 -
YUV 68.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 137 38 42 0 0.72 0.69 0.46 357.58 0.57 0.34
Hex 89 26 2A 0 48 45 2E 166 39 22
Octal 211 46 52 0 110 105 56 546 71 42
Binary 10001001 100110 101010 0 1001000 1000101 101110 101100110 111001 100010

Color Harmonies of #89262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89262A

Black with #89262A

Text Example


Text Example

White with #89262A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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