Html Css Color HEX #89262D Flame Red

📋 copy color: '#89262D'

red 137 ◦ green 38 ◦ blue 45

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

Shades of Flame Red #89262D

Tints of Flame Red #89262D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.45%

R = 62.27%
G = 17.27%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#89262D (or 0x89262D) is known color: Flame Red. HEX triplet: 89, 26 and 2D. RGB value is (137,38,45). Sum of RGB (Red+Green+Blue) = 137+38+45=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #89262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89262D is #76D9D2. Grayscale: #444444. Windows color (decimal): -7789011 or 2958985. OLE color: 2958985.

HSL color Cylindrical-coordinate representation of color #89262D: hue angle of 355.76º 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 #89262D is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 38 45 -
CMYK 0 0.72 0.67 0.46
HSL 355.76º 0.57% 0.34% -
HSV(B) 355.76º 0.72% 0.54% -
XYZ 11.48 6.89 3.21 -
YUV 68.4 114.8 176.93 -
System Red Green Blue C M Y K H S L
Decimal 137 38 45 0 0.72 0.67 0.46 355.76 0.57 0.34
Hex 89 26 2D 0 48 43 2E 164 39 22
Octal 211 46 55 0 110 103 56 544 71 42
Binary 10001001 100110 101101 0 1001000 1000011 101110 101100100 111001 100010

Color Harmonies of #89262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89262D

Black with #89262D

Text Example


Text Example

White with #89262D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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