Html Css Color HEX #892225 Flame Red

📋 copy color: '#892225'

red 137 ◦ green 34 ◦ blue 37

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

Shades of Flame Red #892225

Tints of Flame Red #892225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.79%

R = 65.87%
G = 16.35%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#892225 (or 0x892225) is known color: Flame Red. HEX triplet: 89, 22 and 25. RGB value is (137,34,37). Sum of RGB (Red+Green+Blue) = 137+34+37=208 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.87% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 137 - color contains mainly: red. Hex color #892225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892225 is #76DDDA. Grayscale: #414141. Windows color (decimal): -7790043 or 2433673. OLE color: 2433673.

HSL color Cylindrical-coordinate representation of color #892225: hue angle of 358.25º 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 #892225 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 34 37 -
CMYK 0 0.75 0.73 0.46
HSL 358.25º 0.6% 0.34% -
HSV(B) 358.25º 0.75% 0.54% -
XYZ 11.22 6.6 2.43 -
YUV 65.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 137 34 37 0 0.75 0.73 0.46 358.25 0.6 0.34
Hex 89 22 25 0 4B 49 2E 166 3C 22
Octal 211 42 45 0 113 111 56 546 74 42
Binary 10001001 100010 100101 0 1001011 1001001 101110 101100110 111100 100010

Color Harmonies of #892225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892225

Black with #892225

Text Example


Text Example

White with #892225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892225; }

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

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

background-color css

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

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

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

border-color css

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

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

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