Html Css Color HEX #892026 Flame Red

📋 copy color: '#892026'

red 137 ◦ green 32 ◦ blue 38

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

Shades of Flame Red #892026

Tints of Flame Red #892026

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.46%

 BLUE value IS 38 (15.23% from 255) = 18.36%

R = 66.18%
G = 15.46%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#892026 (or 0x892026) is known color: Flame Red. HEX triplet: 89, 20 and 26. RGB value is (137,32,38). Sum of RGB (Red+Green+Blue) = 137+32+38=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #892026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892026 is #76DFD9. Grayscale: #404040. Windows color (decimal): -7790554 or 2498697. OLE color: 2498697.

HSL color Cylindrical-coordinate representation of color #892026: hue angle of 356.57º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892026 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 32 38 -
CMYK 0 0.77 0.72 0.46
HSL 356.57º 0.62% 0.33% -
HSV(B) 356.57º 0.77% 0.54% -
XYZ 11.18 6.49 2.5 -
YUV 64.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 137 32 38 0 0.77 0.72 0.46 356.57 0.62 0.33
Hex 89 20 26 0 4D 48 2E 165 3E 21
Octal 211 40 46 0 115 110 56 545 76 41
Binary 10001001 100000 100110 0 1001101 1001000 101110 101100101 111110 100001

Color Harmonies of #892026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892026

Black with #892026

Text Example


Text Example

White with #892026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892026; }

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

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

background-color css

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

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

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

border-color css

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

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

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