Html Css Color HEX #821E22 Flame Red

📋 copy color: '#821E22'

red 130 ◦ green 30 ◦ blue 34

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

Shades of Flame Red #821E22

Tints of Flame Red #821E22

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.46%

 BLUE value IS 34 (13.67% from 255) = 17.53%

R = 67.01%
G = 15.46%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#821E22 (or 0x821E22) is known color: Flame Red. HEX triplet: 82, 1E and 22. RGB value is (130,30,34). Sum of RGB (Red+Green+Blue) = 130+30+34=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #821E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821E22 is #7DE1DD. Grayscale: #3C3C3C. Windows color (decimal): -8249822 or 2236034. OLE color: 2236034.

HSL color Cylindrical-coordinate representation of color #821E22: hue angle of 357.6º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #821E22 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 30 34 -
CMYK 0 0.77 0.74 0.49
HSL 357.6º 0.63% 0.31% -
HSV(B) 357.6º 0.77% 0.51% -
XYZ 9.96 5.79 2.11 -
YUV 60.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 130 30 34 0 0.77 0.74 0.49 357.6 0.63 0.31
Hex 82 1E 22 0 4D 4A 31 166 3E 1F
Octal 202 36 42 0 115 112 61 546 76 37
Binary 10000010 11110 100010 0 1001101 1001010 110001 101100110 111110 11111

Color Harmonies of #821E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821E22

Black with #821E22

Text Example


Text Example

White with #821E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821E22; }

 p { color: rgb(130,30,34); }

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

background-color css

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

 a { background-color: rgb(130,30,34); }

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

border-color css

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

 span { border-color: rgb(130,30,34); }

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