#80252A

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

Shades of Flame Red #80252A

Tints of Flame Red #80252A

Color information

#80252A (or 0x80252A) is unknown color: approx Flame Red. HEX triplet: 80, 25 and 2A. RGB value is (128,37,42). Sum of RGB (Red+Green+Blue) = 128+37+42=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #80252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80252A is #7FDAD5. Grayscale: #404040. Windows color (decimal): -8379094 or 2762112. OLE color: 2762112.

HSL color Cylindrical-coordinate representation of color #80252A: hue angle of 356.7º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80252A is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB1283742-
CMYK00.710.670.50
HSL356.7º55.15%32.35%-
HSV(B)356.7º71.09%50.2%-
XYZ9.986.082.84-
YUV64.78115.15173.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.84%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 42 (16.80% from 255) = 20.29%
R=61.84%
G=17.87%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128374200.710.670.50356.755.1532.35
Hex80252A04743321653720
Octal20045520107103625456740
Binary10000000100101101010010001111000011110010101100101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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