Html Css Color HEX #822326 Flame Red

📋 copy color: '#822326'

red 130 ◦ green 35 ◦ blue 38

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

Shades of Flame Red #822326

Tints of Flame Red #822326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.72%

R = 64.04%
G = 17.24%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#822326 (or 0x822326) is known color: Flame Red. HEX triplet: 82, 23 and 26. RGB value is (130,35,38). Sum of RGB (Red+Green+Blue) = 130+35+38=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #822326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822326 is #7DDCD9. Grayscale: #3F3F3F. Windows color (decimal): -8248538 or 2499458. OLE color: 2499458.

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

Color convert

RGB 130 35 38 -
CMYK 0 0.73 0.71 0.49
HSL 358.11º 0.58% 0.32% -
HSV(B) 358.11º 0.73% 0.51% -
XYZ 10.16 6.09 2.47 -
YUV 63.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 130 35 38 0 0.73 0.71 0.49 358.11 0.58 0.32
Hex 82 23 26 0 49 47 31 166 3A 20
Octal 202 43 46 0 111 107 61 546 72 40
Binary 10000010 100011 100110 0 1001001 1000111 110001 101100110 111010 100000

Color Harmonies of #822326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822326

Black with #822326

Text Example


Text Example

White with #822326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822326; }

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

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

background-color css

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

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

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

border-color css

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

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

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