Html Css Color HEX #822024 Flame Red

📋 copy color: '#822024'

red 130 ◦ green 32 ◦ blue 36

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

Shades of Flame Red #822024

Tints of Flame Red #822024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.16%

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

R = 65.66%
G = 16.16%
B = 18.18%

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

#822024 (or 0x822024) is known color: Flame Red. HEX triplet: 82, 20 and 24. RGB value is (130,32,36). Sum of RGB (Red+Green+Blue) = 130+32+36=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #822024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822024 is #7DDFDB. Grayscale: #3D3D3D. Windows color (decimal): -8249308 or 2367618. OLE color: 2367618.

HSL color Cylindrical-coordinate representation of color #822024: hue angle of 357.55º 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 #822024 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 32 36 -
CMYK 0 0.75 0.72 0.49
HSL 357.55º 0.6% 0.32% -
HSV(B) 357.55º 0.75% 0.51% -
XYZ 10.04 5.91 2.28 -
YUV 61.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 130 32 36 0 0.75 0.72 0.49 357.55 0.6 0.32
Hex 82 20 24 0 4B 48 31 166 3C 20
Octal 202 40 44 0 113 110 61 546 74 40
Binary 10000010 100000 100100 0 1001011 1001000 110001 101100110 111100 100000

Color Harmonies of #822024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822024

Black with #822024

Text Example


Text Example

White with #822024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822024; }

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

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

background-color css

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

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

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

border-color css

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

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

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