Html Css Color HEX #892224 Flame Red

📋 copy color: '#892224'

red 137 ◦ green 34 ◦ blue 36

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

Shades of Flame Red #892224

Tints of Flame Red #892224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.43%

 BLUE value IS 36 (14.45% from 255) = 17.39%

R = 66.18%
G = 16.43%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#892224 (or 0x892224) is known color: Flame Red. HEX triplet: 89, 22 and 24. RGB value is (137,34,36). Sum of RGB (Red+Green+Blue) = 137+34+36=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #892224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892224 is #76DDDB. Grayscale: #414141. Windows color (decimal): -7790044 or 2368137. OLE color: 2368137.

HSL color Cylindrical-coordinate representation of color #892224: hue angle of 358.83º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #892224 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 34 36 -
CMYK 0 0.75 0.74 0.46
HSL 358.84º 0.6% 0.34% -
HSV(B) 358.84º 0.75% 0.54% -
XYZ 11.21 6.59 2.35 -
YUV 65.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 137 34 36 0 0.75 0.74 0.46 358.84 0.6 0.34
Hex 89 22 24 0 4B 4A 2E 167 3C 22
Octal 211 42 44 0 113 112 56 547 74 42
Binary 10001001 100010 100100 0 1001011 1001010 101110 101100111 111100 100010

Color Harmonies of #892224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892224

Black with #892224

Text Example


Text Example

White with #892224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892224; }

 p { color: rgb(137,34,36); }

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

background-color css

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

 a { background-color: rgb(137,34,36); }

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

border-color css

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

 span { border-color: rgb(137,34,36); }

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