#822E2F

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

Shades of Flame Red #822E2F

Tints of Flame Red #822E2F

Color information

#822E2F (or 0x822E2F) is unknown color: approx Flame Red. HEX triplet: 82, 2E and 2F. RGB value is (130,46,47). Sum of RGB (Red+Green+Blue) = 130+46+47=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #822E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822E2F is #7DD1D0. Grayscale: #474747. Windows color (decimal): -8245713 or 3092098. OLE color: 3092098.

HSL color Cylindrical-coordinate representation of color #822E2F: hue angle of 359.29º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #822E2F is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB1304647-
CMYK00.650.640.49
HSL359.29º47.73%34.51%-
HSV(B)359.29º64.62%50.98%-
XYZ10.76.913.46-
YUV71.23114.33169.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.30%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=58.30%
G=20.63%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130464700.650.640.49359.2947.7334.51
Hex822E2F04140311673023
Octal20256570101100615476043
Binary10000010101110101111010000011000000110001101100111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822E2F; }

 p { color: rgb(130,46,47); }

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

<style>
 a { background-color: #822E2F; }

 a { background-color: rgb(130,46,47); }

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

<style>
 span { border-color: #822E2F; }

 span { border-color: rgb(130,46,47); }

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