#82252B

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

Shades of Flame Red #82252B

Tints of Flame Red #82252B

Color information

#82252B (or 0x82252B) is unknown color: approx Flame Red. HEX triplet: 82, 25 and 2B. RGB value is (130,37,43). Sum of RGB (Red+Green+Blue) = 130+37+43=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #82252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82252B is #7DDAD4. Grayscale: #414141. Windows color (decimal): -8248021 or 2827650. OLE color: 2827650.

HSL color Cylindrical-coordinate representation of color #82252B: hue angle of 356.13º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82252B is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1303743-
CMYK00.720.670.49
HSL356.13º55.69%32.75%-
HSV(B)356.13º71.54%50.98%-
XYZ10.36.242.95-
YUV65.49115.31174.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.90%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 43 (17.19% from 255) = 20.48%
R=61.90%
G=17.62%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130374300.720.670.49356.1355.6932.75
Hex82252B04843311643821
Octal20245530110103615447041
Binary10000010100101101011010010001000011110001101100100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,37,43); }

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

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

 a { background-color: rgb(130,37,43); }

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

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

 span { border-color: rgb(130,37,43); }

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