Html Css Color HEX #892025 Flame Red

📋 copy color: '#892025'

red 137 ◦ green 32 ◦ blue 37

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

Shades of Flame Red #892025

Tints of Flame Red #892025

RGB

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

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

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

R = 66.5%
G = 15.53%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#892025 (or 0x892025) is known color: Flame Red. HEX triplet: 89, 20 and 25. RGB value is (137,32,37). Sum of RGB (Red+Green+Blue) = 137+32+37=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #892025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892025 is #76DFDA. Grayscale: #404040. Windows color (decimal): -7790555 or 2433161. OLE color: 2433161.

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

Color convert

RGB 137 32 37 -
CMYK 0 0.77 0.73 0.46
HSL 357.14º 0.62% 0.33% -
HSV(B) 357.14º 0.77% 0.54% -
XYZ 11.17 6.48 2.41 -
YUV 63.97 112.79 180.09 -
System Red Green Blue C M Y K H S L
Decimal 137 32 37 0 0.77 0.73 0.46 357.14 0.62 0.33
Hex 89 20 25 0 4D 49 2E 165 3E 21
Octal 211 40 45 0 115 111 56 545 76 41
Binary 10001001 100000 100101 0 1001101 1001001 101110 101100101 111110 100001

Color Harmonies of #892025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892025

Black with #892025

Text Example


Text Example

White with #892025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892025; }

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

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

background-color css

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

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

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

border-color css

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

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

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