Html Css Color HEX #821E20 Flame Red

📋 copy color: '#821E20'

red 130 ◦ green 30 ◦ blue 32

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

Shades of Flame Red #821E20

Tints of Flame Red #821E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.67%

R = 67.71%
G = 15.63%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#821E20 (or 0x821E20) is known color: Flame Red. HEX triplet: 82, 1E and 20. RGB value is (130,30,32). Sum of RGB (Red+Green+Blue) = 130+30+32=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #821E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821E20 is #7DE1DF. Grayscale: #3C3C3C. Windows color (decimal): -8249824 or 2104962. OLE color: 2104962.

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

Color convert

RGB 130 30 32 -
CMYK 0 0.77 0.75 0.49
HSL 358.8º 0.63% 0.31% -
HSV(B) 358.8º 0.77% 0.51% -
XYZ 9.93 5.78 1.96 -
YUV 60.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 130 30 32 0 0.77 0.75 0.49 358.8 0.63 0.31
Hex 82 1E 20 0 4D 4B 31 167 3E 1F
Octal 202 36 40 0 115 113 61 547 76 37
Binary 10000010 11110 100000 0 1001101 1001011 110001 101100111 111110 11111

Color Harmonies of #821E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821E20

Black with #821E20

Text Example


Text Example

White with #821E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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