Html Css Color HEX #821B22 Flame Red

📋 copy color: '#821B22'

red 130 ◦ green 27 ◦ blue 34

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

Shades of Flame Red #821B22

Tints of Flame Red #821B22

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.14%

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

R = 68.06%
G = 14.14%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#821B22 (or 0x821B22) is known color: Flame Red. HEX triplet: 82, 1B and 22. RGB value is (130,27,34). Sum of RGB (Red+Green+Blue) = 130+27+34=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #821B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B22 is #7DE4DD. Grayscale: #3A3A3A. Windows color (decimal): -8250590 or 2235266. OLE color: 2235266.

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

Color convert

RGB 130 27 34 -
CMYK 0 0.79 0.74 0.49
HSL 355.92º 0.66% 0.31% -
HSV(B) 355.92º 0.79% 0.51% -
XYZ 9.89 5.65 2.08 -
YUV 58.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 130 27 34 0 0.79 0.74 0.49 355.92 0.66 0.31
Hex 82 1B 22 0 4F 4A 31 164 42 1F
Octal 202 33 42 0 117 112 61 544 102 37
Binary 10000010 11011 100010 0 1001111 1001010 110001 101100100 1000010 11111

Color Harmonies of #821B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821B22

Black with #821B22

Text Example


Text Example

White with #821B22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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