Html Css Color HEX #892425 Flame Red

📋 copy color: '#892425'

red 137 ◦ green 36 ◦ blue 37

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

Shades of Flame Red #892425

Tints of Flame Red #892425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.14%

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

R = 65.24%
G = 17.14%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#892425 (or 0x892425) is known color: Flame Red. HEX triplet: 89, 24 and 25. RGB value is (137,36,37). Sum of RGB (Red+Green+Blue) = 137+36+37=210 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.24% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 137 - color contains mainly: red. Hex color #892425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892425 is #76DBDA. Grayscale: #424242. Windows color (decimal): -7789531 or 2434185. OLE color: 2434185.

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

Color convert

RGB 137 36 37 -
CMYK 0 0.74 0.73 0.46
HSL 359.41º 0.58% 0.34% -
HSV(B) 359.41º 0.74% 0.54% -
XYZ 11.28 6.71 2.45 -
YUV 66.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 137 36 37 0 0.74 0.73 0.46 359.41 0.58 0.34
Hex 89 24 25 0 4A 49 2E 167 3A 22
Octal 211 44 45 0 112 111 56 547 72 42
Binary 10001001 100100 100101 0 1001010 1001001 101110 101100111 111010 100010

Color Harmonies of #892425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892425

Black with #892425

Text Example


Text Example

White with #892425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892425; }

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

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

background-color css

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

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

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

border-color css

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

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

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