#892428

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

Shades of Flame Red #892428

Tints of Flame Red #892428

Color information

#892428 (or 0x892428) is unknown color: approx Flame Red. HEX triplet: 89, 24 and 28. RGB value is (137,36,40). Sum of RGB (Red+Green+Blue) = 137+36+40=213 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.32% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 137 - color contains mainly: red. Hex color #892428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892428 is #76DBD7. Grayscale: #424242. Windows color (decimal): -7789528 or 2630793. OLE color: 2630793.

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

Color convert

RGB1373640-
CMYK00.740.710.46
HSL357.62º58.38%33.92%-
HSV(B)357.62º73.72%53.73%-
XYZ11.336.732.71-
YUV66.66112.96178.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 64.32%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 40 (16.02% from 255) = 18.78%
R=64.32%
G=16.90%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137364000.740.710.46357.6258.3833.92
Hex89242804A472E1663a22
Octal21144500112107565467242
Binary10001001100100101000010010101000111101110101100110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892428; }

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

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

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

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

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

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

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

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