#822124

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

Shades of Flame Red #822124

Tints of Flame Red #822124

Color information

#822124 (or 0x822124) is unknown color: approx Flame Red. HEX triplet: 82, 21 and 24. RGB value is (130,33,36). Sum of RGB (Red+Green+Blue) = 130+33+36=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #822124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822124 is #7DDEDB. Grayscale: #3E3E3E. Windows color (decimal): -8249052 or 2367874. OLE color: 2367874.

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

Color convert

RGB1303336-
CMYK00.750.720.49
HSL358.14º59.51%31.96%-
HSV(B)358.14º74.62%50.98%-
XYZ10.075.962.29-
YUV62.34113.14176.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.33%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 36 (14.45% from 255) = 18.09%
R=65.33%
G=16.58%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130333600.750.720.49358.1459.5131.96
Hex82212404B48311663c20
Octal20241440113110615467440
Binary10000010100001100100010010111001000110001101100110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822124; }

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

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

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

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

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

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

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

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