Html Css Color HEX #821A20 Flame Red

📋 copy color: '#821A20'

red 130 ◦ green 26 ◦ blue 32

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

Shades of Flame Red #821A20

Tints of Flame Red #821A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.83%

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

R = 69.15%
G = 13.83%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#821A20 (or 0x821A20) is known color: Flame Red. HEX triplet: 82, 1A and 20. RGB value is (130,26,32). Sum of RGB (Red+Green+Blue) = 130+26+32=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #821A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821A20 is #7DE5DF. Grayscale: #393939. Windows color (decimal): -8250848 or 2103938. OLE color: 2103938.

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

Color convert

RGB 130 26 32 -
CMYK 0 0.8 0.75 0.49
HSL 356.54º 0.67% 0.31% -
HSV(B) 356.54º 0.8% 0.51% -
XYZ 9.84 5.59 1.93 -
YUV 57.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 130 26 32 0 0.8 0.75 0.49 356.54 0.67 0.31
Hex 82 1A 20 0 50 4B 31 165 43 1F
Octal 202 32 40 0 120 113 61 545 103 37
Binary 10000010 11010 100000 0 1010000 1001011 110001 101100101 1000011 11111

Color Harmonies of #821A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821A20

Black with #821A20

Text Example


Text Example

White with #821A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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