#822223

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

Shades of Flame Red #822223

Tints of Flame Red #822223

Color information

#822223 (or 0x822223) is unknown color: approx Flame Red. HEX triplet: 82, 22 and 23. RGB value is (130,34,35). Sum of RGB (Red+Green+Blue) = 130+34+35=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #822223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822223 is #7DDDDC. Grayscale: #3E3E3E. Windows color (decimal): -8248797 or 2302594. OLE color: 2302594.

HSL color Cylindrical-coordinate representation of color #822223: hue angle of 359.38º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #822223 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB1303435-
CMYK00.740.730.49
HSL359.38º58.54%32.16%-
HSV(B)359.38º73.85%50.98%-
XYZ10.086.012.22-
YUV62.82112.3175.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.33%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 35 (14.06% from 255) = 17.59%
R=65.33%
G=17.09%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130343500.740.730.49359.3858.5432.16
Hex82222304A49311673b20
Octal20242430112111615477340
Binary10000010100010100011010010101001001110001101100111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822223; }

 p { color: rgb(130,34,35); }

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

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

 a { background-color: rgb(130,34,35); }

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

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

 span { border-color: rgb(130,34,35); }

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