Html Css Color HEX #821920 Flame Red

📋 copy color: '#821920'

red 130 ◦ green 25 ◦ blue 32

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

Shades of Flame Red #821920

Tints of Flame Red #821920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.37%

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

R = 69.52%
G = 13.37%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#821920 (or 0x821920) is known color: Flame Red. HEX triplet: 82, 19 and 20. RGB value is (130,25,32). Sum of RGB (Red+Green+Blue) = 130+25+32=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #821920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821920 is #7DE6DF. Grayscale: #393939. Windows color (decimal): -8251104 or 2103682. OLE color: 2103682.

HSL color Cylindrical-coordinate representation of color #821920: hue angle of 356º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #821920 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 25 32 -
CMYK 0 0.81 0.75 0.49
HSL 356º 0.68% 0.3% -
HSV(B) 356º 0.81% 0.51% -
XYZ 9.81 5.55 1.92 -
YUV 57.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 130 25 32 0 0.81 0.75 0.49 356 0.68 0.3
Hex 82 19 20 0 51 4B 31 164 44 1E
Octal 202 31 40 0 121 113 61 544 104 36
Binary 10000010 11001 100000 0 1010001 1001011 110001 101100100 1000100 11110

Color Harmonies of #821920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821920

Black with #821920

Text Example


Text Example

White with #821920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821920; }

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

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

background-color css

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

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

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

border-color css

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

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

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