Html Css Color HEX #822124 Flame Red

📋 copy color: '#822124'

red 130 ◦ green 33 ◦ blue 36

#822124
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #822124

Tints of Flame Red #822124

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 value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#822124 (or 0x822124) is known color: 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

RGB 130 33 36 -
CMYK 0 0.75 0.72 0.49
HSL 358.14º 0.6% 0.32% -
HSV(B) 358.14º 0.75% 0.51% -
XYZ 10.07 5.96 2.29 -
YUV 62.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 130 33 36 0 0.75 0.72 0.49 358.14 0.6 0.32
Hex 82 21 24 0 4B 48 31 166 3C 20
Octal 202 41 44 0 113 110 61 546 74 40
Binary 10000010 100001 100100 0 1001011 1001000 110001 101100110 111100 100000

Color Harmonies of #822124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822124

Black with #822124

Text Example


Text Example

White with #822124

Text Example


Text Example

HTML Codes & Css Web 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>