#82252D

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

Shades of Flame Red #82252D

Tints of Flame Red #82252D

Color information

#82252D (or 0x82252D) is unknown color: approx Flame Red. HEX triplet: 82, 25 and 2D. RGB value is (130,37,45). Sum of RGB (Red+Green+Blue) = 130+37+45=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #82252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82252D is #7DDAD2. Grayscale: #414141. Windows color (decimal): -8248019 or 2958722. OLE color: 2958722.

HSL color Cylindrical-coordinate representation of color #82252D: hue angle of 354.84º 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 #82252D is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1303745-
CMYK00.720.650.49
HSL354.84º55.69%32.75%-
HSV(B)354.84º71.54%50.98%-
XYZ10.346.263.15-
YUV65.72116.31173.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.32%
GREEN value IS 37 (14.84% from 255) = 17.45%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=61.32%
G=17.45%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130374500.720.650.49354.8455.6932.75
Hex82252D04841311633821
Octal20245550110101615437041
Binary10000010100101101101010010001000001110001101100011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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