#82242A

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

Shades of Flame Red #82242A

Tints of Flame Red #82242A

Color information

#82242A (or 0x82242A) is unknown color: approx Flame Red. HEX triplet: 82, 24 and 2A. RGB value is (130,36,42). Sum of RGB (Red+Green+Blue) = 130+36+42=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #82242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82242A is #7DDBD5. Grayscale: #404040. Windows color (decimal): -8248278 or 2761858. OLE color: 2761858.

HSL color Cylindrical-coordinate representation of color #82242A: hue angle of 356.17º degrees, saturation: 0.57, 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 #82242A is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1303642-
CMYK00.720.680.49
HSL356.17º56.63%32.55%-
HSV(B)356.17º72.31%50.98%-
XYZ10.256.172.84-
YUV64.79115.14174.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.5%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=62.5%
G=17.31%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130364200.720.680.49356.1756.6332.55
Hex82242A04844311643921
Octal20244520110104615447141
Binary10000010100100101010010010001000100110001101100100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,36,42); }

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

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

 a { background-color: rgb(130,36,42); }

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

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

 span { border-color: rgb(130,36,42); }

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