#80262A

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

Shades of Flame Red #80262A

Tints of Flame Red #80262A

Color information

#80262A (or 0x80262A) is unknown color: approx Flame Red. HEX triplet: 80, 26 and 2A. RGB value is (128,38,42). Sum of RGB (Red+Green+Blue) = 128+38+42=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80262A is #7FD9D5. Grayscale: #414141. Windows color (decimal): -8378838 or 2762368. OLE color: 2762368.

HSL color Cylindrical-coordinate representation of color #80262A: hue angle of 357.33º 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 #80262A is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB1283842-
CMYK00.700.670.50
HSL357.33º54.22%32.55%-
HSV(B)357.33º70.31%50.2%-
XYZ10.016.142.85-
YUV65.37114.82172.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.54%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=61.54%
G=18.27%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128384200.700.670.50357.3354.2232.55
Hex80262A04643321653621
Octal20046520106103625456641
Binary10000000100110101010010001101000011110010101100101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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