#892125

Color #892125 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #892125

Tints of Flame Red #892125

Color information

#892125 (or 0x892125) is unknown color: approx Flame Red. HEX triplet: 89, 21 and 25. RGB value is (137,33,37). Sum of RGB (Red+Green+Blue) = 137+33+37=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #892125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892125 is #76DEDA. Grayscale: #404040. Windows color (decimal): -7790299 or 2433417. OLE color: 2433417.

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

Color convert

RGB1373337-
CMYK00.760.730.46
HSL357.69º61.18%33.33%-
HSV(B)357.69º75.91%53.73%-
XYZ11.196.542.42-
YUV64.55112.46179.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 66.18%
GREEN value IS 33 (13.28% from 255) = 15.94%
BLUE value IS 37 (14.84% from 255) = 17.87%
R=66.18%
G=15.94%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137333700.760.730.46357.6961.1833.33
Hex89212504C492E1663d21
Octal21141450114111565467541
Binary10001001100001100101010011001001001101110101100110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892125; }

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

 H1.HeaderClassName
 {
   color: #892125;
 }
 .AnyTagClassName
 {
   color: #892125;
 }
</style>
background-color css

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

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

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

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

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

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