#892124

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

Shades of Flame Red #892124

Tints of Flame Red #892124

Color information

#892124 (or 0x892124) is unknown color: approx Flame Red. HEX triplet: 89, 21 and 24. RGB value is (137,33,36). Sum of RGB (Red+Green+Blue) = 137+33+36=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #892124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892124 is #76DEDB. Grayscale: #404040. Windows color (decimal): -7790300 or 2367881. OLE color: 2367881.

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

Color convert

RGB1373336-
CMYK00.760.740.46
HSL358.27º61.18%33.33%-
HSV(B)358.27º75.91%53.73%-
XYZ11.186.532.34-
YUV64.44111.96179.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 66.50%
GREEN value IS 33 (13.28% from 255) = 16.02%
BLUE value IS 36 (14.45% from 255) = 17.48%
R=66.50%
G=16.02%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137333600.760.740.46358.2761.1833.33
Hex89212404C4A2E1663d21
Octal21141440114112565467541
Binary10001001100001100100010011001001010101110101100110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892124; }

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

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

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

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

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

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

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

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