#80262B

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

Shades of Flame Red #80262B

Tints of Flame Red #80262B

Color information

#80262B (or 0x80262B) is unknown color: approx Flame Red. HEX triplet: 80, 26 and 2B. RGB value is (128,38,43). Sum of RGB (Red+Green+Blue) = 128+38+43=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #80262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80262B is #7FD9D4. Grayscale: #414141. Windows color (decimal): -8378837 or 2827904. OLE color: 2827904.

HSL color Cylindrical-coordinate representation of color #80262B: hue angle of 356.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80262B is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1283843-
CMYK00.700.660.50
HSL356.67º54.22%32.55%-
HSV(B)356.67º70.31%50.2%-
XYZ10.036.152.94-
YUV65.48115.32172.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.24%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=61.24%
G=18.18%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128384300.700.660.50356.6754.2232.55
Hex80262B04642321653621
Octal20046530106102625456641
Binary10000000100110101011010001101000010110010101100101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80262B; }

 p { color: rgb(128,38,43); }

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

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

 a { background-color: rgb(128,38,43); }

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

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

 span { border-color: rgb(128,38,43); }

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