#80282C

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

Shades of Flame Red #80282C

Tints of Flame Red #80282C

Color information

#80282C (or 0x80282C) is unknown color: approx Flame Red. HEX triplet: 80, 28 and 2C. RGB value is (128,40,44). Sum of RGB (Red+Green+Blue) = 128+40+44=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #80282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80282C is #7FD7D3. Grayscale: #424242. Windows color (decimal): -8378324 or 2893952. OLE color: 2893952.

HSL color Cylindrical-coordinate representation of color #80282C: hue angle of 357.27º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80282C is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1284044-
CMYK00.690.660.50
HSL357.27º52.38%32.94%-
HSV(B)357.27º68.75%50.2%-
XYZ10.126.293.06-
YUV66.77115.15171.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.38%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 44 (17.58% from 255) = 20.75%
R=60.38%
G=18.87%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128404400.690.660.50357.2752.3832.94
Hex80282C04542321653421
Octal20050540105102625456441
Binary10000000101000101100010001011000010110010101100101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80282C; }

 p { color: rgb(128,40,44); }

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

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

 a { background-color: rgb(128,40,44); }

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

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

 span { border-color: rgb(128,40,44); }

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