Html Css Color HEX #822324 Flame Red

📋 copy color: '#822324'

red 130 ◦ green 35 ◦ blue 36

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

Shades of Flame Red #822324

Tints of Flame Red #822324

RGB

 RED value IS 130 (51.17% from 255) = 64.68%

 GREEN value IS 35 (14.06% from 255) = 17.41%

 BLUE value IS 36 (14.45% from 255) = 17.91%

R = 64.68%
G = 17.41%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#822324 (or 0x822324) is known color: Flame Red. HEX triplet: 82, 23 and 24. RGB value is (130,35,36). Sum of RGB (Red+Green+Blue) = 130+35+36=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #822324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822324 is #7DDCDB. Grayscale: #3F3F3F. Windows color (decimal): -8248540 or 2368386. OLE color: 2368386.

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

Color convert

RGB 130 35 36 -
CMYK 0 0.73 0.72 0.49
HSL 359.37º 0.58% 0.32% -
HSV(B) 359.37º 0.73% 0.51% -
XYZ 10.13 6.08 2.31 -
YUV 63.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 130 35 36 0 0.73 0.72 0.49 359.37 0.58 0.32
Hex 82 23 24 0 49 48 31 167 3A 20
Octal 202 43 44 0 111 110 61 547 72 40
Binary 10000010 100011 100100 0 1001001 1001000 110001 101100111 111010 100000

Color Harmonies of #822324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822324

Black with #822324

Text Example


Text Example

White with #822324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822324; }

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

 H1.HeaderClassName
 {
   color: #822324;
 }
 .AnyTagClassName
 {
   color: #822324;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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